搜索资源列表
长途话费积分程序
- 该程序是比较简单的程序,是计算长途话费的源代码,可以看看,高手别见笑了。
数字积分
- 基于ADI BF51X系列的DSP程序。
气象常用fortran程序集魏凤英.rar
- 各种突变检验方法、EOF等程序。这些程序是魏凤英老师编写的,我只是把我下载到的内容发布在这里,网上可以直接下载这些程序,所以应该不会牵扯到版权问题。 希望我可以获得积分,然后下载其他程序。
数值积分
- 数值积分的C程序-numerical integration of the C program
求积分的类
- VC类代码,求积分的类,可应用到自己程序中-VC category code for the integration category, can be applied to their own procedures
定积分求解
- 这是一个在C环境下实现 的关于定积分求解的程序!-This is an environment in C under the integral solution of the procedure!
求积分
- 用vc编写的求积分的算法程序!还不尽完美!欢迎下载指导!-A quadrature arithmetic programmed with VC.It still has faults,welcome to download and give your valuable advice
C++常用数值算法之4数值积分
- 是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C sou
simpson_noncircular
- 用于非圆齿轮齿廓方程计算的辛普生二重积分程序-for non-circle gear equation of Simpson procedures Double Integral Health
dblsim
- 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序-Fully two-dimensional numerical integration procedure to the variables and function values from the matri
matlab
- 谐波小波程序变参数的积分程序多点人工生成地震波程序低通滤波程序经验模式分解降噪程序-Harmonic Wavelet programmed parameters points integration process of artificial seismic waves to generate low-pass filtering process procedures empirical mode decomposition noise
infiniteintegral
- 实现高数中的,无穷积分,在写大程序时,可以用上的。-High number of, infinite points, when writing large program, can be used for the.
gauss_general
- 通用的高维矩形域内高斯积分程序,使用起来比库函数更方便更直观。-A general Gaussian Quqadrature code for any high dimensional rectangular region,which is versatile and very convinient to be applied.
wavenumber
- 基于波数积分方法对水下声场的分析,计算水声传播的时域波数积分程序(Analysis of underwater acoustic field based on wavenumber integral method)
数值积分程序
- 数个MATLAB数值积分程序,用于数值积分计算,请复制到MATLAB文件运行(several numerical integration code)
程序-积分
- VB程序,可以读取数据,并进行数值积分处理(VB program, you can read the data, and numerical integration processing)
matlab求不定积分定积分
- MATLAB求解不定积分,定积分,程序例子和说明(MATLAB solving indefinite integral, definite integration, procedures, examples and instructions)
加速积分
- 程序适合于进行噪声振动开发人员参考,用于进行加速度传感器信号的积分,常用于家电领域测试程序使用。包含了对积分信号的消除趋势项处理。(The program is suitable for noise and vibration developers reference, used for acceleration sensor signal integration, commonly used in home appliance fie
MATLAB语言常用算法程序集
- 涵盖了插值、数值微分、数值积分、非线性方程组求解、偏微分方程数值解法、数据统计和分析等方面的matlab常用算法程序。(Covers interpolation, numerical differentiation, numerical integration, nonlinear equations, numerical solutions of partial differential equations, data statist
常用数值积分公式
- 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)