资源列表
JOPHLINK
- 数据结构中约瑟夫环问题的链式存储结构(循环链表)算法实现-data structure Josephus the chain storage structure (circular linked list) Algorithm
HermiteThree
- 该程序是一个分段三次Hermite插值函数,给出自变量的值和相应的函数值及一阶导数值,可以用来另外已知自变量值的函数值-that the procedure was a Hermite cubic interpolation function, from the variable to the value and the corresponding function and a derivative values can be used to the other variables known
fft2
- 基2 fft算法的C程序;C程序实现。程序内部附说明,请阅读。
计算字符串的位置
- 断第1个字符串中是否包含第2个字符串,如果包含说明第2个字符串在第1个字符串的位置。
adder_tree
- 这是一个利用FPGA来实现加法器的算法,利用加法树的概念!
gaosisaier
- 高斯-赛德尔迭代法-cpp.
KRUSKAL
- * create a forest F (a set of trees), where each vertex in the graph is a separate tree * create a set S containing all the edges in the graph * while S is nonempty and F is not yet spanning o remove an edge with minimum weight from S o
link
- 链表中的操作使用,包括链表多种建立方法,删除和插入等操作。-List of operational use, including the establishment of the list a variety of methods, such as delete and insert operations.
KMP
- 本程序可以实现字符串模式匹配算法,在数据结构C语言版本的基础上,稍微改动了一下,原理参照书上所写的。-This program can be a string pattern matching algorithms, data structures in C language based on slightly changed a bit, principles written in the book reference.
path
- 比较普遍的迷宫问题,应用数据结构中的链表解决-Maze problem more common application of the linked list data structure to solve
JOSEPH
- 我这个是用顺序表存储结构(数组)写的JOSEPH环,算法简单易懂,适合初学数据结构认识阅读-I this is a sequence table storage structure (array) wrote JOSEPH ring algorithm simple, suitable for beginners to read data structure knowledge
RandomNum
- 使用Java语言随机生成一组数字,并采用插入排序算法对该数组进行排序-Using the Java language to generate a set of random numbers, and using insertion sort algorithm to sort the array