资源列表
jssl
- 本程序为重力有限元程序,基于徐世哲院士的有限元书籍编写。
vc++实现二值化.
- vc++实现二值化.实现了图像二值化变换的功能,用vc++完成喜欢数字图像处理的可以仔细看看带代码,一起学习一起进步~
lcs
- 用python实现了最长公共子序列LCS代码,分别应用递归方法和动态规划实现。并且实现了三个字符串的最长公共子序列。-Using Python to achieve the longest common subsequence of LCS code, respectively using recursive method and dynamic programming. And the realization of the longest common subsequence of three
The-path-selection
- 用easyX实现的路径选择问题,包含easyX库文件和源文件,供学习使用-Use the path selection problem easyX implementation, including easyX files and source files, for learning to use
TSP-PROBLEM
- C99标准实现的动态规划法和分支定界法解决TSP问题-Dynamic Programming Method and Brand-and-Bound Method Solving TSP Problem Under C99 Standard
map
- 地图数据结构作业,用于数据结构试验中关于图的分解问题,可验证的是最短路径等问题。-MAP IN C
charusort
- 简单的插入排序算法,并且会输出每次排序后的结构(包含最后结果)-Simple insertion sort algorithm, and each will be sorted output structure (including the final results)
graph
- 有向图的领接表草操作,数据结构平台练习,已经通过-Collar connected digraph grass table, the data structure platform Exercise
BinaryHeap
- java版2叉堆排序 2-堆十分高效的实现方法-binary heap in java
Joseph
- java版的约瑟夫环实现,使用了内部类与循环链表-joshn in java with inner class
StackWithSingleLink
- java版 高效的单链表实现的 栈结构-stack with java high effience
The-Fibonacci-sequence
- 输入一个数字N,可以显示出斐波那契数列前N项的和,C++代码-Input a number 1 to n, then output the sum of the former n unmbers in The Fibonacci sequence