-
一个不错的贪吃蛇C++源代码
一个不错的贪吃蛇C++源代码-a good Snake C source code
- 2022-02-12 05:20:33下载
- 积分:1
-
获得可用磁盘空间
获得可用磁盘空间-was available disk space
- 2023-03-22 08:15:03下载
- 积分:1
-
flash播放器源程序
flash播放器源程序-flash player source
- 2022-07-23 16:00:29下载
- 积分:1
-
How to use the dialog effectively
如何有效的使用对话框 -How to use the dialog effectively
- 2022-03-20 00:49:07下载
- 积分:1
-
用于更改系统桌面背景,虽然微软本身有一个动态库提供了这个功能,但是这个库本身系统不带。因此用Delphi编写了这个程序,用于设置自动更换桌面背景...
用于更改系统桌面背景,虽然微软本身有一个动态库提供了这个功能,但是这个库本身系统不带。因此用Delphi编写了这个程序,用于设置自动更换桌面背景-Change the system for the desktop background, while Microsoft itself has a dynamic library provides this functionality, but the library system does not take itself. Delphi therefore prepared to use this procedure for the automatic replacement of desktop background
- 2022-02-14 04:01:07下载
- 积分:1
-
孙鑫的vc++6.0的讲解的源码部分,免费给大家分享
孙鑫的vc++6.0的讲解的源码部分,免费给大家分享-SUN Xin of vc++6.0 on the part of the source, free for everyone to share
- 2022-02-27 00:31:30下载
- 积分:1
-
创建屏幕保护程序的基础类例子
创建屏幕保护程序的基础类例子-The example of the class of creating screen-save program
- 2022-07-28 15:16:19下载
- 积分:1
-
Example and use of EasySMS v3.0 SMS control.
EasySMS v3.0 SMS控件的示例和使用。
- 2022-03-17 21:53:30下载
- 积分:1
-
RandGen。H
randgen.h
almost 1.72KB
- 2022-03-15 06:33:15下载
- 积分:1
-
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