资源列表
randnASE
- 产生随机高斯白噪声,用于monte carlo仿真-create a random Guassian noise, be used in monte carlo simulation
MyMath
- 一个简单的矩阵类,具备矩阵常用的计算功能-a simple matrix
Matrix
- 一个简单的矩阵类,包括求模、求逆,切勒斯基变换等-a simple matrix class
polynomialfitting
- 最小二乘法解多项式拟合问题的fortran编写的源程序 -Least squares polynomial fitting problem solution prepared fortran source
Dijkstra_use_class_1
- this the code for finding a shortedpath in graph in althorithm-this is the code for finding a shortedpath in graph in althorithm
CORDIC
- A digital sinusoid synthesis based on the postscaled cordic
DDSF
- A direct digital frequency synthesizer based on cordic algorithm implemtnted with FPGA
lagrangeandnewton
- 计算方法中lagrange和newton的实现方法,希望和大家分享-lagrange and newton
FT
- 用FT法实现相关函数快速估计程序.包括c,for几种格式。-FT method used to achieve rapid estimation procedures related function.
SpecialFunction
- 数学特殊函数算法库,主要用于统计计算-math s special function algrorithm
math
- 非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1-Root of all kinds of non-linear equation algorithm,/
tujiefaqiuquNcifangge
- 复数求n次方根的方法,讲了基本原理及其求解的思路和方法-complex
