-
用Java写的面相对象的数据库管理系统
用Java写的面相对象的数据库管理系统- Appearance object database management system writes which with
Java
- 2023-07-10 17:20:03下载
- 积分:1
-
路径规划A*算法
如果一个估价函数可以找出最短的路径,我们称之为可采纳性。A*算法是一个可采纳的最好优先算法。A*算法的估价函数可表示为:f"(n) = g"(n) + h"(n) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2023-05-31 17:50:03下载
- 积分:1
-
魔方阵完整算法(内含详细解释)
包括奇数和偶数
在VC6.0下运行...
魔方阵完整算法(内含详细解释)
包括奇数和偶数
在VC6.0下运行-Magic matrix integrity algorithm (containing detailed explanation), including odd and even run in VC6.0
- 2022-04-30 00:56:44下载
- 积分:1
-
货郎担问题的分支限界算法,速度很快,并且结点可以到达35个...
货郎担问题的分支限界算法,速度很快,并且结点可以到达35个-The branch and bound algorithm for traveling salesman problem, very fast, and the node can reach 35
- 2022-02-03 02:43:54下载
- 积分:1
-
这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。...
这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structure
- 2022-07-14 12:44:04下载
- 积分:1
-
该文件,主要是班级信息、学生基本信息,学生成绩管理等组成。...
该文件,主要是班级信息、学生基本信息,学生成绩管理等组成。-the document, the main classes of information, students basic information, such as student performance management component.
- 2022-01-26 06:10:49下载
- 积分:1
-
二叉树的实现,包括各种遍历
二叉树的实现,包括各种遍历-binary tree to achieve, including Traversal
- 2022-01-26 08:09:08下载
- 积分:1
-
ASP 购物站点管理员选项
ASP 购物站点管理员选项。
此示例演示一个原油的虚拟购物车,包括内联网 (或后台管理)。
- 2022-06-15 09:20:56下载
- 积分:1
-
B-树的创建、插入、删除等一系列操作!-B-tree creation, insert, delete a series of manipulations!
- 2022-07-19 17:19:24下载
- 积分:1
-
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,...
该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,空间消耗也比较大.-distribution of the program is counting sequencing, it is I have seen the fastest sorting methods, it"s time complexity of O (n), but this sort known to be applicable to sort out the range, and if the upper and lower limits of the relatively large margin, space consumption is relatively large.
- 2022-06-14 17:10:55下载
- 积分:1