-
python-Machine-learning-master
一个机器学习的python文件,里面拥有各种机器学习方法,可以供大家参考(A Python file for machine learning, which has various machine learning methods, can be used for your reference.)
- 2019-04-17 15:21:41下载
- 积分:1
-
daima
有限元法计算程序,运用三角单元,进行线性插值,处理平面问题。(finite element method)
- 2011-06-11 17:34:55下载
- 积分:1
-
AirParm1
大气参数计算,含密度、湿度、粘性、热导率等(-Air parameters, density, humidity, viscosity, thermal conductivity)
- 2013-10-24 22:49:04下载
- 积分:1
-
zhuanzhi
实现矩阵转置并且方便观看,第二个程序用于进行对海表面高度SSH进行EOF分析,第三个程序进行海陆点分离并写为NC文件(Matrix transpose and convenient to watch the second program for the EOF analysis of sea surface height SSH third program separation of land and sea, and write for NC files)
- 2012-08-27 11:12:57下载
- 积分:1
-
createTS程序及说明帮助
使用ABAQUS软件进行过渡网格划分,帮助用户建立良好的过渡网格的小工具(use the ABAQUS to divide the transition gridding)
- 2017-06-23 16:21:35下载
- 积分:1
-
Tikhonov
地球物理反问题中带约束的Tikhonov正则化方法的应用(applications of constrained regularization method
)
- 2012-04-12 12:02:39下载
- 积分:1
-
LS_SVM
模糊最小二乘支持向量机,用于剔除偏离较远的数据点,减小野值的影响(Fuzzy least squares support vector machine for the deviation from the data points far removed, to reduce the impact of outliers)
- 2013-03-12 11:15:04下载
- 积分:1
-
hanshuubijin
用切比雪夫多项式逼近已知函数
用勒让德多项式逼近已知函数
用帕德形式的有理分式逼近已知函数
用列梅兹算法确定函数的最佳一致逼近多项式
求已知函数的最佳平方逼近多项式
用傅立叶级数逼近已知的连续周期函数
离散周期数据点的傅立叶逼近
用自适应分段线性法逼近已知函数
用自适应样条逼近(第一类)已知函数
离散试验数据点的多项式曲线拟合
离散试验数据点的线性最小二乘拟合
离散试验数据点的正交多项式最小二乘拟合
(By using Chebyshev polynomial approximation of the known functionApproximation of the known functions by Legendre polynomialsApproximation by rational fraction of known function in the form of PadmaTo determine the best uniform function polynomial approximation with the Lemez algorithmThe best known polynomial square for function approximationContinuous periodic function with Fourier series approximation of the knownApproximation of discrete data points in the Fu Liye cycleApproximation of the known function with adaptive piecewise linear methodAdaptive spline approximation ( first class ) known functionPolynomial curve fitting of discrete data pointsLinear least squares fitting of discrete data pointsOrthogonal polynomial least squares fitting of discrete data points)
- 2020-08-24 21:38:15下载
- 积分:1
-
mfix-2010.tar
多相流cfd程序,用fortran实现,有多流体和dem计算功能,当然还有其它更多功能(MFiX is a general-purpose computer code developed at the National Energy Technology Laboratory (NETL) for describing the hydrodynamics, heat transfer and chemical reactions in fluid-solids systems. It has been used for describing bubbling and circulating fluidized beds and spouted beds. MFiX calculations give transient data on the three-dimensional distribution of pressure, velocity, temperature, and species mass fractions. MFiX code is based on a generally accepted set of multiphase flow equations. The code is used as a "test-stand" for testing and developing multiphase flow constitutive equations.)
- 2020-09-15 21:07:56下载
- 积分:1
-
Matching-2
//给定整数n,产生所有[2n]上的匹配(matching)
//将其视为一个所有块大小均为2的集合分拆
//以a_i表示其第i个元素所在的集合号
//输出格式为 a1 a2 a3 ...
//满足
//a_{i+1} <= max { a1,a2,...a_i } + 1
(//a given integer n, have all [2n] on the matching (matching)// will be considered as an all pieces are two sets of a split// a_i said in its i elements of a collection of lies// output format for a1 a2 a3 ...// meet// a_ i (a))
- 2007-06-13 22:14:46下载
- 积分:1