资源列表
Minesweeper
- 用c语言编写的扫雷游戏。基于gcc标准。在devcpp和啊哈C上都能运行。-C language minesweeper game. Based on gcc Standard. In the devcpp and Aha C, can be run.
200605153245
- JAVA写的华容道游戏,比较简单,仅做学习和交流之用。-JAVA wrote Puzzle, relatively simple, only learning and sharing purposes.
snake2
- 简单版贪吃蛇,可用于初学者编程使用。只用单个程序即可运行-Simple version of Snake
compoter
- 计算器的C语言源代码,希望对网友有帮助,也希望网友能够喜欢-The C language source code of the calculator, users have
game
- 记忆力游戏:当给你几个字,快速记忆后,测测你的记忆能力,并附有闯关-Memory Game: When you words, fast memory, the Test your memory, along with checkpoints
jiyiliyouxi
- 记忆力游戏不仅能测试你的记忆力地程度而且有助于提高你地记忆力-memory game
Pair-Sorter
- This program is an obfuscated code for the common, popular, two-player game Reversi, in C++ programming language.
农夫过河_不游泳的鱼
- C++开发的。农夫过河。一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条一船,由 于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。 -C development. Farmers across the river. A farmer with a wolf, a goat and some vegetables across the river. Only a river boat, the boat is too sm
GuessNumber
- java me 的一个猜数字的游戏,比较益智的游戏源代码-java me a number guessing game, puzzle game source code comparison
lovegame.cpp
- 人月团圆趣味程序用C实现的爱情宣言的一个游戏,在DOS下游戏-were reunited on C interesting procedures to achieve the Declaration of a love game in DOS games
Tetris
- 一个简单的游戏程序,俄罗斯方块,使用c语言编写-Tetris game use C language
hannota70
- 总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source),B(借助的柱子Borrow),C(目标柱子Target). A的左看成C,B的左看成A,C的左看成B; A的有看成B,B的右看成C,C的右看成A; 每张盘的移动方法(因为不可能连续两次移动相同的盘!): 一个盘curDisk现在在 柱子curStick上,那么curDisk另一个柱子(3个中除了2个的另1个) 只要有选择的选择一个柱子