资源列表
ELS
- 用C语言编写的俄罗斯方块游戏,可用WIN_TC运行。-Written in C language with Tetris, available WIN_TC run.
tanchisheC++
- 游戏贪吃蛇源代码。。。。。。比较简练,用于提高初学者的编程兴趣
Tetris
- 俄罗斯方块 500行经典代码,简单易懂,希望大家参考-Tetris classic line 500 code, easy-to-read, I hope your reference
youxi
- 压缩文件源码!很牛的游戏源码!大家可以尽情使用!-this is a c++ programm cource file,it is very good /!da jia hao ,huan ying xia zai!
yyyy
- 简单c语言象棋程序,初级入门阶段可以尝试-Simple c language chess program,Primary entry stage can try.
Sweeper
- JAVA 扫雷小游戏,JFRAM框架下,16×16 ,默认40个雷,可以设置雷的数量-Mine JAVA games, JFRAM framework, 16 × 16, the default 40 mine, you can set the number of mines
VBdos1
- 使用VB6制作简单的外挂源代码,主要是提供开发思路
3DGame
- 3D游戏编程源码,学习3D游戏开发的人可以借鉴研究一下,应该有帮助的-3D game programming source code, learn 3D game developers can learn from those who look, there should be helpful ...
minesweeper
- Minesweeper in Scheme
minesweeper2
- Lang Scheme minesweeper
eval
- Sample implementation of eval() function known from PHP.
ProduceConsume
- 通过互斥量、事件来解决生产者和消费者的问题,主要涉及的内容有多线程的创建,事件的创建,互斥量的创建,线程的同步。主要的函数有:CreateThread,CreateEvent,CreateMutex,WaitForMultipleObjects等。Through the mutex, event producers and consumers to solve problems, mainly related to the contents of multiple thread creation