登录
首页 » 数据结构 » 最小生成树

最小生成树

于 2022-12-31 发布 文件大小:3.55 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

1 2 0.0403 1 3 0.4747 1 4 0.7015 1 5 0.7936 1 6 0.2973 1 7 0.6139 1 8 0.4494 1 9 0.3155 1 10 0.8558 1 11 0.272 1 12 0.1045 1 13 0.6548 1 14 0.9271 1 15 0.3229 2 1 0.2182 2 3 0.9329 2 4 0.9521 2 5 0.8128 2 6 0.4044 2 7 0.6619 2 8 0.6596 2 9 0.3007 2 10 0.7244 2 11 0.2316 2 12 0.01 2 13 0.915 2 14 0.0878 2 15 0.0984 3 1 0.967 3 2 0.8945 3 4 0.749 3 5 0.9038 3 6 0.3022 3 7 0.2 3 8 0.7532 3 9 0.042 3 10 0.1991 3 11 0.8995 3 12 0.0592 3 13 0.4332 3 14 0.3324 3 15 0.17 4 1 0.434 4 2 0.3857 4 3 0.5991 4 5 0.5404 4 6 0.7573 4 7 0.96 4 8 0.8047 4 9 0.5279 4 10 0.1573 4 11 0.9087 4 12 0.3227 4 13 0.2898 4 14 0.5262

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • JAVA密码保护页面
    JAVA密码保护页面-password-protected pages JAVA
    2022-02-05 01:48:38下载
    积分:1
  • College Entrance Examination Management Information System
    高考管理信息系统-College Entrance Examination Management Information System
    2022-03-02 15:41:15下载
    积分:1
  • minimum spanning tree algorithm is the prim map for the shortest path algorithm...
    最小生成树的prim算法 是求图中的最短路径的一个重要算法 但是是O(n2)复杂度的一个算法-minimum spanning tree algorithm is the prim map for the shortest path algorithm of an important but is O (n2) of a complex algorithm
    2023-06-14 21:55:07下载
    积分:1
  • 在编译、运行程序之前,请将所附的库文件rms.mdb导入SQL server中,并将此库命名为RMS。具体操作步骤可以参见书中这一章的相关小节。若没有安...
    在编译、运行程序之前,请将所附的数据库文件rms.mdb导入SQL server中,并将此数据库命名为RMS。具体操作步骤可以参见书中这一章的相关小节。若没有安装SQL server,也可以直接在控制面板中将此数据库文件设置为数据源,并命名为MyDS。注意,若数据库没有安装成功,MS Visual Studio在打开工程文件的时候将会报错,但忽略之后不影响程序的正常编译。-In the compiler, before running the program, please rms.mdb attached database file into SQL server and will be named this database RMS. Specific steps can see the relevance of the book section of this chapter. If not install SQL server, can also be directly in the control panel in this database file is set to the data source named MyDS. Note that if the databases are not installed successfully, MS Visual Studio project file in the open when the error will be, but do not overlook the impact of following the normal procedures for compiling.
    2022-01-26 03:33:39下载
    积分:1
  • JSP个人求职管理系统
    jsp个人求职管理系统-jsp personal job management system
    2023-07-04 00:00:03下载
    积分:1
  • c++链式队列的实现
    c++链式队列的实现头文件如下: typedef int Item; typedef struct node * PNode; typedef struct node {  Item data;  PNode next; }Node; typedef struct {  PNode front;  PNode rear;  int size; }Queue; /*构造一个空队列*/ Queue *InitQueue(); /*销毁一个队列*/ void DestroyQueue(Queue *pqueue); /*清空一个队列*/ void ClearQueue(Queue *pqueue); /*判断队列是否为空*/ int IsEmpty(Queue *pqueue); /*返回队列大小*/ int GetSize(Queue *pqueue); /*返回队头元素*/ PNode GetFront(Queue *pqueue,Item *pitem); /*返回队尾元素*/ PNode GetRear(Queue *pqueue,Item *pitem); /*将新元素入队*/ PNode EnQueue(Queue *pqueue,Item item); /*队头元素出队*/ PNode DeQueue(Queue *pqueue,Item *pitem); /*遍历队列并对各数据项调用visit函数*/ void QueueTraverse(Queue *pqueue,void (*visit)());
    2023-09-04 20:50:03下载
    积分:1
  • 此程序为一个简单的oracle库程序,用于学生信息与课程成绩对应...
    此程序为一个简单的oracle数据库程序,用于学生信息与课程成绩对应-This procedure as a simple oracle database for student information and curriculum corresponding results
    2022-05-20 08:44:19下载
    积分:1
  • 一个中关于链表的实验,创建链表等,包括增删查改...
    一个数据结构中关于链表的实验,创建链表等,包括增删查改-A data structure on the list of experiments, create list, including additions and deletions to search
    2022-12-13 20:05:03下载
    积分:1
  • A*算法,自己通过学习写的,希望大家多多指点.....mqfcu7@tom.com
    A*算法,自己通过学习写的,希望大家多多指点.....mqfcu7@tom.com-A* algorithm, by learning to write their own, and I hope a lot of pointing everyone ..... mqfcu7@tom.com
    2022-02-04 15:13:47下载
    积分:1
  • 简单的职工工资管理系统 通过链表实现的
    简单的职工工资管理系统 通过链表实现的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
    2022-01-25 15:21:08下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载