-
prim算法的原理利用 prim算法构造最小生成树。有机的应用prim和数组存储生成树。...
prim算法的原理利用 prim算法构造最小生成树。有机的应用prim和数组存储生成树。-prim algorithm using the principle of Minimum Spanning Tree Algorithm prim. Application of organic prim and storage arrays spanning tree.
- 2022-02-02 09:09:52下载
- 积分:1
-
用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。
用vb做的一个关于学生信息管理的系统,功能齐全,适合做学生毕业设计。-Vb make use of a student information management system, full-featured, suitable for graduate students to do the design.
- 2022-06-12 09:42:58下载
- 积分:1
-
SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.-SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image/video applications.
- 2022-07-04 13:52:17下载
- 积分:1
-
循环链表
声明结构 体,该结构体包含一个值,和一个指向下一个结点的指针next,初始化时头结点指针指向自身,每增加一个节点,使加入的结点的next指针指向头结点,使t头结点的next指针指向插入结点。 源代码 在vs2012 运行通过,界面使用菜单进行操作选择,友好方便,值得参考
- 2022-06-11 17:01:47下载
- 积分:1
-
是用回朔法实现跳马程序。数据结构入门的好例子
是用回朔法实现跳马程序。数据结构入门的好例子-is back Schomburg Method vault procedures. Structure data entry a good example
- 2023-09-02 00:20:03下载
- 积分:1
-
(1)利用普里姆算法求网的最小生成树
(2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过
程中的连通分量。
(3)以文本形式输出生...
(1)利用普里姆算法求网的最小生成树
(2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过
程中的连通分量。
(3)以文本形式输出生成树中各条边以及他们的权值-(1) the use of prim algorithm for minimum spanning tree network (2) the realization of the textbook definition of abstract data types mfset. Spanning tree structure to express the process of component connectivity. (3) to text output of all spanning tree edges and their weights
- 2022-07-12 16:58:27下载
- 积分:1
-
本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DF...
本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorithm, sorting algorithm, high-precision algorithms, tree traversal, binary conversion, the whole arrangement and combination of generation, search algorithm, greedy , backtracking framework, DFS framework, BFS framework, data structure-correlation algorithm. And examples of source
- 2022-01-26 03:58:31下载
- 积分:1
-
这是一个V+A的学生资料管理系统~各位做 课程设计的同学可以借鉴~论文也是有的...
这是一个V+A的学生资料管理系统~各位做 课程设计的同学可以借鉴~论文也是有的-This is a V A student information management system was designed to do courses the students can also learn from some papers ~
- 2022-11-20 08:20:03下载
- 积分:1
-
算法导论(中文版),讲述了现代计算机常用数据结构和算法
算法导论(中文版),讲述了现代计算机常用数据结构和算法-this book intrdduce the basic algorithm,the language is chinese
- 2022-08-10 02:08:13下载
- 积分:1
-
医院管理系统
这个医院管理系统管理病人信息、 人员信息、 商店和药品、 计费并生成报告。这个复杂的应用程序与后端数据库服务器进行通信和管理医院物流相关的所有信息。
- 2023-01-12 12:10:04下载
- 积分:1