代码搜索:CLustering
找到约 2,172 项符合「CLustering」的源代码
代码结果 2,172
www.eeworm.com/read/430398/8750322
java clustering.java
package k_means;
import java.io.IOException;
import java.util.LinkedList;
import java.util.Random;
/**
* Clustering process
* @author YU
*
*/
public class Clustering
{
private Clus
www.eeworm.com/read/430398/8750339
class clustering.class
www.eeworm.com/read/382378/9032635
opt clustering.opt
www.eeworm.com/read/382378/9032637
cpp clustering.cpp
#include
#include
#include
#include
#define min(x,y) (x)(y)?(x):(y)
struct vector
{
//定义结构体,放二维数组,指针为了使在同一类里的元
www.eeworm.com/read/382378/9032639
dsw clustering.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382378/9032640
ncb clustering.ncb
www.eeworm.com/read/382378/9032643
plg clustering.plg
Build Log
--------------------Configuration: clustering - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zs
www.eeworm.com/read/382378/9032646
dsp clustering.dsp
# Microsoft Developer Studio Project File - Name="clustering" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/373718/9441850
h clustering.h
/////////////////////////////////////////////////////////////////
// File Name: Clustering.h
// File Function: 1. Maximun clustering algorithm
// 2. LBG (k-Mean) clustering algorithm
////////
www.eeworm.com/read/373718/9441855
cpp clustering.cpp
///////////////////////////////////////////////////////////////////////
// File Name: Clustering.cpp
// File Function: 1. Maximun clustering algorithm
// 2. LBG (k-Mean) clustering algorithm