搜索资源列表
FRAME8.03
- mfc消息循环的仿真,doc环境下面运行,了解其中的运行机制-mfc news cycle simulation, the following operations doc environment, understanding the mechanism
dos
- dos+命令全集 帮助你了解你们的命令 在DOC 下更好的使用电脑 。让你也熟悉DOS 的命令 。
doscommand
- dos的命令大全,涵盖了你想要的所有命令!还有图文显示的DOC
harbour-doc
- clipper descr iption for commands, classes and functions
upan
- 这是一个控制台程序,可以实现开机启动,U盘插入时偷取U盘中的doc,txt,jpg文件,保存在D盘一个系统隐藏的文件夹中,让后发动到邮箱,这里还有一个BUG,加入没有连接网络的话会报错。-This is a console application, you can boot U disk into the theft of the U disk, doc, txt, jpg files, stored in the D drive a system hidden folder, so that
C_PAOPAO
- DOC 环境下c语言编写的泡泡糖游戏,支持单人玩家,不支持局域网游戏- DOC environment c language under bubblegum games support single player, the game does not support LAN
doc
- 诊所信息管理系统 C++控制台编程作业 诊所信息管理实现查询,增加,统计; 有person基类和zhangdan基类;-clinic informa management
PressButton.doc
- C++编程题目: Create a program that define PressButton to call different function through pointer of function, and get the results as follow. void main() { PressButton(Show); PressButton(Popmenu); } Output: Call Show function Call