-
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
-
本程序为VB对输入输出口的编程,想要深入了解VB的不容错过.
本程序为VB对输入输出口的编程,想要深入了解VB的不容错过.- This procedure is VB to inputs the outlet the programming,
wants thoroughly to understand VB not not fault-tolerant
- 2022-06-29 13:17:19下载
- 积分:1
-
BOS
正在学习做的一个bos物流项目
- 2023-02-26 00:30:04下载
- 积分:1
-
WPF 示例
很好的应用程序显示了如何显示对象或动画如旋转木马使用微软WPF编程。该程序是用C开发的#。
- 2023-07-05 23:25:04下载
- 积分:1
-
Note : Delphi Object Pascal source tools neatly arranged that the source code (v...
说明:将 Delphi Object Pascal 源码排列整齐的工具的源代码 ( 2.0 版,相当於适用於 Delphi 2.0~5.0 专家版本 2.2.3 版 DELFOREX.ZIP ) -Note : Delphi Object Pascal source tools neatly arranged that the source code (version 2.0, equivalent to 2.0 to 5.0 Delphi experts DELFOREX.ZIP Edition version 2.2.3)
- 2022-04-10 02:36:18下载
- 积分:1
-
统计每行的英文字母的个数
统计每行的英文字母的个数-statistics on each side of the alphabetic Number
- 2022-02-05 05:59:04下载
- 积分:1
-
VC++编程技术与难点剖析
出版社: 清华大学出版社
装帧: 平装
出版年: 2002...
VC++编程技术与难点剖析
出版社: 清华大学出版社
装帧: 平装
出版年: 2002-4-1
随书光盘-VC++ Programming technology and difficult problem of analysis Publisher: Tsinghua University Press Binding: Paperback Publication Year: 2002-4-1 book with CD-ROM
- 2022-02-04 19:11:23下载
- 积分:1
-
dll变量调用实例
这是一个简单的dll中变量被其他程序调用的实例,简单明了的让你知道dll中的函数和变量如何被其他程序调用。
- 2022-06-14 09:44:23下载
- 积分:1
-
FTP client reference program
FTP client reference program
- 2022-01-26 02:41:44下载
- 积分:1
-
一具有序列化存储读取功能de的多文档-视图编程源码
一具有序列化存储读取功能de的多文档-视图编程源码-I have read the sequence of storage of multi-functional de documents- view programming source
- 2022-03-22 12:04:29下载
- 积分:1