资源列表
Guass
- 解线性方程能。方程能是恰定方程能。算法是高斯消去法。-Solving linear equations can be. Equation can be exactly determined equation can. Algorithm is Gaussian elimination.
dazhengshujiafa
- 子函数允许任意长度的被加数,被加数和结果都是字符串,可以直接输出。-Subroutine allow arbitrary length summand, summand, and the result is a string, you can output directly.
dd
- shell sort is a rather curious algorithm, quite different from other fast sorting algorithms. It s actually so different that it even isn t an O(nlogn) algorithm like the others, but instead it s something between O(nlog2n) and O(n1.5) depending on i
ouler
- 微分方程数值解中利用Runge-kutta_fehlberf法计算微分方程 -Numerical solution of differential equations using Runge-kutta_fehlberf differential method
MiGong
- 这是一个用递归实现迷宫求解的程序,该程序十分的简单,同时效率很高,是本人对自己比较满意的一个程序-This is a maze solving with a recursive procedure, the procedure is simple, while efficient, is quite satisfied with my own a program
123
- kmp模式匹配的实现 也就是字符串匹配的kp算法实现-kmp pattern matching is the realization of a string matching algorithm kp
yuesefu
- 数据结构 约瑟夫环 链式循环结构 按顺序输出将输入的数字依次输出-Data structure Josephus chain loop structure in order to enter the digital output of the output sequence
hash-table
- 哈希表查找,根据严蔚敏的书数据结构编写的哈希表算法的程序-hash table
6-282new
- 单链表A、B和C递增有序,在表A中删除既在B中出现又在C中出现的那些元素,注意控制算法的时间复杂度。-Singly linked lists A and B, and C increments ordered to delete both those elements in C B, in Table A, note that the control algorithm of time complexity.
DeQ-using-STL
- this is sample dqueue implementation using STL
array
- 一个数组由一个递减数列左移若干位形成,在该数组里查找一个数q-An array by a decreasing number of columns left some of the formation of a number q in the array to find
n_queen
- 在n×n格的棋盘上放置彼此不受攻击的n个皇后,按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子,求解可以放置的方法种数。-Placed on the n × n chessboard grid attack each other n-queens, in accordance with the rules of chess, the queen can attack in the same row or column, or diagonal pieces of the
