Welcome![Sign In][Sign Up]
Location:
Search - tc2.0

Search list

[SourceCodefinalban.c.rar

Description: tc2.0。一个模拟救护车调度系统。我们原来的课设。
Platform: | Size: 6115 | Author: | Hits:

[Game Programheibai.zip

Description: 用tc2.0编的一个超千行的程序,仿Windows界面,全鼠标操作,集成五子棋和黑白棋两种棋类,黑白棋有双人、人机两种模式,绝对值得一看!
Platform: | Size: 78787 | Author: | Hits:

[Com Porttccom

Description: dos下用TC2.0编译的几个串口例程-a few examples in TC2.0 and Dos
Platform: | Size: 20401 | Author: 李勇 | Hits:

[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 resourcesuc

Description: tc 下的 ucos 精简版 适合ucos 新手 学习。 编译环境 tc2.0 tasm4.1 -tc under the streamlined version CHANGING TRACK for newcomers to learn. Build environment tc2.0 tasm4.1
Platform: | Size: 22062 | 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:

[Other resourceTC2.0库函数查询 V1.0 注册版

Description: 一个功能较强且界面漂亮的串口监视软件源代码-a more powerful but beautiful serial interface surveillance software source code
Platform: | Size: 239551 | 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:

[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:

[Otherpasong

Description: 泊松分布的图形算法 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-Poisson distribution of graphic algorithms that use the c language drawing programs to tc2.0 running. The remaining procedures in the various compiler can run under,
Platform: | Size: 54049 | Author: 李超 | Hits:

[Otherpingjun

Description: 平均分布的图形演示 本题用c语言编写的画图程序要在tc2.0下运行. 其余程序在各种编译器下可以运行,-average distribution of graphic demonstration that the use of language c drawing program to tc2.0 running. The remaining procedures in the various compiler can run under,
Platform: | Size: 31665 | 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:

[Other resourceTC2.0中怎样调用汇编程序

Description: TC2.0中怎样调用汇编程序-call assembler
Platform: | Size: 2101 | Author: 于磊 | Hits:

[Other resourceTC2.0

Description: 计算机图形学作业(TC2.0版),如今不多见了-computer graphics operations (TC edition), now rare
Platform: | Size: 137120 | Author: ANGEL | Hits:

[Other resourcetanchishe_TC2.0

Description: 小程序贪吃蛇.TC2.0 -small procedures huge memory. READ .......
Platform: | Size: 2224 | Author: 晴朗 | Hits:

[Other resourcewzq_TC2.0

Description: 一个小程序.贪吃蛇.TC2.0 -a small procedure. Huge memory. READ
Platform: | Size: 3449 | Author: 晴朗 | Hits:

[Other resourceELSFKv2..0

Description: 俄罗斯方块V2.0 游戏用四个方向键控制: 左右键分别左移一格,右移一格; 上键变形(顺时针调整方块方向) 下键方块直接落底! 空格键暂停,ESC键退出游戏; windows2000+tc2.0+graphics.h下编译! 版本更新: 1:改进了前一版本的键盘控制问题~~使游戏的可操作性大大增加! 这要感谢论坛上jig兄弟提出的“分割停顿法”! 2:修改了方块的显示,使之更加美观!
Platform: | Size: 3096 | Author: Au | Hits:

[Windows DevelopTc2.0编写俄罗斯方块游戏

Description: Tc2.0编写俄罗斯方块游戏-Tc2.0 prepared Tetris game!
Platform: | Size: 8486 | Author: 阿满 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net