搜索资源列表
consnake
- 控制台版的贪吃蛇游戏,C++编译,不过你需要ncurses的库里的 ncurses-Include-Files 的几个文件。很简单。
student_control
- 学生管理系统,控制台版,管理员可通过控制台版,修改学生注册信息
字节查询器
- 用VC写的C语言版控制台字节查询器
学生管理系统-STL版
- 一个用c++写的控制台版学生管理例子,主要用STL写成
blocks
- 控制台版的俄罗斯方块程序,开发环境是vc6.0,效果非常棒~-A Russian-blocks program based on console programming, developed in the VC++6.0, with a fantastic performance~
InjectDll.rar
- 控制台版的dll注入工具 win7可能需要管理员权限,The console version of the dll injection tool may need administrator privileges win7
TCPUDP
- TCP和UDP数据包发送程序 控制台应用程序 : SendPacket 项目概况 -TCP and UDP packets to send a program     Console Application: SendPacket Project Profile     Console Application: SendPacket Project Profile
AirCraft
- 控制台版雷电,用C++实现, 控制台版雷电,用C++实现,-kongzhitaiban leidian yongC++shixian kongzhitaiban leidian yongC++shixian
Hotel
- 控制台版的面向过程的酒店管理系统,可以实现入住,退房,查询等功能。-The console version of the process-oriented hotel management system, Check-in, check-out, query and other functions can be achieved.
shaolei
- 控制台版扫雷,控制台输入坐标开始,遇到雷结束。-Console version of mine, enter the coordinates of the console start, encountered the end of mine.
Huffman
- 信息论huffman编码算法,控制台版-Information Theory huffman coding algorithm, the console version of ......
SnakebyC(includeheadfile)
- 这是学习C语言半年多后写的一个小游戏——贪吃蛇。代码简短,200行,不用图形驱动,控制台版游戏。含源码。-This is more than six months after learning C language to write a little game- Snake. Short code, 200 lines, no graphics driver, the console version of the game.
filemanagement
- 用C语言编的控制台版的文件管理程序。可以实现删除、创建文件等功能。适合初学者参考。-Compiled with the C language version of the file management console program. Can delete, create files and other functions. Reference for beginners.
Little-Hong
- 控制台版的小九九乘法口诀-Console version of the small Jiujiushengfa formulas ~~~~~~~~
XCC
- 控制台版,仿黑客帝国的流星字幕,高亮,空转。使用了雷人的显示方式-The console version, imitation Matrix meteor subtitle, highlighting, idling. Ray' s use of the display ...
snake
- 控制台版贪吃蛇,适合初学者参考..只有150行-Console version of Snake, for beginners only 150 lines of reference ..
vcs_crcCal_20111023
- 计算文件CRC16,控制台版用于计算CRC,Winform提供交互,进程间通信-The program is to calculate CRC16 value of a binary file.
TankWar
- 用c语言写的一个控制台版的坦克大战,可两人作战,地图编辑,敌军AI(Map editing, double combat, enemy AI,)
斗地主C语言版
- 一个简单的控制台版斗地主,自带AI,比较粗糙。
贪吃蛇-C语言控制台版
- C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。