-
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
-
zantaifenxi
非常实用的时域仿真法暂态分析工具,利用牛顿法求解系统的微分方程组和代数方程组,得到转子摇摆曲线,判断暂态是否稳定(Very useful time-domain simulation tool for transient analysis method, using Newton method for solving systems of differential equations and algebraic equations, the rotor swing curves, to determine the stability of transient)
- 2011-09-02 14:48:18下载
- 积分:1
-
3D-beam-jisuanjibeihe
C++编写“三维粱单元有限元计算内核”,对杆系有限元的理论和C++的理解有了很大提高(C++ written " three-dimensional beam finite element kernel module" , and on finite element theory and the understanding of C++ has been greatly improved)
- 2010-05-13 21:51:51下载
- 积分:1
-
digitalfiltercode
圆周卷积滤波器,可清晰见到实际滤波器的算法(Circular convolution filter, can clearly see that the actual filter algorithm)
- 2007-12-10 09:14:25下载
- 积分:1
-
FFT
提供函数能进行1维2维的FFT,输入输出的序列长度应为2的整数次方倍(Provides functions can be one-dimensional two-dimensional FFT, sequence length input and output should be an integer power of 2 times)
- 2014-01-07 22:10:34下载
- 积分:1
-
Simple
求解速度压力耦合的Simple半隐式迭代方法,该方法在计算流体动力学中应用极为广泛(To solve the pressure velocity coupling Simple semi-implicit iterative method, the method applied in the Computational Fluid Dynamics an extremely wide range of)
- 2021-01-05 09:08:54下载
- 积分:1
-
cgmotion
fluent udf的动网格程序,实现了刚体和基于节点的运动(cg-motion grid motion)
- 2020-11-20 09:39:37下载
- 积分:1
-
daoxian
导线网平差程序,参数约束,通过设定不同的PX达到经典自由网,普通自由网,拟稳平差效果,算例(Wire net adjustment procedures, parameters, constraints, and examples)
- 2012-04-13 10:36:43下载
- 积分:1
-
DFP
DFP法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。(DFP method for the optimization of C++ source code, tested, the program works correctly to get the desired results.)
- 2011-11-19 14:07:21下载
- 积分:1
-
microdisk_FDTD_backup
FDTD Solutions 是一款三维麦克斯韦方程求解软件,可以分析紫外、可见、红外至太赫兹和微波频率段电磁波与具有亚波长典型尺寸复杂结构的相互作用。
FDTD Solutions 使得设计师能够从容地面对光子设计复杂的挑战问题。快速原型制造和高精度仿真大大降低对费用高昂的原型试验的依赖,因而可以对设计概念进行快速评价,进而缩短产品研发周期,降低费用。 FDTD Solutions 可以帮助你成功应对各种复杂的应用,从基础光子学研究,到目前工业界领先应用领域如成像、照明、生物光子学、光伏、以及众多其他应用。(FDTD Solutions is a three-dimensional software for solving Maxwell' s equations, we can analyze the ultraviolet, visible, infrared and microwave to terahertz frequencies of electromagnetic waves having a typical size of subwavelength interaction of complex structures. FDTD Solutions allows designers to calmly face the complex photonic design challenges. Rapid prototyping and simulation precision greatly reduce dependence on costly prototype testing, which can quickly uate design concepts, and thus shorten the product development cycle and reduce costs. FDTD Solutions can help you successfully deal with a variety of complex applications, leading application areas such as imaging, lighting, biophotonics, photovoltaics, and many other applications basic photonics research, the current industry.)
- 2016-03-20 17:40:02下载
- 积分:1