-
JOURNAL
滑动轴承接触滑块的计算方法,给定雷诺方程和膜厚方程,然后用迭代方法计算压力分布和膜厚分布,以及承载能力(The calculation method of the sliding bearing contact with the slider, a given Reynolds equation and the film thickness of the equation, and then calculated using iterative methods pressure distribution and film thickness distribution, as well as carrying capacity)
- 2013-03-22 09:42:19下载
- 积分:1
-
wave-force
一个计算结构波浪力的程序,小直径桩柱结构,中等直径桩柱结构,多桩结构(A program for calculating the wave force of the structure, a small-diameter pile structure, a medium-diameter pile structure, a multi-pile structure)
- 2020-12-08 09:59:21下载
- 积分:1
-
KMEANS
This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real)
To compile:
ICC KMEANS.CPP <enter>
(This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output is
directed to the screen.
Usage for KMEANS is:
KMEANS SOURCEFILE <enter>
The format of the source file is:
NPat - Number of patterns (int)
SizeVect - Size of vector (int)
NClust - Number of cluster centers(int)
vect[1,1] ... vect[1,SizeVect] - vector 1 (real)
vect[2,1] ... vect[2,SizeVect] - vector 2 (real)
. .
. .
. .
vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real)
To compile:
ICC KMEANS.CPP <enter>
)
- 2013-01-05 23:11:23下载
- 积分:1
-
CMA-ES
一种继续概率学习矩阵的优化算法,优化精度和计算时间都很不错,是目前基本最好的启发式算法,里面有测试函数(A continuing study probability matrix optimization algorithm to optimize the accuracy and computational time is very good, the best is the basic heuristic algorithm, which has test function)
- 2020-12-14 22:39:14下载
- 积分:1
-
sola_vof
SOLA-VOF program solving Navier-Stokes equation with free surface by volume of fluid method
- 2021-01-17 23:18:50下载
- 积分:1
-
similarity
本代码可以用于计算特征向量或者矩阵的相似度。(This code can be used to calculate the similarity of the feature vector or matrix.)
- 2012-07-05 11:43:02下载
- 积分:1
-
IMLS
点云曲面建模,基于距离函数,运用移动最小二乘法,拟合曲面,提取等值面,用于散乱点云的快速三角网格构建(Point cloud surface modeling, based on the distance function, the use of moving least squares method, fitting surface, isosurface extraction for fast scattered point cloud build triangular mesh)
- 2020-11-12 10:09:45下载
- 积分:1
-
维纳滤波器的盲解卷积算法Wiener
本程序实现了基于最佳维纳滤波器的盲解卷积算法。维纳滤波将地震子波转换为任意所需要的形态。例如,像反滤波一样,可以设计维纳滤波器将地震子波转换为尖脉冲。但维纳滤波不同于反滤波,它是在最小平方的意义上为最
佳。基于最佳纳滤波理论的滤波器算法是人们熟知的维纳一莱文逊(Wiener—Levinson)算法。本程序提供了五种期望输出:零延迟尖脉冲;任一延迟尖脉冲;时间提前了的输入序列;零相位子波;任意期望波形。(Wiener—Levinson algorithm used in wiener filter. matlab with detailed note in Chinese.)
- 2011-09-13 18:23:44下载
- 积分:1
-
jMetalPy-master-python
用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2017), including multi-objective evolutionary algorithm and the most common new literature in the new algorithm, can realize the performance between different methods (including the common GD, IGD, HV and other evaluation index generation). It can be used as a reference for evolutionary computation, multi-objective optimization and single objective optimization. Python language version is simple and easy to understand, practical.)
- 2020-10-06 19:37:37下载
- 积分:1
-
ModelC_pure
相场法材料计算的model C-pure对应的基础相场计算代码,初学者可取(The phase field calculation code corresponding to the model C-pure calculated by the phase field method material is suitable for beginners.)
- 2021-01-14 22:48:46下载
- 积分:1