-
超星电子书《博弈》中文
1 引言
2 棋盘表示
3 走法产生
4 基本搜索技术
5 估值基础
6 研究实例
7 搜索算法改进
8...
超星电子书《博弈》中文
1 引言
2 棋盘表示
3 走法产生
4 基本搜索技术
5 估值基础
6 研究实例
7 搜索算法改进
8 估值核心的优化
9 其它重要话题-Chaoxing book
- 2022-01-22 08:57:07下载
- 积分:1
-
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫...
用堆栈实现迷宫求解问题
基本思想:
若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。
求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。
为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic idea for solving the problem: If the current position can be adopted, in pressure, otherwise the next location to explore, if a dead end, then back to New Moon, the size of the maze: M* N. maze set up a custom. A simple maze to solve the problem is: starting from the entrance, along a certain direction to explore, can walk, then continue to move forward otherwise return along the same route, a direction for further exploration, until all possible pathways are exploring to date. In order to avoid going back to have access points (including the current path and current path in the point), all the points should be entered mark.
- 2022-03-21 17:16:01下载
- 积分:1
-
PCI的使用教程,包括各种基本操作,参数设置,功能实现等,是不错的资料...
PCI的使用教程,包括各种基本操作,参数设置,功能实现等,是不错的资料-PCI-use tutorials, including basic operation, parameter setting, function realization and so on, is a good information
- 2023-08-25 15:00:07下载
- 积分:1
-
很多关于学习c语言的各种例子,由简单步步深入
很多关于学习c语言的各种例子,由简单步步深入-c program
- 2022-07-10 14:17:23下载
- 积分:1
-
这是一个关于linux下串口编程的pdf文档。是个不错的东东。
这是一个关于linux下串口编程的pdf文档。是个不错的东东。-This is a linux on Serial Programming pdf file. Is not a bad Eastern.
- 2022-02-15 18:22:54下载
- 积分:1
-
WTL帮手Visual Studio插件
WTL helper Visual Studio Addin
- 2022-06-27 01:00:53下载
- 积分:1
-
让你安静,让你思考,让你踏实地学习,我想这就是《GIS 开发者》的意义。GIS
愈加狂热之时,《GIS 开发者》却让你愈加冷静...
让你安静,让你思考,让你踏实地学习,我想这就是《GIS 开发者》的意义。GIS
愈加狂热之时,《GIS 开发者》却让你愈加冷静-Allows you to quiet and let you think you at ease to learn, I think this is
- 2022-03-23 14:03:59下载
- 积分:1
-
Evolutionary Computation ebook with pay
ebook演化计算相关的书籍内付有C程序-Evolutionary Computation ebook with pay-related books have C program
- 2022-10-18 07:25:04下载
- 积分:1
-
测试 Fractie
测试分数是一个程序,运行操作的分数。
- 2022-02-20 22:14:05下载
- 积分:1
-
The C Programming Language
The C Programming Language-The C Programming Language
- 2022-07-11 16:07:08下载
- 积分:1