-
grid
一个简单的网格生成程序,操作方便,易学,类似于easymesh!(A simple grid generation program, easy to operate, easy to learn, like easymesh!)
- 2011-08-23 20:02:51下载
- 积分:1
-
Paraboloidfitting
基于最小二乘法的抛物面拟合,内含有模拟数据和真是数据供参考。(Contains analog data based on the method of least squares parabolic fitting, and is really data for reference.)
- 2012-11-29 09:45:29下载
- 积分:1
-
san_ib06
毕业设计有用,相控阵天线的方向图(切比雪夫加权),基于matlab GUI界面设计。( Graduation useful Phased array antenna pattern (Chebyshev weights), Based on matlab GUI interface design.)
- 2017-04-23 18:45:04下载
- 积分:1
-
nonlinear-algorithm
非线性算法合集,包括牛顿拉夫逊法,Broyden拟牛顿法,弧长法,割线法。每种算法都包含有线性搜索迭代改进。(Nonlinear algorithm collection, including Newton Raphson, Broyden quasi-Newton method, arc-length method, secant method. Each contains a linear search algorithms for iterative improvement.)
- 2021-03-20 20:49:18下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
geopot97.v0.4e.f
大地测量软件,可以计算大地水准面、重力异常、重力梯度等各种物理量(Geodesy software, coordinate transformation, geoid calculation)
- 2013-09-09 08:07:53下载
- 积分:1
-
RKDG-Euler
使用龙格-库塔间断Galerkin方法(RKDG)求解无粘流动Euler方程的程序,适用于计算流体力学RKDG方法的学习和研究。(Using the discontinuous Galerkin method (DG) for solving inviscid flow Euler equations procedures applicable to DG methods of study and research.)
- 2020-11-27 09:09:29下载
- 积分:1
-
DMI_snap
快拍数不同时,DMI直接矩阵求逆算法进行波束形成的(The snapshot number is not the same, DMI direct matrix inversion algorithm beamforming)
- 2011-07-06 16:39:33下载
- 积分:1
-
MY_PREDISTORTION2
这是另一个改进的关于数字预失真功能仿真的matlab程序,效果不错,希望对大家有所帮助。(This is a improved matlab program about function estimation of digital estimation,and it has a good performance,really hope it can help you.)
- 2012-06-01 11:31:35下载
- 积分:1
-
simplex_step1
单纯形法找初始可行解,上课留的作业,希望对别人有点用吧(Simplex method to find an initial feasible solution , hope it is useful for others.)
- 2014-12-15 15:24:33下载
- 积分:1