登录
首页 » 数据结构 » 最小生成树,使用PRIM方法生成最小生成树。

最小生成树,使用PRIM方法生成最小生成树。

于 2022-07-11 发布 文件大小:920.00 B
0 89
下载积分: 2 下载次数: 1

代码说明:

最小生成树,使用PRIM方法生成最小生成树。-Minimum Spanning Tree, use the PRIM method to generate minimum spanning tree.

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

发表评论

0 个回复

  • c实现的常用几个算法
    c实现的常用几个算法-c achieve several commonly used algorithms
    2023-02-19 07:10:03下载
    积分:1
  • 医院管理
    登录
    2022-03-22 14:17:18下载
    积分:1
  • 直接插入排序 排序过程:整个排序过程为n
    直接插入排序 排序过程:整个排序过程为n-1趟插入,即先将序列中第1个记录看成是一个有序子序列,然后从第2个记录开始,逐个进行插入,直至整个序列有序-Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one recorded as an orderly sequence, and then from the first two records began to insert one by one until the entire sequence has Preface
    2022-05-17 09:28:42下载
    积分:1
  • 一个很好的矩阵类,使用者用了请务必感谢原作者
    一个很好的矩阵类,使用者用了请务必感谢原作者-a good matrix type, users spent Be sure to thank the original author! !
    2023-02-20 22:25:03下载
    积分:1
  • Order to map any of the distance between two nodes, (2) with two
    求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the distance between two nodes, (2) with two-dimensional array of storage C, A, C is the original cost matrix, A is to find the distance matrix (3) The algorithm uses the triple loop, one of the most outer loop variable must be representative of intermediate nodes, the middle loop variable represents the first node and the inner loop variable represents the end nodes. (4) tried to three-loop order of the variables to make some changes, the most outer loop variables still represent intermediate nodes, while the middle loop variable represents the end nodes, the inner loop variable represents the first node. The two approaches to compare the results to see whether the results the same (5) shows the results must be clear and understandable (6) The q
    2022-04-20 12:55:19下载
    积分:1
  • DataGridViewAutoFilter
    The Microsoft® Windows Forms DataGridView control in Microsoft® Visual Studio® 2005 provides a grid experience similar to Microsoft® Excel, but does not provide the column filtering drop-down lists that Excel provides in its AutoFilter feature. However, the DataGridView can bind to data sources that provide filtering, such as the ADO.NET DataView. This article describes how to build a custom DataGridView column header cell that displays drop-down filter lists, by taking advantage of the filtering capabilities of the data source and the new BindingSource component. 
    2023-02-14 23:25:04下载
    积分:1
  • 科研管理
    该科研管理系统主要有查询和管理两项功能。查询模块对应一般用户,管理模块对应管理员。通过管理和查询的相应模块可已很方便地对数据库进行一系列的操作,这在模块功能描述里已简单描述过。因还是初次用VC6.0设计基于对话框的应用程序,所以了解很浅薄,我没有设计用户登陆和用户注册了,也就是没有规定用户权限。也没有对对话框进行最大化,最小化处理。还有科研管理系统就实现了对数据库表的一些最基本的查询、增删改操作,没有对查询功能进行细化等,如按不同类别查询科研成果,按不同职称查询教师信息等。我做的这个系统比较简单,所以出现的一些问题也比较好解决,如一开始我在实现程序代码的时候对于数据表映射类、对话框类等是定义指针的,但在运行时总出现某某内存不可读,不可写的问题,所以我就改成直接定义这些类的对象排出了这类问题。其实一开始我定义指针让其指向new生成的对象是打算之后可以释放内存空间的,减小内存的开销,可指针我用不好,所以在这点上我处理的不好。因此,我对自己所做的这个系统提出的改进意见是设计用户注册、登录模块、将各模块的功能进行细化,实现对对话框大小能进行调整的功能等。
    2022-05-14 17:51:42下载
    积分:1
  • 全国计算机等级考试三级的部分上级题算法,对上机考试还不是很熟的人,很有帮助(并非书上的答案,是本人自己想的算法)...
    全国计算机等级考试三级的部分上级题算法,对上机考试还不是很熟的人,很有帮助(并非书上的答案,是本人自己想的算法)-National Computer Rank Examination some three superiors that the algorithm, right on the test machine is not very familiar with the helpful (and not the answer book, I want to own the algorithm)
    2022-07-02 07:37:16下载
    积分:1
  • 判断给定的二叉树是否相似,用C ++实现的,是作业
    判断给定的二叉树是否相似,用C ++实现的,是作业-to judge whether the binary tree similar to that used C to achieve, and is operating
    2022-09-29 14:35:03下载
    积分:1
  • 银行排队的模拟
    void hugemenu()//最大的菜单 {     char menu;  //服务项目菜单  采用字符型比较可靠!因为如果定义成整型,万一输入了字符,可能会造成死循环错误     while(1) //系统将一直运行 直到运行 turnoff()函数     {         printf(" ********************欢迎您使用本系统******************** ");         printf(" 【请选择服务项目】: ");         printf(" 1.客户取票 2.VIP服务 3.客服系统 4.关闭系统 ");         printf(" 【您的选择】:");         scanf("%s",&menu); //用%s 比%c好 %c会记录字符 而且比如
    2022-01-24 08:52:17下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载