资源列表
solutions
- 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for s
suanfa
- 问题1:输入整数n,输出1~n的全排列 问题2:输入n个整数:a1,a2……an(可能重复),输出它们的全排列。 问题3:输入两个整数n,k(n>k),输出{1,2……n}的所有(n,k)组合。 -Question 1: input integer n, output 1 ~ n the arrangement Question 2: input n integer: a1, a2...... An (may repeat), they are all output.
PackageProblem
- 0-1背包问题经典解答,有界面,有具体执行算法。-0-1 knapsack problem the classic answer, interface, and the specific implementation of the algorithm.
boyer_moore
- boyer moor算法应用程序代码时空权衡设计方法-the boyer moor algorithm application code space-time balancing design method
mgraph
- 图的某些功能实现,包括最短路径的遍历,图的全遍历,图的更新,删除节点,增加节点,边之类-some functions about the mgraph!!!
SQList
- 这个是C语言数据结构里面的顺序表代码实现,有需要的可以参考参考-This is the realization of the order of the C language data structures inside the table code, the need to refer to the reference ....
linklistDemo
- 这个是C语言数据结构里面的链表代码实现, 用VC++开发平台实现,有需要的可以参考参考-This is a C language data structures inside the linked list code to achieve, implemented using VC++ development platform, the need to refer to the reference ....
Stack
- 堆栈的代码实现,VC++平台开发,C语言描述的数据结构-Stack code to achieve, VC++ platform development, the C language to describe the data structure
Hanoi
- 汉诺塔的代码实现,VC++开发平台,C语言描述。-The Tower of Hanoi' s code, VC++ development platform, the C language descr iption.
Maze
- 迷宫的代码实现,VC++开发平台,C语言描述。-Maze of code to achieve, VC++ development platform, the C language descr iption.
BinTree
- 二叉树代码实现,VC++开发平台,C语言描述的数据结构。-Binary tree code implementation, VC++ development platform, the C language to describe the data structure.
second200981176
- 邻接表,迪杰斯特拉算法-Adjacent table, Dijkstra algorithm
