-
C++代码的其他例子
other example of c++ code
- 2023-07-24 05:35:02下载
- 积分:1
-
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码
采用C++与IRRLICHT游戏引擎开发的一个3D迷宫程序源代码-Using C++ With IRRLICHT game engine developed a 3D maze source code
- 2022-04-08 12:10:48下载
- 积分:1
-
VBA在Word 2000中的信息
VBA For Word 2000 资料-Information of VBA For Word 2000
- 2022-02-13 15:13:25下载
- 积分:1
-
这是一个很好的基因算法的VC++实现的实例,希望对大家有帮助...
这是一个很好的基因算法的VC++实现的实例,希望对大家有帮助-this is a vary good gene vc++
- 2022-08-11 09:58:16下载
- 积分:1
-
Lua,如何学习语言。
lua make, how to learn Lua language.
- 2022-02-02 00:24:49下载
- 积分:1
-
编程技巧(多媒体与系统篇)
编程技巧(多媒体与系统篇)-programming skills (multimedia system with Part 1)
- 2022-09-27 10:40:02下载
- 积分:1
-
VC platform in a clock dial the development of simple and intuitive for beginner...
在VC平台下实现了表盘时钟的开发,简单直观,适合初学者参考。-VC platform in a clock dial the development of simple and intuitive for beginners reference.
- 2022-08-06 18:48:29下载
- 积分:1
-
最新的学生选课源代码,用购物车实现的,SESSION的编译方法,是学生课程设计的最好材料,最佳参考...
最新的学生选课源代码,用购物车实现的,SESSION的编译方法,是学生课程设计的最好材料,最佳参考-The newest student enrollment source code: implemented with shopping cart and session compile method. This is the best materials and reference for student project development.
- 2023-06-15 03:55:05下载
- 积分:1
-
生产者和消费者
producer and consumer
- 2022-03-30 18:35:18下载
- 积分:1
-
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