资源列表
shuxu
- 顺序查找是一种简单的查找方法,数据记录顺序存放在某顺序表中。顺序表查找的方法是:从顺序表的一端开始,用给定值K逐个顺序地与表中各记录的关键字相比较,直到在表中找到某个记录的关键字与K值相等,表明查找成功;否则,若查遍了表中的所有记录却仍未找到与K值相等的关键字,表明查找失败。
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
bell
- Bellmen ford algorithm implementation.
Compare two matrix
- Compare_two_matrix.rar
CommFactor
- 两种欧几里得算法求最大公约数,并写出它们的运行时间。-Euclidean algorithm for the greatest common divisor
arnoldi
- 求解线性方程中大规模矩阵计算的arnoldi算法。-Arnoldi algorithm for solving linear equations of mass matrix calculation.
Grasp
- A Greedy heuristic for jobshop scheduling improvement with the objective of minimizing the maximum completion time (makespan) of jobs
