资源列表
tow
- 二分查找,在非递减序列种查找元素x的位置,若找到,输出x在序列种的位置,若找不到,输出未找到
lagelangri
- 用C++编写朗格郎日公式,此程序简单效果好,值得推荐
LU
- 数学工具: LU分解法解线性方程组,很好用
CG
- 共梯度算法程序代码.数学上,共梯度法实求解特定线性系统的数值解的方法,其中那些矩阵为对称和正定。共轭梯度法是一个迭代方法,所以它适用于稀疏矩阵系统,因为这些系统对于象乔莱斯基分解这样的直接方法太大了。这种系统在数值求解偏微分方程时相当常见。 共梯度法也可以用于求解无约束优化问题。
Variation
- 方差法计算分维数,此方法牺牲了一定的计算速度,但是精度较高。-Variance method to calculate fractal dimension, this method of calculating the expense of a certain speed, but accuracy.
Solving-cubic-equation-
- 用二分法求解三次方程,只需要输入方程的四个系数即可进行求解。-Solving cubic equation with the dichotomy, just type equation can be solved by the four factors.
Addition-and-subtraction-within-100
- 小学生100以内的加减法(随机出题),可以统计正确率-Addition and subtraction within 100 primary school students were out of question
minge-sort
- 递归性归并排序,最大限度简化,最大大小为10000元素-Recursive merge sort, the maximum simplification,
sanyuanzu
- 用三元组来存储稀疏矩阵,实现三元组与稀疏矩阵之间的转换-
n-Queen
- 在n*n格的棋盘上放置彼此不受攻击的n皇后。按照国际想起的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n*n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线了。-Place each n is not an attack on the queen n* n chessboard grid. Think of in accordance with international rules, the Queen can attack at a pawn
FE-11
- 有限元分析 清华大学 范子杰 有限元作业第11讲 动力学作业1-Finite element analysis of finite element job Tsinghua Fan Zijie Dynamics Lecture 11 Job 1
huffman
- 霍夫曼编码(Huffman Coding)是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。-Huffman coding (Huffman Coding) is an encoding is a lossless data compression entropy coding (right encoding) for the algorithm.
