搜索资源列表
pukepai_withoutdebug
- 24点游戏的界面和算法,点START按扭随机发牌,点CHECK按扭给出答案-24 points of the game interface and algorithms, random point START buttons licensing point CHECK buttons give an answer
pingtuoz
- 一个很古老的拼图游戏,随机算法把BPM图像分成按等级的块数,很灵活-A very old-fashioned jigsaw puzzle, random algorithm to BPM image into blocks according to the number of levels, it is flexible and
shudu
- 这是用C编写的数独游戏的算法,在main() 中也设计了整个游戏的流程,运行就可以进入游戏。该数独游戏的算法可以随机产生有解的题目。-It is written in C Sudoku algorithm, in the main () is also designed to process the entire game, running you can enter the game. The Sudoku game algorithm can be randomly generated
8Puzzle
- 我编写的8数码游戏,可实现人工求解和自动求解。人工求解时可以手动设置初始状态、目标状态,也可以随机生成初始状态,还可以避免无解。自动求解算法包括:DFS、BFS、A*1和A*2。并且有详细的课件。-8Puzzle
MazeGame
- 本程序参照网上一个特殊算法随机生成迷宫 该算法优点: 效率高,从入口到出口只有唯一路径,入口出口自己设定 该算法缺点: 宽度高度都必须为奇数,只能生成n*m矩阵迷宫-It makes the major function of the mazegame.
java
- 连连看的java源代码 界面可爱一点的,随机地图,关卡选择,难度调整,记录显示 有算法-import javax.swing.* import java.awt.* import java.awt.event.* public class lianliankan implements ActionListener
beau_pintu
- DELPHI拼图游戏 Delphi源码,拼图游戏,拼图,漂亮的拼图游戏,用DELPHI开发,这里面有自认为比较好的算法,可以随机打乱图片,可显示答案。希望下载一起研究。 运行环境:Windows/Delphi-DELPHI the jigsaw puzzle Delphi source, jigsaw puzzles, beautiful jigsaw puzzle with DELPHI in there think better algorithm randomly disrupte
PopStar_java
- 求解PopStar小游戏的解法,采用随机算法,实测结果平均每局得4800分左右-A random algorithm solving PopStar game.
hxd
- 井字棋人机对弈,设有随机算法,人可以赢电脑,圆和差采用坐标划线的方式-Tic tac toe game
main
- 随机生成九宫格,并通过搜索算法找出最少的将之移动回去的移动方法-Squares randomly generated and passed to the search algorithm to find the least mobile method of moving back
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
game
- 训练左右脑的VB小游戏,无边框,可移动。扁平化设计。客服VB随机数的缺陷,实现了真正地随机出题,为增加难度,故意通过算法增加了选项的重复率-VB left and right brain training game, no border can be moved. Flat design. Customer VB random defects, to achieve a truly random topic, in order to increase the difficulty of deli
001
- 24点是一个古老而常新的益智游戏,本程序采用模块化的设计模式,用命令提示符的方式来设计算法。 一、 需求分析: 1、程序流程及功能简介: (1) 随机产生四个1-13的数,分别代表13张牌。 (2) 提示玩家输入算式。 (3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到(1)。 (4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明