-
mulDNewton_H
同伦方程组求非线性方程组所有解,自编程序,很好用(Homotopy equations for all solutions of nonlinear equations, written procedures, very good use)
- 2008-12-21 09:46:35下载
- 积分:1
-
fdtd2dTM
时域有限差分 2维 完全匹配层
犹他州大学(fdtd method 2D pml perfect mached layed
www.ece.utah.edu)
- 2012-11-20 08:16:20下载
- 积分:1
-
ekfcode
Introduction to Estimation and the Kalman Filter (KC-1)
Extended Kalman Filter Navigation System Example
- 2008-03-03 15:56:52下载
- 积分:1
-
lid-driven-flow
用MRT-LBM计算顶盖驱动流的程序,比LBGK方法更加稳定。(Codes for lid-driven flow with MRT-LBM, which is more stable than LBGK.)
- 2021-04-07 01:59:02下载
- 积分:1
-
kalmanfilt
说明: 本程序是AR(2)模型进行数据建模,再进行kalman滤波,进行数据去躁处理,尤其用在光纤陀螺上(AR (2) model for data modeling, further Kalman filtering, data processing to impatient, especially with the fiber gyro)
- 2005-09-13 11:45:52下载
- 积分:1
-
zip
说明: 基于MATLAB SIMULINK的F-14战斗机俯仰运动仿真,包含风载模型,控制模型等(Pitch motion simulation of F-14 Fighter Based on MATLAB Simulink, including wind load model, control model, etc)
- 2020-03-14 00:15:24下载
- 积分:1
-
solver_mod
相场基础书籍的配套计算代码,对于学习相场法的基础同学来说极其有用(The supporting calculation code of the phase field basic book is extremely useful for the students who are studying the basic method of the phase field method.)
- 2020-06-25 12:40:02下载
- 积分:1
-
c3
3D流场计算,程序简单非常容易看懂。适合初学者学习(3D flow field)
- 2011-08-29 22:52:57下载
- 积分:1
-
LS3P
最小二乘法(LS)仿真三个参考节点定位一个定位节点,包括仿真参数和过程数据收集(Least squares (LS) simulation of three reference nodes positioning a positioning node, including the simulation parameters and process data collection)
- 2011-11-23 10:02:46下载
- 积分: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