-
spline
三次样条曲线拟合代码,先训练,后差值,计算非常准确(Three times spline curve fitting, the first training, and after, computation is very accurate)
- 2012-02-21 20:27:19下载
- 积分:1
-
GOCEPARSER
利用下载的goce原始数据,计算得出含有时间/经纬度/重力梯度格式的程序(Use downloaded goce raw data, calculated with the time/latitude/gravity gradient program formats)
- 2013-08-25 16:44:04下载
- 积分:1
-
sdfsgsdgseg
关于房屋贷款贷款的计算,包含本息、本金、一次性付款等贷款方式(Calculated on mortgage loans, including principal and interest, principal, and other one-time payment of loans)
- 2013-08-17 15:07:36下载
- 积分:1
-
shipinfenxi
frft程序函数,分数阶傅立叶变换,短时傅立叶变换,傅立叶变换(the frft program function, fractional Fourier transform, short-time Fourier transform, Fourier transform)
- 2013-05-14 11:42:20下载
- 积分:1
-
SHTOOLS2.8
大地测量学软件,可以计算各种物理量,包括重力梯度等(geodesy software)
- 2013-09-09 08:17:33下载
- 积分:1
-
code2
基于蒙特卡罗模拟的概率潮流计算
基于蒙特卡罗模拟的概率潮流计算(Probabilistic power flow calculation based on Monte Carlo simulation to calculate the probability of the trend based on Monte Carlo simulation.)
- 2012-07-04 10:26:27下载
- 积分:1
-
isaacsrc.4_2.tar
ISAAC采用多块网格技术求解二维或三维的Euler或者NS方程,并且提供了大量的湍流模型供使用,为相关研究人员提供了很好的参考。(ISAAC solves 2D or 3D Euler or NS equatioon based on a multiblock grid technique, also lots of turbulence models is included in the code. ISAAC provides a good reference for relative researches.)
- 2009-11-17 10:05:26下载
- 积分:1
-
MARALAND
说明: 并联机器人MARALAND,其数值解及解析解,正解和逆解以及雅可比矩阵及动力学问题分析(Parallel robot maraland, its numerical solution and analytical solution, positive solution and inverse solution, Jacobian matrix and dynamics analysis)
- 2021-01-21 16:37:35下载
- 积分:1
-
MOORE_inverse_C
利用C语言实现MOORE-PENROSE广义逆矩阵的计算,经试验OK。(The realization of MOORE-PENROSE generalized inverse matrix is calculated by using the C language, through the test of OK.)
- 2021-04-28 00:08:44下载
- 积分: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