资源列表
ZZ
- 一个关于中值滤波的程序,在Borland C++下编译通过
shuxu
- 顺序查找是一种简单的查找方法,数据记录顺序存放在某顺序表中。顺序表查找的方法是:从顺序表的一端开始,用给定值K逐个顺序地与表中各记录的关键字相比较,直到在表中找到某个记录的关键字与K值相等,表明查找成功;否则,若查遍了表中的所有记录却仍未找到与K值相等的关键字,表明查找失败。
BSTREE
- all traversals in binary search tree with simple coding-all traversals in binary search tree with simple coding..
poj1469
- poj1469, 二分图最大匹配,最大匹配-poj1469, Maximum Bipartite Matching
xiti_3
- C++编程实现梯形法求数值积分,共两种方法-Numerical Integration Trapezoidal Method,two methods
yakebi
- 用雅克比迭代法求解方程组,需要输入方程组的系数矩阵。-Jacobi iterative method using equations, need to enter the coefficient matrix.
stack_int
- 数据结构中栈的实现,是以int为基本类型的栈,具体方法包括进栈出栈等等。-Implementation of the stack data structure, based on the basic types int stack, the specific methods included in the stack so the stack.
danlianbiao
- 数据结构:单链表操作。创建2个单链表,将第二个单链表连接到第一个单链表的末尾。-Data structures: singly linked list operations. Create two single-linked list, will be the second single chain connected to a single list at the end.
2519-primary--secodnary
- 蠕变程序,有fortran实现的两种不同算法。并用简单的truss来测试其正确性。-Creep process, there are two different algorithms to achieve fortran. And a simple truss to test its correctness.
bellman_ford
- 图论中最短路径的一些算法,包括bellman_ford等-Shortest path algorithm in graph theory, including bellman_ford
Compare two matrix
- Compare_two_matrix.rar
upwind
- Method upwind for equation of advection 1d in Matlab