-
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码...
《C++程序语言设计》是C++之父Bjarne Stroustrup 写的,本源码是其实例源码- C++ Programming language design are C++ Writing Father of Bjarne Stroustrup, the source code examples are its source
- 2022-10-13 13:40:03下载
- 积分:1
-
系统仿真和辨识,包括递推最小二乘法RLS和目前先进的辨识理论,适合于系统仿真用....
系统仿真和辨识,包括递推最小二乘法RLS和目前先进的辨识理论,适合于系统仿真用.-system simulation and identification, including RLS recursive least squares method and the current advanced identification theory is suitable for system simulation.
- 2023-03-29 17:50:03下载
- 积分:1
-
在qt编程环境下识别带汉字路径方法的源码.
在qt编程环境下识别带汉字路径方法的源码.-Qt programming in the environment to identify with characters of the source path method.
- 2022-07-03 14:39:29下载
- 积分:1
-
学生成绩管理系统。当中存在的DBF文件需要先下载并安装CDBF软件才能查看。...
学生成绩管理系统。当中存在的DBF文件需要先下载并安装CDBF软件才能查看。-Student grade management system developed by Excel and access.
- 2022-02-12 06:30:59下载
- 积分:1
-
图书馆管理系统 Java 摇摆
Java 库管理系统旨在帮助您简化管理物理存储库 (而不是软件库) 的任务组成的单个库存物品如书籍、 磁带、 光盘等。
- 2022-03-04 09:08:52下载
- 积分:1
-
小车黑线检测,计数,计时,计里程,往返,变速
小车黑线检测,计数,计时,计里程,往返,变速-Car black line detection, counting, time, total mileage, round-trip, speed
- 2022-07-04 00:05:38下载
- 积分:1
-
开源库简介
Introduction to Open Source Library
Management Systems
Edward M. Corrado
Rider University Libraries
ecorrado@library.rider.edu
- 2022-01-22 02:52:53下载
- 积分:1
-
C编写的服务端程序
C编写的服务端程序-Server-side program written in C
- 2022-10-01 05:35:04下载
- 积分:1
-
能够实现图像的纹理检测,可以直接调入一个图像然后得到纹理...
能够实现图像的纹理检测,可以直接调入一个图像然后得到纹理-to achieve the texture image detection, can be directly transferred to a texture image is then
- 2022-07-10 11:59:18下载
- 积分: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