-
Allocation-problem
用计算机编程的方法建立试卷的合理分配问题的优化模型(Optimization model to establish the papers a reasonable allocation problem with computer programming methods)
- 2013-03-14 21:05:15下载
- 积分:1
-
ykb
用雅可比方法求矩阵的特征值和特征向量的FORTRAN程序(Method using Jacobian matrix of eigenvalues and eigenvectors of the FORTRAN program)
- 2007-12-25 10:36:27下载
- 积分:1
-
UDF_03_Files
用C语言编写的Fluent UDF实例,包含Adjust宏,profile宏等八个实例教程,快速上手(The UDF is for computational fluid dynamics software Fluent, it concludes the Profile.c,the Adjust.c)
- 2019-05-11 00:02:23下载
- 积分: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
-
complex-operator-overloading
实现复数运算符的重载,对C++初学者来说有一定的参考价值。(Complex operator overloading, C++ beginners a certain reference value .
)
- 2013-05-17 13:14:32下载
- 积分:1
-
finite-element-analysis
详细介绍了有限元法基础知识,对有限元入门者很有帮助(Details the basics of the finite element method, finite element beginners helpful)
- 2014-04-13 13:55:52下载
- 积分:1
-
thermal-1
说明: 用LBM代码编写的由于温差而产生的自然对流小程序(As with the LBM code written in natural convection resulting from temperature applet)
- 2021-05-15 11:30:02下载
- 积分:1
-
optics-VCPP
说明: Optics聚类算法 OPTICS没有显示地产生一个数据集合簇,它为自动和交互地聚类分析计算一个簇次序。这个次序代表了数据基于密度地聚类结构。它包含地信息,等同于从一个宽广地参数设置范围所获得的基于密度的聚类(Optics do not show clustering algorithm OPTICS to produce a collection of data clusters, it is automatically and interactively computing cluster analysis a cluster order. This order represents the data to cluster based on the density structure. It contains in information from a broadly equivalent range of parameters obtained by density-based clustering)
- 2020-11-07 15:19:49下载
- 积分:1
-
5
说明:
★问题描述:
给出平面上的N 个二维点,求出距离最小的2 个点对。本题中距离定义为他们的直
线距离。例如(0,0) (3,4)的距离为5.
★数据输入:
有多组数据,对于每组数据,第一行是一个数字N 表示点的个数。N=0 的时候说明
输入结束。之后N 行,每行有2 个浮点数x_i,y_i 表示第i 个点的坐标。(1<=N<=10000
0,0<=|x_i|,|y_i|<=10^9)
★结果输出:
输出一个浮点数,表示最近点对的距离除以2,保留2 位小数(四舍五入)。
- 2013-12-03 14:57:02下载
- 积分:1
-
yemian4
用递推最小二乘法,使用MATLAB对液面高度进行估计。(using recursive least squares method, using MATLAB surface height estimation.)
- 2007-06-17 17:14:17下载
- 积分:1