-
computational-fluid-dynamics
安德森的经典计算流体力学理论基础的学习用书。(英文版)(Anderson s classic theory of computational fluid dynamics-based learning book.)
- 2021-01-26 16:38:37下载
- 积分:1
-
MATLAB使用欧拉Euler法求解微分方程组 源程序代码
MATLAB使用欧拉Euler法求解微分方程组 源程序代码(SOURCE PROGRAM CODE OF DIFFERENTIAL EQUATIONS SOURCE SOLUTION USING EULER METHOD IN MATLAB)
- 2019-04-03 15:41:21下载
- 积分: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
-
zuixiaofa
最小二乘法数据处理软件,翻遍计算的程序,应用于各种优化算法(math caculateor)
- 2013-12-04 14:39:11下载
- 积分:1
-
XFEM-code
用于计算裂纹的扩展有限元程序,Matlab编写(Extended finite element program used to calculate the crack, Matlab prepared)
- 2012-12-05 17:22:08下载
- 积分:1
-
ductile-fracture
在fortran环境下编写ductile_fracture子程序,可以通过MARC来调用,实现板材成形中破裂过程的可视化(Written in fortran environment ductile_fracture subroutines can be invoked by MARC, realized in sheet metal forming rupture process visualization)
- 2015-07-22 18:24:09下载
- 积分:1
-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分:1
-
MOM
Matlab的矩量法程序,很适合初学者,共享下(Mothod of moment Codes)
- 2012-09-16 10:30:40下载
- 积分:1
-
chap5_5
基于自适应在线遗传算法整定的PID控制,每个采样时间分别对PD参数进行整定(based on adaptive online genetic algorithm tuning PID control, sampling each time the PD parameters tuning)
- 2007-01-23 11:52:38下载
- 积分:1
-
planetruss
有限元分析与应用中的程序,用于平面束分析(Finite element analysis and application of the program, for planar beam analysis)
- 2015-06-30 09:30:55下载
- 积分:1