-
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
-
Writing the oracle package foreigners lib, use the oci, This is to help document
老外写的oracle封装lib,用到了oci,这是帮助文档-Writing the oracle package foreigners lib, use the oci, This is to help document
- 2022-03-09 23:24:01下载
- 积分:1
-
欧洲密克罗尼西亚推荐算法。分组长度128bit加密…
欧密会推荐算法Camellia。加密分组长度128bits,密码长度128bits-European Micronesia recommend algorithm Camellia. Encrypted packet length 128bits, password length 128bits
- 2022-05-05 20:34:44下载
- 积分:1
-
串口监测的源程序
串口监测的源程序-serial monitoring of the source
- 2022-02-21 15:19:17下载
- 积分:1
-
Winodws CE/Mobile, Connection Manager Helper
Winodws CE/Mobile, Connection Manager Helper
- 2022-03-18 02:11:55下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
c语言教程_htm文件 非常好的教程
大家想学c就下载吧!
c语言教程_htm文件 非常好的教程
大家想学c就下载吧!-an introduction to C (HTM files),which is a good way to teach you C programming.If you want to learn C , then please download it
- 2022-10-10 15:30:03下载
- 积分:1
-
VC 6.0下可通过
C++版的学籍管理系统
VC 6.0下可通过
C++版的学籍管理系统-VC 6.0 through C version of the Maintenance Management System
- 2022-01-26 00:58:33下载
- 积分:1
-
学生选课系统
学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统学生选课系统
- 2022-03-03 16:56:55下载
- 积分:1
-
包括基本Verilog CPU接口程序和激励计划。
包括基本的Verilog CPU接口程序和激励程序。
- 2022-02-20 08:12:27下载
- 积分:1