资源列表
puzzle
- it is a puzzle game.
tcsVB
- 简单的贪食蛇游戏,用VB编写,界面比较粗糙。将就看吧。-Simple Snake game written with VB, interface rough. Will see.
country-code-to-edb
- E-SIM各服务器国家名称自动生产数据库,方便后续查询作业-E-SIM State the name of each production database server automatically facilitate subsequent query operations
0
- 游戏常用,
snake
- 贪吃蛇游戏,需要GTK+2.0,键盘up,down,left,right控制走向,有详细的注释-the game of snake
Map
- 切片地图拼接 从而到达快速加载与删除,可以实现异步加载的目的,减低系统开销-map clip
tictactoe
- Tic tac toe game program 3x3
Snake_v
- 贪吃蛇游戏,linux下的curses写的-game :snake ,using curses
tiaoqidaima
- 一个用简单的游戏代码,可以下到本机修改下。让它更完美。
hangman
- Its a hangman game built in C language.
huacaihong
- 请下载后多多上传 相互交流相互学习 共同进步 相互交流相互学习 共同进步 -download upload lot to learn from each other to exchange the common progress of mutual exchange of learning common progress after download Upload a lot to learn from each other to exchange the common progress of
200710072
- 过河问题大家都知道,不多说了. 解决这个问题的经典方法就是使用有限状态机. 根据人,狼,羊,菜,在不同河岸,可以抽象出N种不同的状态.某些状态之间可以转换. 这些转换就是运算了. 我们的目的就是找到一组这样的运算,可以从初始状态转换到终止状态. 其间的状态必需都是合法的