-
在这个目录中包含代码实现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
-
two images of the original code integration
两幅图像的融合原码-two images of the original code integration
- 2022-10-04 11:55:03下载
- 积分:1
-
Gdi on a super
基于gdi+的一个超强的绘图程序的源代码,可以学习cad编程-Gdi on a super-powerful graphics program
- 2022-03-26 13:59:50下载
- 积分:1
-
猫抓老鼠游戏,本程序利用visual c++实现了利用鼠标进行猫抓老鼠的程序。在一定的时间内把屏幕上的鼠抓完。...
猫抓老鼠游戏,本程序利用visual c++实现了利用鼠标进行猫抓老鼠的程序。在一定的时间内把屏幕上的鼠抓完。-Cat抓老鼠games, this procedure is to achieve visual c++ using the mouse to the cat抓老鼠procedures. A certain amount of time the mouse on the screen after grasping.
- 2022-04-30 17:02:15下载
- 积分:1
-
图像处理的一种方法,图像进行傅立叶时所需要的源程序,得到的图像和原图像之间有清晰的比较...
图像处理的一种方法,图像进行傅立叶时所需要的源程序,得到的图像和原图像之间有清晰的比较-image processing method, Fourier images when needed source, the images and the original image between a clear comparison
- 2022-02-13 04:13:19下载
- 积分:1
-
这是我刚完成的弹击方块游戏,用netBeans打开运行MyFrame.java就ok了...
这是我刚完成的弹击方块游戏,用netBeans打开运行MyFrame.java就ok了-This is what I have just completed the shells hit the ideographic games, netBeans open with running ok on the MyFrame.java
- 2022-01-24 10:07:22下载
- 积分:1
-
多变形填充的程序c语言
多变形填充的程序c语言-more filled the deformation process language c
- 2022-03-16 04:40:59下载
- 积分:1
-
B曲面的生成算法
B曲面的生成算法-B surface Algorithm
- 2022-02-05 18:35:27下载
- 积分:1
-
字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看...
字符文本识别的神经网络程序,采用BP算法,能够适时输出错误便于察看-The NN program of Character text recognition adopts BP Arithmetic, it could output run error in time and easy to be descried.
- 2022-07-14 14:22:17下载
- 积分:1
-
数据可视化即绘图功能是matlab的一大特色。
人们往往很难直接从一大堆数据中体会到它的含义,用数据画出图形用视觉器官直接感受到数据的许多内在本质。...
数据可视化即绘图功能是matlab的一大特色。
人们往往很难直接从一大堆数据中体会到它的含义,用数据画出图形用视觉器官直接感受到数据的许多内在本质。
matlab可以给出数据的二维、三维乃至四维图形表现,通过对图形线型、立面、色彩、渲染、光线、视觉等的控制可把数据的特性表现得淋漓尽致。-failed to translate
- 2022-09-16 07:15:03下载
- 积分:1