资源列表
snake2.5
- 贪吃蛇c语言代码,注意此程序不包含资源文件,仅供参考学习-snake game
greedysnake
- 用C语言做的简单的贪吃蛇小游戏,适合初学者学习。-Greedy Snake,a little program in C language.
game
- a simple game with blocks
12.conchess
- just a very primitive chess game on console
Snake
- 已经过实践的贪吃蛇小游戏,功能齐全,c语言编写,简单易懂-The snake game
eluosifangkuai
- 俄罗斯方块使用vc编写的小游戏,运行于visual c-Tetris written using vc game run in visual c++
eluosifangkuai
- 用c++编写的一款基于控制台图形界面的俄罗斯方块,适合新手学习.-With c++ write a console graphical interface based Tetris, suitable for novice learning.
yuandaima.
- 这是一个我自己编的推箱子游戏,大小一共5kb-This is a part of my own PSP games, a total size of 15kb
Library-management-system
- 利用C语言汇编得到的一个小型的图书馆管理系统-use a small C language library management system was compiled
Swap_Buffe728994172002
- Found via Google Searchings...working-Found via Google Searchings...working!!!
hello1000
- Show to compile a simple hello.c with MinGW-Show how to compile a simple hello.c with MinGW
200710072
- 过河问题大家都知道,不多说了. 解决这个问题的经典方法就是使用有限状态机. 根据人,狼,羊,菜,在不同河岸,可以抽象出N种不同的状态.某些状态之间可以转换. 这些转换就是运算了. 我们的目的就是找到一组这样的运算,可以从初始状态转换到终止状态. 其间的状态必需都是合法的