-
bianchengzhuji
编程珠玑有一条项链,它由 N 个随机排列的红、白和蓝色的珠子组成(3< =N< =350(Abas programming there is a necklace, which consists of N random with red, white and blue components of the beads (3 < = N < = 350)
- 2016-02-15 06:45:37下载
- 积分:1
-
可以实现求解微分方程组的数值解 func
可以实现求解微分方程组的数值解,在func中输入需要计算的微分方程组,运行主函数即可(Can be achieved to solve the numerical solution of differential equations, the input need to calculate the differential equations in the func to run the main function can be)
- 2012-07-02 11:40:59下载
- 积分: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
-
1003
c++算法源代码,主要是POJ上面的算法,根据标号可以找到。(c++ algorithm source code, POJ above algorithm, based on the label can be found.)
- 2012-09-12 22:28:34下载
- 积分:1
-
Untitled2
可以用最小二乘法来提取趋势项。在MATLAB中可利用它的函数来计算(Least squares method can be used to extract the trend items. It can be used in MATLAB to calculate the function)
- 2011-07-29 19:02:04下载
- 积分:1
-
FFP
计算水声传播的快速场(FFP)程序,基于传播矩阵,迭代和快速傅里叶变换方法。(underwater acoustic field computing Fast FIELD Program, based on TMM, FFT etc.)
- 2021-03-19 20:29:19下载
- 积分:1
-
Algorithm-for-DOA-Location
是一种测向交叉定位算法 通过大量阅读论文获得,可以参考。有兴趣,可以一块讨论(Algorithm for DOA Location)
- 2012-02-12 17:23:12下载
- 积分:1
-
MOM
用矩量法(电场结合磁场积分方程)算金属圆柱散射(Using the method of moments (electric field integral equation combined) considered the scattering of metal cylinder)
- 2021-04-04 20:39:04下载
- 积分:1
-
App Entropy
近似熵和互近似熵的matlab代码,用于脑波分析很有用(Approximate entropy and cross approximate entropy matlab code for brain wave analysis useful)
- 2012-09-09 12:35:29下载
- 积分:1
-
g_fitting
使用正交多项式完成数据拟合。程序对读入的gps采样点完成曲线拟合。()
- 2007-08-01 18:25:08下载
- 积分:1