-
这是一个图论Gomory-Hu算法!!!
This is a Gomory Hu algorithm-This is a Gomory Hu algorithm!!!
- 2022-03-14 12:08:08下载
- 积分:1
-
矩阵乘以向量
定义一个矩阵类CM和向量类
(1)、为它们各自重载*,=,==运算符;
(2)、为CM类重载CM*CV,CM*实数
(3)为CV类重载CV*CM,CV*实数
(4)在main函数中使用以上运算符。
- 2022-01-25 14:01:49下载
- 积分:1
-
《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);...
《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);-"computer algorithm based" on the choice of algorithm : k find small elements, time complexity of O (n);
- 2022-02-27 01:43:45下载
- 积分:1
-
Programmer en C sous Linux
- 2022-06-16 10:30:45下载
- 积分:1
-
点集凸包Gram扫描法 c++程序
点集凸包Gram扫描法 c++程序-point set convex hull Gram scanning procedures c
- 2023-06-02 18:35:03下载
- 积分:1
-
temporizador
tempo 1 segundo,led 1赫兹,辅助频率;
- 2022-12-26 08:35:03下载
- 积分:1
-
魔方算法 即横竖斜的数字和都相等的方阵
魔方算法 即横竖斜的数字和都相等的方阵-Cube algorithm that regardless of the number of ramps and are equal to the matrix
- 2022-03-13 15:25:23下载
- 积分:1
-
利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组...
利用横向递归算法解决数据组合的问题, 比如数组为a, 长度为len, 横向递归 B display(a,len) b是二维数组,a是一维数组-the use of horizontal recursive algorithm to solve the problem of data sets, such as the array is a length of len, horizontal display recursive B (a, len) b is the two-dimensional array, is a one-dimensional arrays
- 2022-03-23 12:54:55下载
- 积分:1
-
Kruskal算法的最小生成树解决分配问题(分配…
用Kruskal算法构造最小生成树解决指派问题(assignment problem)
一家公司经理准备安排 名员工去完成 项任务,每人一项。由于各员工的特点不同,不同的员工去完成同一项任务时所获得的回报是不同的。如何分配工作方案可以使总回报最大?
-Kruskal Algorithm used to solve assignment problem minimum spanning tree (assignment problem), a manager of the company prepare arrangements for employees to complete tasks, each one. As a result of the characteristics of different staff, different staff to accomplish the same mission when the return is different. How to allocate the work program can make the greatest total return?
- 2022-03-18 14:16:52下载
- 积分:1
-
基于stein算法的GCD
资源描述这是使用stein算法,实现的计算两个32位数的最大公约数的算法,在这里面使用了流水线来提高吞吐量,并且提高了工作速度,初次之外,还有两个串转并和并转串的模块,供大家参考
- 2022-03-07 20:59:26下载
- 积分:1