-
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
-
vc 动态连接库的例子
vc 动态连接库的例子-vc example of Dynamic Link Library
- 2022-03-14 14:03:37下载
- 积分:1
-
使用C#编写的传真软件,不错,看看
欢迎大家来测试啊!
使用C#编写的传真软件,不错,看看
欢迎大家来测试啊!-The use of C# Prepared fax software, yes, look at the welcome everyone to test ah!
- 2022-09-30 06:20:02下载
- 积分:1
-
IE 的bho 可以对基于IE6的关键字过滤和加亮。
IE 的bho 可以对基于IE6的关键字过滤和加亮。-IE can bho of the keyword-based filtering and processing IE6 light.
- 2022-03-13 17:59:18下载
- 积分:1
-
很好的多线程例子。这个例子实现了线程池和工作消费模式
很好的多线程例子。这个例子实现了线程池和工作消费模式-JobQ.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
JobQ.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CJobQApp application class.
JobQ.cpp
This is the main application source file that contains the application
class CJobQApp.
JobQ.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
JobQ.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to stor
- 2022-02-24 15:16:57下载
- 积分:1
-
启动时自动更新电脑时间
启动时自动更新电脑时间-activated automatically updated computer time
- 2023-03-04 18:10:04下载
- 积分:1
-
java卡游戏
这是一款简单的纸牌游戏,用java来实现写入.if这张卡是一样的,那么他们就会是一样的被淘汰了如果获胜者把所有的车都从比赛中淘汰了,他们就能获胜屏幕。如果这张牌是不一样的,那么他们将仍然在那里,直到他们在两张相同的牌。
- 2022-01-26 02:57:02下载
- 积分:1
-
网站安全检测工具,完全绿色版!!下的快来呀!
网站安全检测工具,完全绿色版!!下的快来呀!-anquan
- 2022-03-20 05:51:06下载
- 积分:1
-
U盘检测
检测U盘序列号的小程序,将编译好的程序拷贝到U盘根目录下,再点击按钮即可显示U盘序列号了.
- 2022-01-26 02:39:16下载
- 积分:1
-
D3D加载显示图像
基于 MFC 的应用程序使用显示的图像的 D3D 演示,开发利用 VS2008 支持常规图像,如 JPG bmp PNG 支持 PNG 透明度。支持图像显示的原始比例的图像。
- 2022-03-03 12:16:08下载
- 积分:1