资源列表
Gauss-Seidel-method
- 高斯赛德尔算法 一种非线性代数方程组的迭代解法-High Sisaideer a nonlinear algebraic equation algorithm Iterative Solution
Introduction-to-the-Kalman-Filter
- Kalman Filter作者指定的tutorial,好好品读,肯定有收获-The tutorial of Kalman Filter(2)
AX=B-jacobi
- 根据雅克比迭代法求解线性方程组AX=B的MATLAB程序。经过算例验证正确。适用性非常广。-According to Jacobi iterative method for solving linear equations AX = B on MATLAB. After a numerical example is correct. Very wide applicability.
probability
- 各种概率计算C++代码,适用于各种统计量检验时的计算-All probability C++ code for various statistical tests to calculate the amount of
ARITH9_Lin
- Digital Arithmetic Chapter 9 by Langs.
123
- 解决最优值问题,用0.618法求函数的最值,并求出最优区间-Solve the problem of optimal value, with the 0.618 most value method for the function and find the optimal range
TareaCorta03_G02_B02430
- An example of some sort algorithms and search algothims
SPOJ
- Some solution of problems in SPOJ, all of them use DP technique to attack the problems.
Markov_Cha1744315122004
- 标题:马尔可夫链的文本(更新) 描述:马尔可夫链允许你建立随机文本从某种意义上/原始文字的风格仍然保持原来的文本。该方案包括一个支援功能的情侣(ArraySort,UniqueArray,PosInArray和binaryArraySearch)可能会感兴趣。 -------------增加了更多的细节,以帮助和提高代码选择的第一个字(如果你有一个以上的句子/段落的第一个字,将是一个句子或段落的第一个字,而不是仅仅在文本中随机选择的字{整段文字的第一个字比其他}。-Title: Mark
xmnewt
- 本程序为牛顿法求解非线性常微分方程的例程。采用fortran语言-procedures for the newt method for solving nonlinear boundary value problems . Using FORTRAN language.
gaojingdu
- 高精度算法,属于处理大数字的数学计算方法。在一般的科学计算中,会经常算到小数点后几百位或者更多,当然也可能是几千亿几百亿的大数字。一般这类数字我们统称为高精度数,高精度算法是用计算机对于超大数据的一种模拟加,减,乘,除,乘方,阶乘,开方等运算。对于非常庞大的数字无法在计算机中正常存储,于是,将这个数字拆开,拆成一位一位的,或者是四位四位的存储到一个数组中, 用一个数组去表示一个数字,这样这个数字就被称谓是高精度数。高精度算法就是能处理高精度数各种运算的算法。 -High-precision
FFT2Dsource
- 二维FFT,很实用,很精简的的C程序。matlab的二维FFT很简单,C语言的二维FFT比较繁琐。-Two-dimensional FFT
