-
操作系统版本及硬盘空间信息
OS version & hardDisk space info
- 2022-04-01 10:32:55下载
- 积分:1
-
系统进程管理源代码
系统进程管理源代码- System advancement management source code
- 2022-07-15 23:02:14下载
- 积分: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
-
排序,冒泡算法
一些简单的小程序。就是排序冒泡,算法,是用vc编译的c++程序,全部验证正确,亲身实验!
- 2022-02-21 04:57:58下载
- 积分:1
-
Proven completely available to wince under the ini configuration file to read an...
经验证完全可用的wince下的ini配置文件读写源码-Proven completely available to wince under the ini configuration file to read and write source code
- 2022-02-20 21:06:54下载
- 积分:1
-
中国象棋的声音代码,对学习的有用。
一个中国象棋的源代码,可以供学习VC的人用。-chinese chess sound code .it is useful for vc study.
- 2022-06-27 22:53:21下载
- 积分:1
-
模板匹配
可以实现简单的图片模板匹配。。。。。不过这个是很简单的测试程序,现在还是菜鸟,想获取点资料,希望大神们的指教,,,,,zhiwei huoqu dian jifen a
- 2022-03-18 06:39:31下载
- 积分:1
-
电话本,有添加,删除,导入,导出等功能,可以很方便的存储大量电话号码,通讯录。...
电话本,有添加,删除,导入,导出等功能,可以很方便的存储大量电话号码,通讯录。-Phone book, have to add, delete, import, export and other functions, can easily store a large number of telephone numbers, address book.
- 2022-02-15 12:22:04下载
- 积分:1
-
对delphi中常用的函数调用,参数,进行详细的说明。
对delphi中常用的函数调用,参数,进行详细的说明。-right commonly used function call, parameters, for detailed explanations.
- 2022-03-09 13:47:43下载
- 积分:1
-
二叉树的非递归遍历搜索删除
采用C++语言,完成实现了一个二叉树的创建,以及前序中序后序查找,以及删除工作。完美实现,使用简单,注释完整。
- 2022-03-11 11:05:29下载
- 积分:1