资源列表
saturday
- 自己编写的有详细注释的lms算法。 并且调试已经通过,结果还不错
PCG
- % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差
GRKT10
- 通过C语言,实现龙格库塔法,用四阶龙格库塔法求解一阶微分方程组。
ordering4
- 堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子 算法平均时间复杂度: O(nlogn)
Gauss
- 高斯方法解n阶线性方程组的非常详细的方法-Gauss method to solve n-order linear equations of a very detailed way
HF
- 数据结构习题---幻方求解 用c++实现N阶幻方的求解-Problem--- data structure with c++ magic square magic squares of order to achieve the solution N
write-first
- 写者优先程序实现写者优先功能,运用Visual studio 2008-write first programing
lingo2
- lingo小程序,解决线性规划问题,如最短路径问题。希望对从事这方面的朋友有帮助。-lingo small program to solve linear programming problems, such as the shortest path problem. Hope in this field to help a friend.
lbgb
- 实现链表归并,实现链表归并,实现链表归并-lianbiao guibing
nqueen
- N皇后问题,简单的递归算法,代码简单适合刚开始学习的同学参考-N-queens problem, a simple recursive algorithm, the code is simple for students just beginning to learn reference
UserTreeMap
- 读取一个txt文档,统计词数和词频,按照字母顺序进行排序-txt reader
verify-complete-binary-tree
- 构造一个排序二叉树,并对其进行层序遍历。-Constructs a sorted binary tree and its sequence traversal.
