资源列表
[数据结构常用算法] ThePCPPPStandardPLibrary
说明:C++ 标准程序库 C++标准库的教学应用手册-C++ the standard library C++ standard library Teaching Application Notes<张三> 在 2025-06-23 上传 | 大小:3.37mb | 下载:0
[数据结构常用算法] suanfafenxi
说明:算法分析课程讲解,完整而且内容十分具有代表性,让学生真正可以学好算法-Algorithm analysis course explains the complete and very representative, so that students can really learn algorithm<王博> 在 2025-06-23 上传 | 大小:2.45mb | 下载:0
[数据结构常用算法] the-structor-of-data
说明:介绍了c语言的数据结构,有助于理解c语言的构成-C language data structure helps to understand the composition of the c language<andy> 在 2025-06-23 上传 | 大小:8.83mb | 下载:0
[数据结构常用算法] jicha
说明:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。设计程序计算 M -Given n positive integers, proceed as follows: each time deleting two numbers a and b, add a number of a* b+1 until only a number of N. All this N,<yan> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 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-23 上传 | 大小: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-23 上传 | 大小:4kb | 下载:0
[数据结构常用算法] the-average-path-length
说明:问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr iption of the problem: the averag<cagfaiss> 在 2025-06-23 上传 | 大小:13kb | 下载:0
[数据结构常用算法] point-to-fenshu
说明:小数变分数问题 求解 这是一个数据结构的课程设计-point change to fractional number<john> 在 2025-06-23 上传 | 大小:1kb | 下载:0