登录
首页 » Windows开发 » A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...

A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...

于 2023-01-19 发布 文件大小:2.41 kB
0 69
下载积分: 2 下载次数: 1

代码说明:

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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 运行时类型识别演示
    运行时类型识别演示-runtime type identification demo
    2022-02-20 12:47:46下载
    积分:1
  • Windows CTI入门编程(4)检查板卡
    Windows CTI入门编程(4)检查板卡-Windows programming (4) inspection board
    2022-12-02 09:20:02下载
    积分:1
  • 在VC下生成GTK+工程的脚本
    这是我写的GTK+工程向导,如果在VC6 IDE下已经搭建好了GTK+开发环境,可以运行此脚本自动创建GTK+工作目录、工程文件、项目文件和源文件模板,所有操作只需输入工程名称并按回车即可,免去各种配置的麻烦。对于更高版本的Visual Studio,您也可参考此脚本的思路自行编写出自己的工程向导。
    2023-04-08 11:35:03下载
    积分:1
  • LAN
    基于局域网络的命令和数据传输 在一台机器上,将点、线、面的绘画命令和参数通过局域网发送到另外一台计算机上,并在其屏幕上显示绘画结果 -LAN-based commands and data transmission on a single machine, will be point, line, surface drawing commands and parameters sent via the LAN to another computer, and the results of their paintings displayed on the screen
    2022-03-18 03:40:42下载
    积分:1
  • wince模拟器中文显示
    wince模拟器中文显示-Jack simulator showed Chinese
    2022-03-25 16:56:18下载
    积分:1
  • 能够以任意角度(0~360度)放置文字与图像
    能够以任意角度(0~360度)放置文字与图像-To any angle (0 ~ 360 degrees) to place text and image
    2022-12-30 17:20:03下载
    积分:1
  • 双缓冲的源代码,Visual Studio 2005的VB
    VB实现visualstudio2005双缓冲源代码
    2023-02-24 14:05:04下载
    积分:1
  • WinCE下的系统进程列出程序。主要是方便远程调试的程序。
    WinCE下的系统进程列出程序。主要是方便远程调试的程序。-WinCE system under the process set out the procedures. Convenience is the main remote debugging process.
    2022-01-26 08:21:05下载
    积分:1
  • designated certain procedures, delayed start. The main application of the system...
    指定某个程序,延迟进行启动。主要应用在系统启动后,由于不是所有的硬件都正常工作时,启动这些程序时回出现错误。-designated certain procedures, delayed start. The main application of the system after commencement, because not all the hardware are normal working hours, when they start to make mistakes.
    2022-02-20 23:19:44下载
    积分:1
  • D3D9黑屏优化-vs2010源码
    可以用来优化游戏的CPU占用率,D3D9黑屏优化插件
    2022-05-26 11:14:16下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载