资源列表
MazePath
- 一个简单的关于迷宫求解的例子,主要利用堆栈实现-A simple example on solving the maze, the implementation of stack
CrackWinmineDlg
- 一个可以破解扫雷的程序,可以在XP使用,可以参考以下阿-a mine can break the procedures used in XP, we can make reference to the following A
c3
- 炸弹超人吧,qq堂编程 两个人碗的,A控制WASD空格,B控制光标键和回车 命数,关的风格自己在文件头自己搞定;可以吃的道具由种分别加威力和雷数(最多8个)--简单的16色游戏-Zhatanchaoren it, qq two bowls hall programming, A control WASD space, B control the cursor keys and Enter order number, style of relating to their own butt
Snake-ladder-Game-project
- Snake ladder Game with C++ language
0.SNAKE
- 贪吃蛇--纯粹的结构化思想,在turboc2.0编译器下实现,初学者看看回有点收获.
tic_tac_toe_game_source_code(c++)
- You can play against an excellent computer or against a friend
snake
- 贪吃蛇,c语言,多模式选择-eat snake
Rotate_With_Mouse
- Virtools Nms Rotate with mouse -Virtools Nms Rotate with mouse BB
S21_7
- 简易扫雷游戏,在tubo C中做的。算是初学者的第一次实践吧。F为FLAG,Q为不确定,空格为放置。-Simple Minesweeper, in turbo C in doing. Be it beginner s first practice. F as FLAG, Q is uncertain, spaces for the placement.
ahorcado
- game cell phone it s very easy you change the words the program-game cell phone it s very easy you change the words the program
sudoku_solver.tar
- Simple sudoku solver written in C, very fast for solvable games but sometimes loop for ages on unsolvable boards. Making it detect unsolvable boards faster is left as an exercise to the reader :)
CCamera
- 摄影机类(第一人称视角).平移,上仰,下转,左移,右移,等功能都可以通过RotationLeftRight,RotationUpDown,MoveForeBackWard,MoveLeftRight来实现.