-
telephonetest
判断城市电话区号是否合法的算法,对于理解算法有参考意义(Urban telephone area code to determine the legality of the algorithm, algorithm reference value for understanding the)
- 2009-12-09 16:16:18下载
- 积分:1
-
hydrodynamic-pressure-lubrication
弹性流体动压润滑数值计算程序,是全套的完整程序,包含所有的章节(Elastic hydrodynamic lubrication numerical calculation program, is a full range of complete program, including all sections)
- 2021-04-07 13:19:01下载
- 积分:1
-
Algorithm-for-DOA-Location
是一种测向交叉定位算法 通过大量阅读论文获得,可以参考。有兴趣,可以一块讨论(Algorithm for DOA Location)
- 2012-02-12 17:23:12下载
- 积分:1
-
ABAQUS-UMAT-paper
UMAT复合材料渐进损伤实现的具体文献,适合初学者阅读(UMAT for composites-paper)
- 2018-04-27 15:30:33下载
- 积分:1
-
two kinds of vortex beam
两种涡旋光束的线性强度、强度密度和三维立体图,改变拓扑荷可以改变强度分布。(two kinds of vortex beam)
- 2018-08-17 21:31:36下载
- 积分:1
-
wind-speed-prediction
风电场短期风速预测研究,用的是MATLAB开发环境,对于研究风电场的同学有帮助(Short-term wind speed prediction of wind farms)
- 2012-11-26 09:52:57下载
- 积分:1
-
fnn-up
假临近点法计算最佳嵌入维数的程序,可以根据自己需要适当修改调整(False approaching point method to calculate the optimal embedding dimension of the program can be adjusted according to their needs with appropriate modifications)
- 2012-09-05 07:36:27下载
- 积分:1
-
zxecf
一个集交互式和命令式于一体的程序,采用最小二乘法进行曲线的拟合(A set of interactive and command-style in one program, using least-squares curve fitting method)
- 2009-12-15 10:49:31下载
- 积分:1
-
MT2DInvMatlab
一个基于matalb和fortran的大地电磁2维正演模拟程序(A program in MATLAB and FORTRAN for two-dimensional magnetotelluric inversion)
- 2021-03-29 08:49:11下载
- 积分: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