资源列表
day5
- 这是一个非常好玩的游戏 扫地雷 用控制台输入坐标 挖土 插旗 游戏愉快!-it s a very good game
game
- 一个java游戏的源代码,很简单,初学者可以拿来参考一下-A java game source code, very simple, beginners can be used to refer to
WG001
- wg制作入门系列之一 监视游戏程序是否运行
boxman
- dos下的boxman小游戏c语言源程序代码,很好玩
Unity3D-AI
- Unity3D AI人工智能,实现(坦克模型自动寻怪,自动追击)源代码-Unity3D AI, realize (tank model automatic homing blame, automatic chasing down) the source code
prolog.tar
- a program prolog that solve a maze
turbo_c
- 数独的规则是: 1. 直行, 横行只能有1~9且不能重复 2. 9个小正方形里也只能有1~9且不能重复. 当使用者输入的资料量过小时, 代表你的程式必须处理大量的运算, 如果不用点聪明的方法(e.g. 只用一个一个试的排列法的话), 程式可能会要执行好几个小时. 数独盘是9x9=81, 要是使用者一开始只给10个数字, 那程式就要解出71格. 如果程式的起始格不好, 那worst case将会是近似(9!*9)= 3265920可能性要试. -indepe
Minesweeper
- A minesweeper game to be played in console
lll
- 括号对问题 实现括号配对 很好很对 人的施工方Bracket matching very well the problem is to achieve bracket construction side of the people-Bracket matching very well the problem is to achieve bracket construction side of the people
33
- 找出1到N分別轉成二進制會有多少個1,先定義A(k)是1~2^k轉成2進制的1總和個數 (1<= <=2^k)-To identify 1 to N respectively, how many will be converted into a binary one, first the definition of A (k) is the 1 ~ 2 ^ k converted to a sum of two binary number (1 < = < = 2 ^ k)
javaDaZi
- 打字游戏代码,用java写的,是JCreate编写的!游戏开始后,屏幕上方同时有四个数字分四列下落,每个数字由三位组成。玩家用键盘依次输入数字,如果输入的数字序列与某一列正在下落的数字三位全部相同,则给玩家加10分,该列数字消失,该列新产生数字并下落;如果输入的数字某一位不相同,则输入的数字序列全部作废,重新接收输入。某一列数字到达屏幕底部则游戏结束。 -Typing game code, written in java, is JCreate prepared! After the gam
SUDOKU
- The Sodoku Compelete Back Track C alghorihtm