Welcome![Sign In][Sign Up]
Location:
Search - TC

Search list

[Shot Game简单打飞碟游戏

Description: 在win-tc环境编译通过 简单打飞碟游戏-the win-tc compiler environment through a simple trap play games
Platform: | Size: 2048 | Author: 李霁洺 | Hits:

[CSharpTC-old

Description: 此程序十分的老,但是错误却不少。请求大家来帮助,修改重传改名为TC-New。-this procedure is very old, but quite a few mistakes. Request you to help amend Retransmission renamed TC-New.
Platform: | Size: 21504 | Author: 大甲 | Hits:

[Other点阵字模工具

Description: TC编写的一个实用的点阵字模工具.rar,包含所有的字库-TC prepared a practical tool Matrix Printer. Rar, including all the library
Platform: | Size: 25600 | Author: 华军 | Hits:

[Game Enginevga13h0.2

Description: 本工作室专门为DOS TC开发的VGA图形函数库,目前已经完成了0.3版,这个是0.2版。实现了一些实用的图形功能,最终目标是实现一个游戏引擎。0.2版还存在很多问题,架构不好,代码也很乱。-the studio specifically for the development of the TC DOS VGA graphics libraries, has completed version 0.3, the 0.2 version. The practical realization of graphics, the ultimate goal of achieving a game engine. Version 0.2 also there are many problems, bad architecture, code into confusion.
Platform: | Size: 565248 | Author: 陈凯 | Hits:

[File OperateVigenere加密器(TC版)

Description: 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms. Use : 0) withdrew. 1) encryption : When prompted to input an explicit document (*. txt), the further importation of encryption keys can be encrypted. 2) Material : When prompted to input the text wishes to declassified secret documents (*. txt), the admission of key can be decrypted.
Platform: | Size: 17408 | Author: | Hits:

[Other实用TC教程

Description: 实用TC教程 本书讲述了Turbo C的语法、文件管理、绘图、混合编程、硬件资源管理、数据结构等内容。-Practical Guide to the book about the Turbo C syntax, document management, graphics, mixed programming, hardware resource management, data structure, among others.
Platform: | Size: 6531072 | Author: Guo | Hits:

[Data structsWUZICHESS

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

[Windows Develop简单的文本编辑器

Description: tc下运行 具有简单的文本编辑功能-tc running with a simple text editor functions
Platform: | Size: 11264 | Author: wz | Hits:

[Windows Develop商人过河游戏

Description: tc下运行-tc moves
Platform: | Size: 14336 | Author: wz | Hits:

[Windows Develop打字训练游戏

Description: tc下运行-tc moves
Platform: | Size: 38912 | Author: wz | Hits:

[Windows Develop解救人质游戏

Description: tc下运行-tc moves
Platform: | Size: 11264 | Author: wz | Hits:

[GDI-Bitmapuseful1

Description: 图形加速引擎1.3版,VGA/SVGA图形加速库 UNICORN 图形开发 TC 源代码库 TURTLE 图形开发命令系统 TC 源代码-graphics acceleration engine version 1.3, VGA/SVGA graphics acceleration for UNICORN graphical development TC source code for orders TURTLE graphical development system source code TC
Platform: | Size: 306176 | Author: jason | Hits:

[OtherTC实用程序(未验证)

Description: < Tc实用程序>>,文中从dos系统讲起,直到讲到window3.0,c在这各种平台下的程序实例,没事的时候翻一翻,没有坏处-lt; Lt; Tc utility gt; Gt; The article, dos system from the 1960s until spoke window3.0, c in various platforms under the procedures example, with nothing to the double, do no harm
Platform: | Size: 8203264 | Author: wang | Hits:

[Embeded-SCM DevelopTC_Main

Description: TC与BC++用户界面程序设计 《Turbo CBorland C++用户界面程序设计》(西安交通大学出版社 周升锋 李立新 等著)的随书软盘,包括很多图形界面开发的实例程序。-TC user interface and program design "CBorland Turbo C User Interface Design" (Xi'an Jiaotong University Press Zhou Feng Li Lixin or waiting for) the floppy disk with books, including many graphic examples of the interface development process.
Platform: | Size: 805888 | 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: 57344 | 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: 27648 | Author: 11 | Hits:

[uCOSTC 2.0库函数

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

[GDI-Bitmaptc版黑白棋

Description: 黑白棋的tc版程序,主要采用计算机图形学基本算法和原理,谢谢支持-reversi tc version of the procedure, used mainly in computer graphics algorithms and basic principle, I thank the support
Platform: | Size: 2048 | Author: 大学生 | Hits:

[Other火焰

Description: tc边的火焰小程序,听好玩的,希望大家喜欢-tc edge of the flame small programs, listen to the fun, I hope you like them
Platform: | Size: 9216 | Author: 尚帅 | Hits:

[uCOSTC3_ucos2_ucgui

Description: Turbo C 3.0 + UCOS2 + UCGUI PC学习版本, 在csword网友的基础上改正了一个BGI的小问题,并 加入了IDE环境:Turbo C++ 3.0 带路径直接解压到到D:\根目录就能用, 解压后,请运行d:\myworks\tc\tc.exe 而后打开项目选择d:\myworks\tc\bin\ucgui\ucgui.prj 而后按Ctrl+F9下运行即可。 注意运行后在WinXP全屏下会没有响应, 建议在Vmware下或纯DOS环境运行。-Turbo C 3.0 UCOS2 learning UCGUI PC version, in csword Netizen corrected on the basis of a small BGI, and joined the IDE environment : Turbo C 3.0 with a direct path to extract to the D : \ root directory can be used, unpacked, run d : \ myworks \ tc \ tc.exe then open the project selection d : \ myworks \ tc \ bin \ ucgui \ ucgui.prj then press Ctrl F9 can operate. Attention after the WinXP operating under full screen will not respond to the proposal, under VMware or pure DOS operating environment.
Platform: | Size: 4661248 | Author: 王萧风 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net