-
在这个目录中包含代码实现K
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 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 -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. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
3D场景中的飞机飞行模拟,能进行多视角切换、开火、左右方向。...
3D场景中的飞机飞行模拟,能进行多视角切换、开火、左右方向。-3D scene of the aircraft flight simulation, to carry out multi-angle switching, opened fire on the right and left direction.
- 2022-02-06 05:25:14下载
- 积分:1
-
一个日程管理和通讯录管理的软件,采用的Access数据库,其中用到了三个自已写的三个控件:无售点按钮(NFButton.ocx)、带图片的按钮(ImageBut...
一个日程管理和通讯录管理的软件,采用的Access数据库,其中用到了三个自已写的三个控件:无售点按钮(NFButton.ocx)、带图片的按钮(ImageButton.ocx)、改进的日历控件(GoldSealCanlendar.ocx)。它还为我找到第一份工作立下了汗马功劳,因为没有时间,所以日程提醒部分没有做,是一下小小的遗憾。-a calendar and contact management software, using the Access database, which uses three own written three controls : no selling point button (NFButton.ocx), the button with pictures (ImageButton.ocx), improved calendar control (GoldSealCanlendar.ocx). It is also the first to find me a job has achieved a lot, because no time, the agenda remind some do not, what is little regret.
- 2022-02-14 15:04:07下载
- 积分:1
-
VB文字识别程序,可以试试看,效果不错。
VB文字识别程序,可以试试看,效果不错。-VB language identification procedures, could give it a try, its effectiveness.
- 2022-03-22 21:41:49下载
- 积分:1
-
扫描线种子填充算法 C语言实现 已在Turbo C&C++上成功运行
扫描线种子填充算法 C语言实现 已在Turbo C&C++上成功运行-c
- 2022-01-25 19:37:25下载
- 积分:1
-
fractal
分形――生成一片漂亮的树叶,通过一个矩阵迭代并不断刷新生成的图像-fractal-- generating a beautiful leaves, through an iterative matrix and constantly refresh the image
- 2022-10-25 07:30:04下载
- 积分:1
-
检测图像中是否有人脸的代码
只检测有没有人脸,而不检测是谁是吧。那就比较简单。计算的原理是当图中一片区域出现某个颜色的时候(比如黄种人就是黄色,这个颜色往往是个范围)则认为是有人。
- 2022-01-24 15:09:41下载
- 积分:1
-
vc7.0 编写的2000个点的二维三角剖分,剖分速度非常快!
vc7.0 编写的2000个点的二维三角剖分,剖分速度非常快!-very good!
- 2023-05-02 11:40:03下载
- 积分:1
-
EasyDraw轻松绘图程序源代码
EasyDraw轻松绘图程序源代码 -EasyDraw relaxed cartography procedure source code
- 2022-04-12 12:07:03下载
- 积分:1
-
程序给出了边缘检测及轮廓跟踪的一般方法,其是基于matlab来编写....
程序给出了边缘检测及轮廓跟踪的一般方法,其是基于matlab来编写.-Edge detection contour tracking, image processing in a very important edge detection contour tracking algorithm
- 2022-01-27 14:31:01下载
- 积分:1