资源列表
C语言的常用函数
- 压缩文件中是C语言常用函数的PDF文档,非常全面,可以满足工程人员的大部分需求。-compressed files is common C language function PDF files, a very comprehensive, engineering staff to meet the needs of the majority.
科学与工程数值计算算法(Visual Basic版)
- 科学与工程数值计算算法(Visual Basic版)一书的源代码。对科学研究者自己开发领域内计算程序极具参考价值。-science and engineering numerical algorithm (Visual Basic version) a book source. Scientific researchers to develop its own procedures for calculating the area of great reference value.
矩阵加减乘(M)
- 一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form of output. Established three a
牛顿迭代法(M)
- 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton's iterative meth
实数据快速傅立叶变换算法
- 傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people look very useful signal, the pr
colgauss
- 简要的Gauss列主元消去法,很实用,用matlab实现,还有一个图例,程序说明很详细-brief Gauss main-element elimination, very practical, using Matlab to achieve, there is a legend, a very detailed descr iption of the procedures
第七小组实验源代码
- 偏微分方程数值解 有限元法 面向对象 变分问题 剖分问题 边值处理 误差分析 椭圆方程,一维二维-numerical solution of partial differential equations Finite Element Method object-oriented variational problem subdivision boundary value problems handling error analysis of elliptic equation, a two-di
全选主元消去法
- 利用高斯全选主元消去解线性方程组,用C++语言写-use of the entire election Gaussian Elimination main yuan for solving linear equations, with C + + language to write
抛物插值
- 若已知x0=0,x1=3,x2=4,y0=1.2,y1=3,y2=1,x=1.5,y=0,则该程序运行结果为y=3.5625-known if x0 = 0, = 3 x1, x2 = 4, y0 = 1.2, 3 = y1, y2 = 1, x = 1.5, y = 0, then the procedure for operating results y = 3.5625
F11999115
- 一个程序,实现快速傅立叶变换,使用对话框编程。具体参数可以调节。-a procedure, fast Fourier transform, the use of dialog programming. Specific parameters can be adjusted.
FullBNT
- 贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT-Bayesian algorithm (Matlab preparation) installed, add directory / home/ai2/murphyk/matlab/FullBNT
三次样条曲线拟合
- 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know