搜索资源列表
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,
2003661794828539
- 游戏说明: 一个有6级的迷宫游戏。使用小键盘上的8 2 4 6 来分别指挥目标上下左右移动。 严重注意:本程序原代码和6个TXT文件必须全部保存在C:根目录下面才可以调试 运行成功!!否则,请改变程序代码中的TXT指向。 若调试不成,请查看你的PASCAL是否为安装版,否则请到: http://www.fengsha.com/bbs/dispbbs.asp?boardID=3&ID=575 下载完整PASCAL和补丁文件安装后再运行。 若有更多问题,请在论坛发贴讨论,请不要在本贴下回帖讨论,本贴
c
- 吃金豆游戏C语言,含背景txt文件和game.c-C-Gold game to eat beans, including background documents and game.c txt
RPG
- 用纯的c++语言来实现的rpg游戏,易上手可玩性好.有界面,用txt文本画一去的-C++ with pure language to achieve rpg games, approachable good playability. There interface, with text painting a go txt
C-code-wuziqi
- 五子棋的C源码,正在学习C的朋友可以拿去看看,TXT文件,源码编译通过,自己拿回去在修改调试吧-Gobang the C source code, are learning to look C' s friends can take it, TXT files, source code to compile, debug their right to take back the modified
eluosi
- 俄罗斯方块C语言,这是TXT文件,复制了就可以用了-Tetris C language, which is TXT files can be copied to the
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
dictionary
- c语言控制台的电子词典 txt都放在d盘下,增添了几个小游戏哦 词语接龙 单词打乱顺序重新拼-c language electronic dictionary txt console on the d disk, add a few small games Oh word the Solitaire word disrupt order to re-fight, etc.
Snake
- C语言编写贪吃蛇源代码,简单易懂,文件为VC源代码,附txt代码和源代码程序-Snake source code written in C language, easy to understand, and file for VC source code, with a the txt code and source code program
netjunqi
- C#版网络军棋源码下载,第一排不允许放置炸弹,放置地雷在后两排,军旗只能在大本营。 第一排不允许放置炸弹,第1,2,3,4排不允许放置地雷, 自己的军旗只能放置在大本营 炸弹控件编号4,5,第一排(y1=12)不允许放置炸弹。 说明: Debug目录中的(1)MyFile1.txt保存自己方布阵图,MyFile2.txt保存对方布阵图,是一个字节文件。-C# version of Network Junji source code downlo
sokoban solver c++
- a recursive algorithm to find all possible solutions for given sokoban game. inputs are given in .txt file then executing program will solve it for you.
C-code-wuziqi
- 五子棋的C源码,正在学习C的朋友可以拿去看看,TXT文件,源码编译通过,自己拿回去在修改调试吧-Gobang the C source code, are learning to look C' s friends can take it, TXT files, source code to compile, debug their right to take back the modified
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
sudoku
- C语言实现数独游戏 略高级的版本 可以实现读入txt原始数据 利用递归的算法计算 并显示结果-C language implementation of sudoku slightly senior version Can achieve read TXT raw data by using recursive algorithm to calculate And display the results
iqps
- C++ program using OpenMP to solve 2D levels from the IQ-puzzle 505 from Lonpos from designtorget.se Look in level.txt for example usage. Compile program using gcc with: gcc -O3 -fopenmp -o iqps iqps.cpp Run with: ./iqps (path to level.txt)