-
5
说明: 用Newton插值多项式和三次样条插值多项式,已知f(x)=1/(1+25x^2)(With the Newton interpolation polynomial and cubic spline interpolation polynomial, known f (x) = 1/(1+25 x ^ 2))
- 2010-08-26 21:13:35下载
- 积分:1
-
CMI-CODES
CONSTANT MODULE ALGORITHM
- 2013-10-11 16:10:14下载
- 积分:1
-
3
说明: 编写程序:基类base,有一个私有数据成员n,派生类Derived公有继承基类base,Derived中新增加一个数据成员m(Programming: the base class base, there is a private data member n, the derived class Derived inherits the base class public base, Derived add a new data member m)
- 2013-12-17 13:38:33下载
- 积分:1
-
earthquake-wave
matlab编写的地震波,输入数据文件将生成地震波曲线(matlab prepared seismic waves, the input data file will generate seismic waves curve)
- 2013-12-09 15:46:28下载
- 积分:1
-
walklinefd
此程序为matlab中量规法计算曲线分形维数的一段源代码(This procedure in the gauge method matlab fractal dimension curve section of the source code)
- 2010-08-23 22:16:03下载
- 积分:1
-
LIBSVMconverter
Convert array to a text file that can use with LIBSVM library
Convert LIBSVM file format to an array
Disadv:
does not work if missing values are present.
- 2013-03-19 01:17:40下载
- 积分:1
-
picuture_fun
说明: 从电脑中选择一个图片,本程序可对图片完成类型转换,几何运算,代数运算(平均法降噪和减数运算),傅里叶变换,图像增强(包括灰度值变换,直方图均衡化,邻域平均法和中值滤波波法),图像复原,图像分割等功能。(Choose a picture from the computer, this program can complete type conversion, geometric operation, algebraic operation (average noise reduction and reduction), Fourier transform, image enhancement (including gray value transformation, histogram equalization, neighborhood averaging and median filtering wave method), image restoration, image segmentation and other functions.)
- 2019-02-05 11:08:32下载
- 积分:1
-
Rayleigh_simulation
无线通信中,瑞利信道的仿真,考虑到了多普勒频移,还有信号的调制,编码等(Wireless communication, the Rayleigh channel simulation, taking into account the Doppler frequency shift, the signal modulation, coding, etc.)
- 2021-04-02 14:29:07下载
- 积分:1
-
GA-bP
遗传算法和神经网络混合编程,可用于优化计算,仅供参考(Genetic algorithm and neural network hybrid programming, can be used to optimize the calculation, for reference only)
- 2007-11-12 20:43:49下载
- 积分:1
-
adapQuad
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.
We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf. (Iterative Adaptive Simpson, Lobatto Points In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (eg quad, quadv, and quadl) . Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.)
- 2008-08-14 22:44:04下载
- 积分:1