搜索资源列表
migong1
- 一个用C语言模拟走迷宫的程序,有BUG,即最后都迷宫所有格子都走过后会死循环。-a C language simulation Maze procedure, BUG, that is the end all lattice maze has already gone through cycle after death.
code
- five为五子棋程序,gone fishing为钓鱼问题,其他的如文件名
afive
- 功能上力求简单,两位玩家可以在这个棋盘上交替行棋。当某位玩家已经走成五子相连时,程序能判定他赢棋。-Simple functions, the two players can turn in this line on the chess board. When a player has gone into five sub-connected, the program can determine赢棋him.
saolei
- 仿Windows自带的VB扫雷游戏,看了之后功能界面你都会无话说的,已经超出了模仿的范畴,可以说是更具专业的VB经典扫雷游戏,代码也完整。-Windows built-in VB like mine games, read the following functional interface, you and I are not saying, and have gone beyond the scope of imitation, it can be said that more profes
main
- 搬山游戏:设有n座山,计算机与人作为比赛的双方,双方轮流搬山。规定每次搬山的数目不能超过k座,谁搬最后一座谁输。游戏开始时,计算机请人输入山的总数(n)和每次允许搬山的最大数目(k)。然后请人先开始,人输入了需要搬走的山的数目后,计算机马上输出它搬多少座山,并提示尚余多少座山。双方轮流搬山直到最后一座山搬完为止。计算机显示谁是赢家,并问人是否要继续比赛。若人不想玩了,可以输入山的总数为0,计算机便会告诉人共完了几局,双方胜负如何。-Moving mountains Games: with n m
WinCalculator
- 可以实现所有基本的计算任务,已经经过测试,可以放心使用。-This app can do all the basic calculations, it has gone through many tests and can be put in use.
Mice-have-gone-astray-official
- 老鼠走迷宫是递回求解的基本题型,我们在二维阵列中使用2表示迷宫墙壁,使用1来表 示老鼠的行走路径,试以程式求出由入口至出口的路径。-Mouse Maze recursive solving fundamental questions, we used two maze walls in the two-dimensional array, using a mouse to indicate the walking path, try to programmatically determine
163
- 贪吃蛇的vc6.0编程游戏,蛇在吃到食物后食物消失,且蛇在移动过程中不留下痕迹-Snake vc6.0 programming game, snake eating food after the food is gone and the snakes during the move without leaving a trace
贪吃蛇
- 小时候都玩过贪吃蛇这个经典的小游戏,在我们的普通手机里似乎都是必备的。它伴随着我们的童年,经历了好多好多时光。它带给我们了许多的乐趣。 学习了c++这门编程语言后,我就想着能不能把它做出来,在我查看了相关知识后,明白了其中的道理,就尝试着自己写出这个小游戏来,而且加入了许多可玩性的东西,包括等级选择,暂停/继续和分数制。整个程序采用了类和数组的相关知识实现。(When I was young, we played the classic game of snakes, which seemed