-
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
- 2023-01-19 07:50:04下载
- 积分:1
-
21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。...
21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。-21-day study-pass C++, Jesse Liberty and Bradley Jones compiled the fifth edition of the course the above procedure cases.
- 2022-01-30 20:59:34下载
- 积分:1
-
A network of automatic registration tool
一个网络邮箱的自动注册工具 经试用 效果不错 现推荐给大家-A network of automatic registration tool-mail by the trial good results are recommended to everyone
- 2022-03-22 04:10:29下载
- 积分:1
-
cuda compute unified device architecture histogram code
cuda compute unified device architecture histogram code
- 2022-02-20 23:05:40下载
- 积分:1
-
这是用高斯消去法求解非线性的FORTRAN语言…
这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
- 2022-10-05 23:45:02下载
- 积分:1
-
基于Visual C++.NET的安装程序制作
基于Visual C++.NET的安装程序制作-Visual C.NET installation procedures production
- 2022-04-08 17:41:45下载
- 积分:1
-
9x9 realize the software automatically fill the data grid, so that is horizontal...
该软件实现9X9方格的数据自动填写,让横排是123456789,肃立也是123456789,挺有意识的。-9x9 realize the software automatically fill the data grid, so that is horizontal 123456789, 123456789 stood also, quite conscious.
- 2023-04-15 21:00:03下载
- 积分:1
-
多线程、内存共享编程。有五只蜗牛赛跑哦。
多线程、内存共享编程。有五只蜗牛赛跑哦。-Multi-threaded, shared memory programming. Has five oh snail race.
- 2022-03-11 08:26:14下载
- 积分:1
-
此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码...
此程序展示了C++得虚继承特性 源代码是老师所推荐 规范高效的代码-display in a virtual C source code inherited characteristics recommended by teachers norms efficient code
- 2022-02-05 21:40:18下载
- 积分:1
-
一些转换代码,hex to char,char to hex
一些转换代码,hex to char,char to hex-Some of the conversion code, hex to char, char to hex
- 2022-03-13 15:05:03下载
- 积分:1