Welcome![Sign In][Sign Up]
Location:
Search - tc 2.0

Search list

[Other resourcebmp2htm

Description: 作者:RockCarry工作室 陈凯 用TC2.0做的一个将BMP文件转换为HTML文件的小程序。 自己认为效果还不错,目前只能转换256色的BMP文件。 程序代码其实很简单,有兴趣的朋友,可以看看。 使用方法: 运行BMP2HTM文件即可,提示输入BMP文件名,记住目前只能转换256色的BMP图片。 然后会提示是否采用屏蔽色。 最后转换成功,在当前目录下面会生成一个名为A.htm的文件。这个就是转换后的文件了。 如果使用命令行方式,可如下: bmp2htm bmpfile.bmp -m 表示将bmpfile.bmp转换为A.htm,如果加上参数-m则使用屏蔽色,否则不使用。 目前只能支持256色的,并且小于64K的bmp位图。 RockCarry工作室 陈凯 2005.3.26-Author : RockCarry studio with Chen Kai WITH TC 2.0 will do a BMP file converted to HTML documents small programs. They think the results were pretty good, currently only 256-color conversion of BMP file. The code is very simple, interested friends can see. Use : Operation BMP2HTM documents can be, suggesting that BMP file name, remember currently only 256 color conversion of BMP images. Then suggest whether shielding color. The last successful conversion, in the current directory will generate a document entitled A.htm. This is the conversion of documents. If the use of the command line, as follows : bmp2htm bmpfile.bmp-m said bmpfile.bmp converted to A.htm, if the parameters - m using shielding color, or non-use. Currently only support 256-color, and less than 64K of bmp bitmap. RockCa
Platform: | Size: 113402 | Author: 陈凯 | Hits:

[Other resourceWUZICHESS

Description: 五子棋(TC版),提供交互界面,TC2.0编译-331 (TC edition), provides interfaces to compile WITH TC 2.0
Platform: | Size: 7819 | Author: 胡安 | Hits:

[OtherTC2.0库函数查询 V1.0

Description: 本软件一共收录了355个TC2.0库函数,每一个函数都提供了相应的头文件,函数用途,函数全称,输入输出参数,函数的返回值,以及函数是如果应用的例子。提供了按功能分类,字母分类,直接输入,下拉列表等快速查询。是学习C语言,C++语言的好助手。希望能给C,C++编程爱好者一点帮助,学习好C语言。-The software contains 355 WITH TC 2.0 libraries, each provide a function corresponding to the first document, the function uses the generic function, input and output parameters, function return values, and if the function is an example. The functional classification, in alphabetical classification, direct input, such as the drop-down list to quickly find. Learning C, C + + Language good assistant. In hopes of giving the C and C + + programming enthusiasts bit of help, studying C language.
Platform: | Size: 42924 | Author: 苏宛新 | Hits:

[Other resource贪食蛇_xiaohui82

Description: 贪食蛇游戏经典游戏之一,本程序采用C编程,在TC2.0下通过运行,谢谢大家欣赏-pivotal game classic games, the procedures used C programming, by running under WITH TC 2.0, thank you all appreciate
Platform: | Size: 1944 | Author: 吴晓辉 | Hits:

[OtherTC 2.0 挖地雷

Description: TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如菜单的事件处理函数有两个:单击菜单项和鼠标焦点落在 菜单项上。菜单对象能够依据analysis传给它的击键信息,来判断到底调用哪个事件处 理函数。(在windows编程中,其实也是给对象或控件写事件处理函数)。 当然了,我这个程序中事件处理机制是非常基础和简单的,因为用的是TC2.0的编译器, 所以很多东西要自己写,会麻烦一些。 ………………详细情况见包内文档!-TC 2.0-dug mines WITH TC 2.0 version of the mines dug an entire game based on event-driven means that the work of this point and windows applications are interlinked. The backbone of the proceedings, repeatedly capturing mouse events, and through a function : Bool analysis (jumping point, ClickInfor infor) to analyze the role of the mouse incident which targeted (game elements, such as buttons, menus, mines cells are targeted as a treat) and then the mouse events corresponding to the distribution of the object. Different targets, the right mouse events has its own function of the incident, such as the incident menu function is two-fold : a menu item and click the mouse focus fell on the menu items. Object menu based on the analysis of the keyboard it pass information to determine which eve
Platform: | Size: 57510 | Author: miao | Hits:

[Windows DevelopTC 2.0 挖地雷源代码

Description: 使用c 语言编程的挖地雷游戏,可以作为初学c语言想进一步学习c图形编程的学习材料之一-use of the programming language dug mines games can be used as language learning c c would like to further study graphic programming one of the learning materials
Platform: | Size: 27568 | Author: 11 | Hits:

[Other resourcegedou

Description: 该游戏是在TC2.0环境下编译的格斗游戏。左右移只做一个函数的,不过为了好区分一点,就分开写了! -is in the game environment WITH TC 2.0 compiler fighting game. They should only about shifting function, but in order to distinguish between good point, it was separated!
Platform: | Size: 2131 | Author: 李光 | Hits:

[Other resourceTC 2.0库函数

Description: 嵌入式系统软件设计中用到的C函数库,包含说明文档,按照字母查询。-embedded system design software used in the C library, including documentation, in accordance with the letters inquiries.
Platform: | Size: 169491 | Author: yybb526 | Hits:

[Develop Tools1116005457

Description: c语言高级编程实例程序代码、按章放置; 光盘中所有程序在TC2.0或者在VC6.0下调试通过-high-level programming language code examples, according to the charter items; CD WITH TC 2.0 in all the procedures or through debugging under VC6.0
Platform: | Size: 642301 | Author: yoo | Hits:

[Windows Developdeletionofelement

Description: TC2.0下调试成功,实现线性表元素的删除,可以指定特定的元素进行删除,文件中包含原代码和EXE程序.-under WITH TC 2.0 Debugging success and the achievement of linear elements deleted table, which may be designated for specific elements deleted, documents include the original EXE code and procedures.
Platform: | Size: 10199 | Author: nash | Hits:

[Game Program16967_square

Description: 俄罗斯方块(tc编程的源代码和可执行文件)运行环境TC 2.0-Tetris (tc programming source code and executable files) runtime environment TC 2.0
Platform: | Size: 43054 | Author: 胡? | Hits:

[Other resourceCFFX-TUOBOC2.0

Description: 这个是在TC2.0下编译成功的! 一个简单的词法分析程序-WITH TC 2.0 compiler success! A simple lexical analysis procedure
Platform: | Size: 1832 | Author: 流言 | Hits:

[Windows Developju zhi xiang chen

Description: tc 2.0環境 矩正乘法-tc 2.0 Moment is multiplication
Platform: | Size: 2154 | Author: 大华 | Hits:

[Windows Developline

Description: TC 2.0直线画法-TC 2.0 linear method of painting
Platform: | Size: 1574 | Author: 大华 | Hits:

[Crack Hackwen jian jia mi

Description: tc 2.0 文件加密-tc 2.0 file encryption
Platform: | Size: 4090 | Author: 大华 | Hits:

[Other resourceneweight

Description: 我的作业,TC2.0下实现图形编辑,用堆栈实现的,还有递归算法,如果需要请留言。-my operation, under WITH TC 2.0 graphics editing, using the stack to achieve, recursive algorithm, please leave if necessary.
Platform: | Size: 2089 | Author: zsword | Hits:

[Other resourcewarship_c

Description: 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。-debugging environment or TC3.0 WITH TC 2.0. This process needs to run for the tc several header files. Proposed changes to the options menu to include items tc Contents include the directory (See specific ways the book on the first chapter); Or copy of the source tc directory operations.
Platform: | Size: 197352 | Author: EternalCountry | Hits:

[Applicationszhigonggongzikeshe

Description: tc 2.0下用680*480 256 色模式下写成的中文菜单程序 -tc using 680 2.0 480256 * color mode written procedures for the Chinese menu
Platform: | Size: 14927 | Author: jiangyue | Hits:

[Other resourceturboc2.0

Description: TC 2.0函数库大全,应有尽有-library volumes, and a
Platform: | Size: 14872 | Author: 31887493 | Hits:

[Other resourceSmple-GA

Description: 基于TC 2.0编写的遗传算法,该代码简单明了,易于学习!并可以直接使用-prepared by the genetic algorithm, the code simple and easy to learn! And can be used directly! !
Platform: | Size: 2241 | Author: wuyuqian | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net