搜索资源列表
VCk-means
- VC k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效-VC k-means clustering algorithm source code. Kmeans is a common segmentation algorithm, simple and efficient
K-Means
- K均值算法--- --- --- --VC代码编写
UpperNum.rar
- 给定一个数组A,里面只出现0-9这10个数字,但不一定全部出现,然后给定一个K的值,求A中大于K的整数当中最小的一个,并输出。例如A={0,1}, k =12,则结果为100. vc++ 2005环境,Given an array A, which only the 10 digits 0-9, but not necessarily all appear, and then given a value of K, and K is greater than A, the smallest in
K-means_clustering_demo
- K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
K-Means
- K均值聚类算法 C++实现的K均值聚类算法。-K means clustering algorithm C++ Achieved K-means clustering algorithm.
K-Mean
- 遥感影像K均值分类算法,针对bmp彩色图像。VC++6.0编程实现。-K means of remote sensing image classification algorithm for bmp color images. VC++6.0 programming.
Kmean
- 自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據進行分群的動作-Implement on its own the k-mean (with fuzzy c mean), can be directly in vc++ For clustering large amount of data movement
kmean2
- 用VC写的关于k-mean聚类算法的程序。-Written by VC on the k-mean clustering algorithm procedure.
K-MEANS
- VC 实现的k均值聚类的代码,代码和功能都很简单,适合初学者-VC to achieve k-means clustering of the code, code and functionality are very simple, suitable for beginners
ImgCluster
- vc++6.0+gdal开发的聚类算法的COM组件,可在vb或.Net中直接调用。其中包含的聚类算法有:K-Means,ISODATA等,可对Image影像进行聚类处理。-vc++6.0 development of COM components clustering algorithm can vb or. Net direct call. Which includes the clustering algorithm are: K-Means, ISODATA, etc.
K-Means
- 用vc++编写的K-Means动态聚类算法源程序,希望能给大家带来方便,谢谢大家的支持!-Using vc++ to prepare the K-Means clustering algorithm dynamic source code, I hope we can bring convenience, Thank you for your support!
kmeans
- 基于C++的模糊k均值算法,采用的集成软件开发环境为vc-It is the codes of Fuzzy k-means,
Img2
- VC++开发的基本图象处理程序,包括分割,滤波,K均值分割,骨架提取,形态学方法,Hough变换等。-VC++ development of the basic image processing procedures, including segmentation, filtering, K mean segmentation, skeleton extraction, morphological methods, Hough transform and so on.
cint-5.16.19-win32.tar
- Cint(C/C++ interpreter, C-int)是一个C++解释器,顾名思义,和GCC、VC等编译器不同,它是解释执行C++代码的。它具有的能力有: 支持 K&R-C, ANSI-C, ANSI-C++ 可处理大规模C/C++源码 动态C++ 内置的Debugger和Class Browser Cint可以在不少操作系统上工作 -Cint (C/C++ interpreter, C-int) is a C++ interpreter, by definit
K-means
- K-means聚类算法实现代码,在VC++环境下开发的,令附有实验样本集。-K-means clustering algorithm code, in the VC++ development environment, so that experiments with sample set.
K-Means
- 基于vc程序的实现K-Means动态聚类算法源程序-K-Means clustering algorithm based on vc program source code implementation of K-Means clustering algorithm based on vc program source code to achieve
k-means
- 本代码主要实现了k均值聚类算法,通过c++在vc软件下实现聚类。-The code is mainly achieved k-means clustering algorithm, c++ in vc achieve clustering software.
k-means
- K-means算法,linux下C++实现,VC下稍微修改也可运行,数据简单,只实现核心算法-K-means algorithm, under linux C++ achieve, VC can be slightly modified to run, the data is simple, only to realize the core algorithm
K-means-clustering-code
- K均值聚类的源代码,是用VC++写的,不错的,供初学者的学习掌握的。-It is a code of K means clustering, written by vc++, and it is good to the novice.
K-means-for-K=3
- 模式识别,K均值算法,取K=3。使用VC++6.0 编译完成通过。-K means for K=3