搜索资源列表
five-C
- 通过运用C语言程序设计,实现一些游戏或系统功能,也有一些解决数学问题的小程序.-through the use of C language programming, to achieve some games or system function, there are some mathematical problem solving small procedures.
NineGrid
- 8数据码问题遍历的计算机求解-8 yards data traverse the computer problem solving
Go
- 一个简单的围棋死活题的录入及研究程序 可以进行死活题的录入和解题练习-Go with a simple life and death issues of entry and research programs can be life and death issues of entry and problem-solving exercises
SUDOKU
- 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step w
bashuma
- 采用队列实现了八数码问题的求解,在判断当前状态是否已经达到过的问题上,程序中提供了一种排列的定位方法,并很好的解决了问题。-Queue achieved using eight digital problem solving, in determining the current status has been achieved over the issue, the program provides an array of location methods, and a very good s
Sudoku
- 数独游戏,简易版,提供五种难度要求自动出题解题,有人性化操作界面。-Sudoku game, simple version, to provide five kinds of difficulty that require the automatic topic and problem-solving, it was sex-based interface.
road
- 采用双向广度优先搜索的方法搜索出在一定意义下最佳的解题步骤,并指导我系学生姚刚用DELPHI V5.0开发了一个相应的电脑游戏。本文首先介绍了该算法的基本思想,然后通过完整的PASCAL源程序及其注释给出该算法的具体的实现,最后给出搜索的结果。-Bidirectional breadth-first search method to search out the best in some sense the problem solving steps, and to guide my stude
NQueen
- N皇后问题的人工求解和自动求解实现,有详细的课件。-N Queens Problem Solving manual and automatic solving to achieve, detailed courseware.
VB-thief-catch
- 【完整而真实】的【VB找小偷程序】: 这是真正体现“机器解题”的思路,希望对大家有所启发:-【】 In 【complete, true and VB programs to find thieves】: This is the real expression " machine problem solving," thinking, we hope some enlightenment:
exp_system11
- Problem solving techniques that are used in the expert systems are described briefly
five
- 一个JAVA实验做的小游戏。上机实验的目的是提高学生的分析问题、解决问题的能力和动手能力,通过实践环节理解Java语言的基本结构和程序设计方法。通过亲手编程掌握Java 语言编程的方法。-Experiments to do a JAVA game. The purpose of experiment on the computer analysis to improve student problem solving ability and ability, through the practi
Sudoku
- 九宫格数独,是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式。-Jiugongge Sudoku, is a Swiss from the 18th centur
111
- 俄罗斯方块拼图游戏vb解题器解题算法V3.0 ,很不错的VB源码,适合VB爱好者学习研究。-Tetris puzzle the vb solving problem solving algorithm V3.0, very good VB source code for VB enthusiasts to learn.
hannoi
- 汉诺伊算法可程序游戏,动态形式演示解决问题全过程-Han Nuoyi algorithm can program games, demonstrate problem-solving process
24
- 神奇24游戏的玩法是,由计算机随机产生4个自然数,玩家利用加减乘除和加括号,将4个数组成结果等于24的四则运算算式。在大多数情况下这个问题都有解,这就是“神奇”所在之处。通常的解法都是采用穷举法,对所有可能的算式进行求解,然后判断结果是不是24。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,这样就简化了问题的求解。-The magic 24 game
jyyEight_Num_Fengart
- 八数码问题的解决,包括三种路径的查找最优解,例如:深度优先查找,广度优先查找。-Eight digital problem solving, including three kinds of paths to find an optimal solution, for example: depth-first search, breadth-first search.
Test
- 八数码难题的搜索求解演示,该程序研究广度搜索算法。-Eight digital problem solving search demonstration, research breadth search algorithm.
ttldq-win7
- 采用win8皮肤 运行更加流畅 解决误报毒问题 天天语音朗读小说阅读器win7版女声,适合win7系统下的小说阅读,软件有开始阅读,暂停阅读,继续阅读,停止阅读,当阅读完毕后自动提醒,还可以把阅读的小说文字转换为wav格式的音频文件(文本转换不易过大!!),添加小说可以通过复制粘贴,手工写入,打开文件,直接拖拽文件都软件,都可以实现朗读。-Win8 run smoother skin using a false positive drug problem solving E
bashuma
- 采用队列实现了八数码问题的求解,在判断当前状态是否已经达到过的问题上,程序中提供了一种排列的定位方法,并很好的解决了问题。-Queue achieved using eight digital problem solving, in determining the current status has been achieved over the issue, the program provides an array of location methods, and a very good s
QT_N_queen
- N皇后问题求解工具。能够求解出4—9皇后的所有解,类封装的。图形界面-N Queens problem solving tools. Be able to solve all the solutions of 4-9 Queen of the class package. Graphical interface