-
leastSquaresmethod
说明: 最小二乘一次完成算法,C语言编写,源码,调试通过。(A complete least-squares algorithm, C language, source code, debugging through.)
- 2008-10-18 13:57:54下载
- 积分:1
-
Gmsh-4.0.6-source
经典的三维有限元网格生成程序全套源代码及配套的前处理、后处理程序。用C++和Fortran开发。同时配有Manual使用手册。(a three-dimensional finite element mesh generator with built-in pre- and post-processing facilities, source codes are compiled by C++ and Fortran language, with manual.)
- 2020-12-08 21:29:21下载
- 积分:1
-
eof.f90
eof分析,关于气象方面的经验正交函数分析,eof.f90 作降水的eof分解(eof analysis, empirical orthogonal function analysis of the meteorological aspects eof eof.f90 for precipitation, decomposition)
- 2012-11-27 10:53:21下载
- 积分:1
-
WaterPress
对于水轮机阀门开启、关闭的一瞬间,对于钢管有比较大的水击。该程序计算出了相对最大的水击压力。(For turbine valves opened, the closure of the moment, for a relatively large pipe water hammer. The program calculated the maximum relative pressure of water hammer.)
- 2008-03-15 16:37:05下载
- 积分: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
-
归档
说明: 资源共享两阶段dea模型matlab实现(Two stage DEA model of resource sharing based on MATLAB)
- 2021-04-09 20:08:59下载
- 积分:1
-
UDF_Modify_Cb1
FLUENT udf 更改S-A 湍流模型源项的程序(modify turbulence model S-A)
- 2021-01-02 15:08:57下载
- 积分:1
-
Matlab_Fluent-cosimulink
介绍了matlab和fluent联合仿真的方法,利用S函数和UDF进行通讯。(Co-simulation matlab and fluent communication, using S functions and UDF.)
- 2020-08-16 21:48:26下载
- 积分:1
-
DifferentialEquation
利用龙格库塔法(等步长,变步长)计算椭圆方程,双曲线方程,抛物线方程等。对各类微分方程进行数值计算。(The use of Runge-Kutta method (such as step, variable step size) calculated elliptic equations, hyperbolic equations, such as parabolic equation. Various types of differential equations for numerical calculation.)
- 2009-01-27 17:38:24下载
- 积分:1
-
synthesis-of-mechanism
对于给定的一组轨迹点,用优化方法实现铰链四杆机构轨迹复演。优化方法为共轭梯度法。(For a set of track points,we use a optimization method to optimize the track of Hinge four-bar mechanism. The optimization method is conjugate gradient.)
- 2011-06-23 15:42:20下载
- 积分:1