说明:迪杰特斯拉算法 求最短路径。数据结构,树,构造图方面的内容-Dykstra algorithm for the shortest path. The contents of the tree structure diagram of the data structure, <刘雨超> 在 2025-01-13 上传
| 大小:2kb | 下载:0
说明:重言式,数据结构里的典型编程题,c语言代码,有具体的实现-Tautologies, data structures typical programming questions, c language code, specific implementation <付涛> 在 2025-01-13 上传
| 大小:2kb | 下载:0
说明:Qsort 大家熟知的算法,仔细整理出的模版,直接可用-Qsort well-known algorithm, carefully sorted out the template, can be used directly <liming> 在 2025-01-13 上传
| 大小:2kb | 下载:0
说明:后缀表达式转为中缀表达式,应用链表进行连接和判断。-Postfix expression into infix expression, application of the linked list to connect and judgment. <林伟> 在 2025-01-13 上传
| 大小:2kb | 下载:0
说明:用蚁群算法解决TSP问题,快速便捷而且很全面,比较谨慎-Ant colony algorithm to solve TSP, quick and easy and very comprehensive, more cautious <刘双> 在 2025-01-13 上传
| 大小:2kb | 下载:0
说明:哈弗曼树的优化实现, 哈弗曼树的优化实现,哈弗曼树的优化实现-Optimization of Havermann tree, Havermann tree optimized to achieve Havermann tree optimization to achieve Havermann tree optimization to achieve <zhouhui> 在 2025-01-13 上传
| 大小:2kb | 下载:0
说明: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 <yan> 在 2025-01-13 上传
| 大小:2kb | 下载:0
说明:给定一个容量为C的背包及n个重量为
wi,价值为pi的物品,要求把物品装入背
包,使背包的价值最大,此类问题为背
包问题。物品或者装入背包,或者不装
入背包,称之为0/1背包问题。
-A given a capacity for the the C of the backpack, and n a of by weight for the wi, the value of for the the the items <yan> 在 2025-01-13 上传
| 大小:2kb | 下载:0