资源列表
[数据结构常用算法] dijkstranewstring
说明:数据结构的图知识,寻找最短路径,采用迪杰斯特拉Dijkstra方法-FIG knowledge of data structures, find the shortest path using Dijkstra Dijkstra method<wing> 在 2025-06-18 上传 | 大小:214kb | 下载:0
[数据结构常用算法] duoxiangshi
说明:可进行多项式的加法减法和乘法,同时可从文件读入多项式,并将信息写入多项式-duoxiangshi<王君炜> 在 2025-06-18 上传 | 大小:3.13mb | 下载:0
[数据结构常用算法] wall-analyzed-in-ansys
说明:ansys对挡墙进行分析。通常挡土墙都比较长,可按平面应变问题考虑,如此其计算模型相对较小。在考虑其相互作用时,也涉及确定合适的土体尺寸问题。与桩土问题类似,也需要根据计算结果确定合适的土体尺寸,一般根据边界土体应力确定即可。 -ansys on the wall for analysis. Usually longer than the retaining wall, according to plane strain problem considered, so the calculat<张靖> 在 2025-06-18 上传 | 大小:19kb | 下载:0
[数据结构常用算法] danyuanzuiduanlujing
说明:自己写的关于单元最短路径的算法实现,也就是迪杰斯特拉算法的实现!-Himself wrote on the unit shortest path algorithm, Dijkstra algorithm is realized!<DUHAOJIE> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] bptest
说明:该算法为基于克隆选择原理的人工免疫算法。算法有三部分,第一部分为传统的遗传算法,第二部分CSA算法,两方法对一些函数求极值,可比较各自的特点。-The algorithm is based on the principle of artificial immune clonal selection algorithm. Algorithm has three parts, the first part of the traditional genetic algorithm, the secon<溫仁傑> 在 2025-06-18 上传 | 大小:51kb | 下载:0
[数据结构常用算法] 0-1bag
说明:假设有n件物品,每件物品有各自的重量W1,W2,……,Wn和 与之对应的价值V1,V2,……,Vn。设背包的容量为c,在不超过背包容量的前提下,求出获得最大价值总和的方案。(0-1背包的情况下物品不可分割,只能选择放入,或者不放入背包中)。 -Suppose there are n items, each item has its own weight W1, W2, ......, Wn and the corresponding value of V1, V2, ......, Vn<李五> 在 2025-06-18 上传 | 大小:221kb | 下载:0