资源列表
iterative_SOR
- 这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
PeakValue
- 一维序列中峰值提取//Data为待分析的数组;peak为排序后的数组; //m 为Data数组大小;n 为peak数组的大小。 //m_Min 为Data数组中最小值 //假设峰值个数PN>n
Minus
- 大整数减法 poj 2981 用字符串实现大整正数的减法-poj 2981
M-K_trend_origin
- M-K趋势检验,检验M-K值,非参数检验。-MK trend test, test MK value, non-parametric tests.
sshape
- fuzzy contrast enhancement using sshape membership function
san--dui-jiao
- 这是一个求解三对角线性方程组的有些解法,比较适用。-This is a tridiagonal linear equations to solve some solution, more suitable.
301-25-6-7
- 编写函数isSubset()用于判断链表L1中的每个数据元素是否都在链表L2中出现过,若是,则返回真,否则假。-the function is subset() ,it is used to judge if data in list L1 appears in list L2.
zui-su-xia-jiang-
- 最优化理论技术中的最速下降法c语言实现代码,其中能够很好的帮你求出对应的数据解。-Optimization theory and technology in the steepest descent method c language code, which can help you find the corresponding data solution .
NIJUZHEN
- 求逆矩阵的代码,fortran,代码,高斯消去法。-matrixinversion Inverse matrix
split
- 分离VASP计算得到的DOSCAR文件,将每个原子的计算结果分开输出-split the DOSCAR from the result of VASP
countingsort
- 《算法导论》第三版中计数排序伪码的C语言实现-"Introduction to Algorithms" third edition counting sort pseudo-code in C language
0-1package
- 0-1背包问题,C++编码,0-1背包问题的经典解决办法-0-1 knapsack problem, C++ ,0-1 encoding classical knapsack problem solutions