-
K r u s k a l算法每次选择n
K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的
边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选
取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中
边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其
加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-K ruskal algorithm for each choice of n-1 edges, the greed of the criteria used are: from the left edge select does not produce a loop with the smallest cost edge has been selected to join the edge of the collection. Taking note of the selected edges have a loop if it can not form a spanning tree. K ruskal algorithm sub-e-step, in which e is the number of network edge. According to the order of incremental cost to consider this e edges, each taking a side. When considering a certain edge when, if its added to a collection of selected edge loop will appear, will be its discarded, otherwise, it selected.
- 2023-02-08 08:10:04下载
- 积分:1
-
c++ category of the original code, its own look, it should be able to understand...
c++类的原码,自己看吧,应该看得懂的,我就不费话了-c++ category of the original code, its own look, it should be able to understand, and I do not charge if the
- 2022-02-01 19:56:50下载
- 积分:1
-
请试试这个VB beginners.it很有用。
Please try this for vb beginners.it s very useful.
- 2022-07-01 13:41:32下载
- 积分:1
-
参考源码,学习例子
参考源码,学习例子-reference source, study examples
- 2022-03-12 00:37:45下载
- 积分:1
-
图像拼接!!此为本人的毕业设计源码,能完整远行,希望能对大家起到帮助。强烈鄙视那些为了骗取下载数而上载一些无关紧要代码甚至是编译错误一堆的卑鄙小人...
图像拼接!!此为本人的毕业设计源码,能完整远行,希望能对大家起到帮助。强烈鄙视那些为了骗取下载数而上载一些无关紧要代码甚至是编译错误一堆的卑鄙小人-Image mosaic! ! This is my graduation project source code can be a complete separation, I hope everyone can help. Strongly despise those who cheat in order to download and upload some irrelevant code compiler error or even a bunch of despicable villains
- 2023-05-06 02:15:03下载
- 积分:1
-
RS232串口蓝牙WINCE 驱动源代码
RS232串口蓝牙WINCE 驱动源代码-RS232 serial port Bluetooth driver source code WINCE
- 2022-02-25 10:30:26下载
- 积分:1
-
C, MFC source code parserdemo
C++、MFC源代码parserdemo-C, MFC source code parserdemo
- 2023-08-03 17:45:03下载
- 积分:1
-
Engineer系统是降低服务器负载,减少企业运营成本
Engineer系统是降低服务器负载,减少企业运营成本-Engineer system is to reduce server load, reduce operating costs
- 2022-12-12 12:35:03下载
- 积分:1
-
一个多项式相加的C程序,实现两个升幂排列的多项式的加法
一个多项式相加的C程序,实现两个升幂排列的多项式的加法-Addition of a polynomial C procedures, or two power with a polynomial Adder
- 2022-03-17 05:30:06下载
- 积分:1
-
各种排序实现及比较,对比各种排序方法的优劣。
各种排序实现及比较,对比各种排序方法的优劣。-various comparisons and comparisons of various methods of sorting merits.
- 2022-08-11 09:46:09下载
- 积分:1