资源列表
[数据结构常用算法] strassen
说明:Strassen要求阶n是2的幂,但这样的情况很少。对任一偶数n,总有 n=m*2k, 将矩阵分为m*m个的2k阶矩阵。小矩阵用Strassen相乘,大矩阵用传统算法。设计出偶数阶矩阵相乘的算法。 -Strassen requires order n is a power of 2, but this situation is seldom. On either an even number n, out of a total of n = m* 2k, the matrix is R<yan> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] BruteForceClosePoints
说明:蛮力法解决最近对问题, 随机生成5个点,然后求出距离最近的一对-The brute force method to solve the problem, randomly generated five points, then find the distance of a pair of<程潇> 在 2025-06-17 上传 | 大小:4kb | 下载:0
[数据结构常用算法] the-average-path-length
说明:问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr iption of the problem: the averag<cagfaiss> 在 2025-06-17 上传 | 大小:13kb | 下载:0
[数据结构常用算法] point-to-fenshu
说明:小数变分数问题 求解 这是一个数据结构的课程设计-point change to fractional number<john> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] simclist-1.6
说明:SimCList 是一个用来处理列表(List)的的高效C库。内置很多基于列表的算法,例如排序、查找、随机处理等等。-SimCList is a high quality C (C++ embeddable) library for handling lists. It exploits several advanced techniques for improving performance, including freelists, sentinels, automatic sort alg<frontsteel> 在 2025-06-17 上传 | 大小:78kb | 下载:0