资源列表
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
MD5
- md5加密可以解决加密问题,很好用的d-md5 encryption
ACM
- 杭州电子科技大学关于ACM1036 1038 1046 1065 1159 2084的相关解法及源程序。-Hangzhou University of Electronic Science and Technology-related solution and source code on ACM1036 1038 1046 1065 1159 2084' s.
danyuanzuiduanlujing
- 自己写的关于单元最短路径的算法实现,也就是迪杰斯特拉算法的实现!-Himself wrote on the unit shortest path algorithm, Dijkstra algorithm is realized!
readmem.zip
- 内存读取操作示例源代码
cyuyan100
- 100道经典的C语言试题,学会了面试就OK了-100 classic C language questions, learn interview on OK
myfile1
- 用vc++实现整数线性规划ILP模型程序-using vc++ to make ILP
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
Huffman
- 哈夫曼编码程序,运行环境是vc6.0-Huffman coding procedures, the operating environment is vc6.0++
Tromino
- 用C++解决Tromino问题,根据用户输入的数字大小,解决不同规模问题-Tromino with C++ solve the problem, according to figures the size of user input, to solve the problem of different sizes
Huffman1
- 实现Hufman加密解密Implement Hufman encryption to decrypt-Implement Hufman encryption and decrypt
最长递增子序列
- 利用动态规划法求出,时间复杂度为O(N*2)