-
pdesolve
偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法(Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution)
- 2009-03-22 19:39:32下载
- 积分:1
-
层次分析法求权重
可用于层次分析法比较评价,主函数输入初始矩阵,调用层次分析函数(It can be used for comparative evaluation of analytic hierarchy process. The main function input the initial matrix and call the analytic hierarchy process function.)
- 2020-06-19 11:40:02下载
- 积分:1
-
curvefiting
该程序利用最小二乘法进行拟合多元非线性方程。是我做毕设的时候写的。希望对大家有用。(This code can fit multivariable nonlinear equation by using least squares.)
- 2010-08-03 22:19:04下载
- 积分:1
-
20060401
说明: 二阶曲线拟合,最小二乘法,此程序是在c++ builder6.0环境下开发的(second curve fitting, least squares method, this procedure is in c builder6.0 development of the environment)
- 2006-04-01 14:48:43下载
- 积分:1
-
最小二乘法拟合程序
最小二乘拟合的matlab程序,用于数据处理。简单,易懂(The least squares fitting matlab program for data processing.Simple, easy to understand)
- 2018-04-10 16:52:13下载
- 积分:1
-
powell
优化设计算法:用powell法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发(Optimization algorithm: Solving the objective function with powell optimal solution and optimal value, has verified the correctness of the algorithm, the visual c++6.0 under development)
- 2021-04-20 10:18:50下载
- 积分:1
-
Im_Mises_Demo
UMAT for Abaqus,程序由Fortran语言写成,用于计算一般弹塑性材料的应力应变关系。(UMAT for Abaqus, written in Fortran language, is used to calculate the stress strain relationship of general elastoplastic materials.)
- 2017-10-05 09:56:56下载
- 积分:1
-
sphdiv
地震数据球面扩散振幅补偿程序,fortran源代码。(sphdiv for seismic explorer)
- 2012-03-27 10:48:56下载
- 积分:1
-
高斯
给出了高斯消元的代码,和程序页面,方便快捷(The code and program page of Gauss elimination are given, which is convenient and quick.)
- 2018-11-19 19:25:26下载
- 积分:1
-
a.c
Finding special triples of the form (n, n + 1, n + 2)
Write a program that finds all triples of consecutive positive three-digit integers each of which is
the sum of two squares, that is, all triples of the form (n, n + 1, n + 2) such that:
• n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999
• eachofn,n+1andn+2isoftheforma2+b2.(Finding special triples of the form (n, n+ 1, n+ 2)
Write a program that finds all triples of consecutive positive three-digit integers each of which is
the sum of two squares, that is, all triples of the form (n, n+ 1, n+ 2) such that:
• n, n+1 and n+2 are integers at least equal to 100 and at most equal to 999
• eachofn,n+1andn+2isoftheforma2+b2.)
- 2012-04-26 15:05:05下载
- 积分:1