-
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语言编的
存储程序用C语言编的-storage procedures using C language series
- 2022-02-14 21:56:54下载
- 积分:1
-
n皇后问题,费城经典的解决方法,用General
n皇后问题,费城经典的解决方法,用General-Search方法写的-n Queens problem,solved by classical Philadelphia method,using General-Search method.
- 2022-11-13 11:20:03下载
- 积分:1
-
oracle数据库常用命令介绍。比较全。很难找到的好资料,对初学者有帮助,共享之。...
oracle数据库常用命令介绍。比较全。很难找到的好资料,对初学者有帮助,共享之。-oracle database commands introduced. Compare. Very difficult to find good information to help beginners, and Sharing.
- 2022-07-11 14:58:40下载
- 积分:1
-
The VB6
这是一套完整的企业人事管理系统完美版软件源代码,主要功能包括系统设置、员工档案、考勤管理、工作评价、员工调动、工资管理等几大模块,程序使用了vsFlex8.ocx、VsNetMenu.ocx、WinXPCEngine.ocx三个第三方的界面控件,其中VsNetMenu.ocx 5.0要求注册
-The VB6-to-VB.NET conversion tool by Francesco Balena
- 2022-12-16 11:50:03下载
- 积分:1
-
《Visual C++ 6.0 MFC时尚编程百例》随书编程代码,欢迎学习与下载。...
《Visual C++ 6.0 MFC时尚编程百例》随书编程代码,欢迎学习与下载。-visual c++ 6.0 MFC
- 2022-03-24 03:33:58下载
- 积分:1
-
Windows系统编程的源代码,里面有文件IO,进程间通信,网络编程等程序,相信对初学者有一定的帮助...
Windows系统编程的源代码,里面有文件IO,进程间通信,网络编程等程序,相信对初学者有一定的帮助-Windows programming the system source code, which has IO documents, inter-process communication, Network Programming procedures for beginners believe will help
- 2022-02-02 10:14:47下载
- 积分:1
-
一个透明的菜单栏的例子,非常漂亮。灵感来源于苹果操作系统...
一个透明的菜单栏的例子,非常漂亮。灵感来源于苹果操作系统-Mac OS has nice transparent menus, which uses hardware acceleration. It is al most impossible to achieve that kind of effect in MS Windows, but one can surely create menus, which are looking like that of Mac.
- 2022-11-29 22:35:03下载
- 积分:1
-
the code to teach you how to make your VB string manipulation and the C language...
这个代码教你如何使你在VB中的字符串操作和C语言实现的一样快!
-the code to teach you how to make your VB string manipulation and the C language as fast!
- 2022-04-01 05:05:00下载
- 积分:1
-
EVC++编程指南,介绍evc++编程的基本原理步骤
EVC++编程指南,介绍evc++编程的基本原理步骤-EVC++ Programming Guide, Introduction evc++ The basic principles of programming steps
- 2022-07-24 17:14:38下载
- 积分:1