资源列表
pingtugame
- 拼图游戏 - 萝卜驿站 - 歪酷博客 Ycul Blog - 记录我们的时代萝卜驿站
Chess
- 用C语言编写的国际象棋源程序,单文件,编译简单,适合新手学习。-C language chess source code, single file, suitable for novice to learn.
MyGuessGame
- java猜数字游戏,输入一个数字有有提示,偏大或偏小。-java guess game
wenqugame
- 本代码是基于Python的用来实现文曲星猜数字游戏-This code is used to achieve Wenquxing Python-based guessing game
1
- 输入1-13中的四个数,输入要计算的值(24点游戏就输入24),计算机穷举法给出计算公式-Enter the four numbers 1-13, enter the values to be calculated (24-point game on the importation of 24), the computer gives exhaustive formula
pintuyouxi
- 最经典的C语言拼图小游戏源代码,小游戏而已。-The classic puzzle game C language source code, small games.
Snake-game
- 贪吃蛇小游戏,后缀改为.frm即可使用,再生成为exe就可以了-Snake game, extension to. Frm to use, it can be recycled into exe
llk
- 用C++在Microsoft Visual C++环境中编写的智力游戏连连看-In C++ in Microsoft Visual C++ environment puzzle game written Lianliankan
knights_tour
- This a python program, solving the knight s tour riddle recursively.-This is a python program, solving the knight s tour riddle recursively.
zhihuipan
- 用VC++6.0写一个智慧盘(就是拼图)的源代码!适合初学者的第一个游戏,而且很简单,有全部知道文字说明-Using VC++6.0 to write a smart disk (that is, puzzles), the source code! The first game for beginners, and very simple, all know the text
javaDaZi
- 打字游戏代码,用java写的,是JCreate编写的!游戏开始后,屏幕上方同时有四个数字分四列下落,每个数字由三位组成。玩家用键盘依次输入数字,如果输入的数字序列与某一列正在下落的数字三位全部相同,则给玩家加10分,该列数字消失,该列新产生数字并下落;如果输入的数字某一位不相同,则输入的数字序列全部作废,重新接收输入。某一列数字到达屏幕底部则游戏结束。 -Typing game code, written in java, is JCreate prepared! After the gam
turbo_c
- 数独的规则是: 1. 直行, 横行只能有1~9且不能重复 2. 9个小正方形里也只能有1~9且不能重复. 当使用者输入的资料量过小时, 代表你的程式必须处理大量的运算, 如果不用点聪明的方法(e.g. 只用一个一个试的排列法的话), 程式可能会要执行好几个小时. 数独盘是9x9=81, 要是使用者一开始只给10个数字, 那程式就要解出71格. 如果程式的起始格不好, 那worst case将会是近似(9!*9)= 3265920可能性要试. -indepe