搜索资源列表
hexsud
- Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell scr ipts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku
game_Pushbox
- C++开发的推箱子游戏 1.类的划分 Cdraw类 绘画加载地图(包括围墙、人、箱子等等) Cman类 是否完成(过关) 即时更新地图 2.设计思想 从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap, 单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2,
sudoku
- C编写的数独游戏,从dat.txt中读取9X9的数独矩阵,即可给出数独结果
mpoint
- 算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最 终的得数恰为m。 « 编程任务: 对于给定的k个正整数,给出计算m的算术表达式。 « 数据输入: 由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且 最终的得数恰为m。接下来的1 行中,有k个正
sudoku
- 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
C语言写的贪吃蛇源代码
- 贪吃蛇.txt
cat_catch_mouse.txt.tar
- 本程序在TURBOC2.0下编译通过,**.h文件可拷在INCLUDE文件夹下-Under this program TURBOC2.0 compile,**. h file can copy the INCLUDE folder
shuduyuxi
- 解数独游戏,9*9格子。一个简单的c语言程序,不过可是我自己的原创哦,虽然是几年前的。输入数独里已有的数字,解空格里数,给出的程序是txt文本的.具体字母,数组,在注释里有。-Means it Sudoku, 9* 9. A simple c-language program, but my own originality, but oh, though a few years ago. Enter Sudoku there are already the number of solution
c
- 吃金豆游戏C语言,含背景txt文件和game.c-C-Gold game to eat beans, including background documents and game.c txt
FindDiff
- 小游戏:找不同。 详见压缩包内的 ReadMe.txt 文档。-A little game: Find the difference. See the ReadMe.txt document.
lianliankan_and_waigua
- 连连看开源代码,加成品外挂,很好的学习资料!-Lianliankan open source code, plus product plug, good learning materials!
Sams_Teach_Yourself_Game_Programming_with_Visual_B
- 《visual basic游戏编程21天自学通》配套光盘源码-Sams Teach Yourself Game Programming with Visual Basic in 21 Days
zoumigong
- 一个简单的走迷宫游戏,按照txt说明安装运行,实现了配音特效,地图分区显示等功能-A simple Maze game.You can set up it under the guide of the txt document inside.Main technique includes sound effect ,showing the whole map in pieces and so on.
eluosi
- 俄罗斯方块C语言,这是TXT文件,复制了就可以用了-Tetris C language, which is TXT files can be copied to the
tanchishe
- 贪吃蛇的代码,txt格式,,复制到程序里面就行了-Snake' s code, txt format, copied to the program inside the line, and,
24
- 24点游戏全解 (就是给四个数算24),并简单分析了一下为什么选24这个数字,里面还有用cpp文件里的代码求解出的txt文件结果-24 point game full solution
Tetris
- 用java写的俄罗斯方块游戏,且加入较多难度较怪异方块,解压后代码保存在txt格式中,可自己组织。-a funny Tetris game programed by java.
mj-1.6-src
- unix下的一个带客户端的麻将游戏 带源码-$Header: /home/jcb/newmj/RCS/README,v 11.4 2003/03/15 12:42:44 jcb Rel $ This is the README file for the Unix mah-jong programs by J. C. Bradfield. NOTICES: -------- Please see the file LICENCE for terms and c
hannota
- 汉诺塔小游戏,包括手动和自动演示功能,此程序已压缩为rar格式。-Tower of Hanoi game, including manual and automatic presentation capabilities, this document is txt format.
Game-for-life.txt
- 游戏名称:生命游戏!功能描述我写了三遍了,都没传上去,你们这儿不是坑吗?我就想下个代码我容易吗?!-This is a finite implementation of John H. Conway s。 Game of Life. Refere to my book for detail please.