CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 均值

搜索资源列表

  1. k均值聚类算法分析

    1下载:
  2. k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-07-01
    • 文件大小:30.28kb
    • 提供者:chu na
  1. K均值聚类

    1下载:
  2. 对图像进行K均值聚类的程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-04-18
    • 文件大小:175.55kb
    • 提供者:gunner
  1. k_mean

    0下载:
  2. K_mean K均值算法 C语言-K_mean K means algorithm C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.52kb
    • 提供者:lucia
  1. Sort

    0下载:
  2. 演示快速排序算法,和以均值为交换轴的改进快速排序算法。-Quick sort demonstration algorithm, and to mean the exchange of quick sort algorithm improved shaft.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.31mb
    • 提供者:Cheng Cai
  1. k

    0下载:
  2. k均值聚类算法源码,比较经典,无解压密码-k means clustering algorithm source code, more classic, without extracting passwords
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:黄永
  1. CPPK-means

    0下载:
  2. K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class, and then follow the center of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3.14kb
    • 提供者:zdl
  1. Kjunzhi

    0下载:
  2. VC实现K均值算法,达到对图像进行非监督分类的目的-VC to achieve K-means algorithm to the image the purpose of unsupervised classification
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:863byte
    • 提供者:gong ke
  1. doublelist

    0下载:
  2. 以双向循环链表结构存储线性表。 ⑴ 输入数据元素,以先进先出形式创建双向循环链表 ⑵ 销毁双向循环链表 ⑶ 线性表置空 ⑷ 求线性表长度 ⑸ 在第i个数据元素前插入新的元素 ⑹ 删除元素(按指定元素序号和元素值2种方式) ⑺ 显示线性表中的全部元素 ⑻ 求最大元素的值和平均值 ⑼ 就地逆置双向循环链表(不允许将结点中的值互相交换)-Two-way circular linked list structure to store the linear form.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:3.3kb
    • 提供者:waterlily
  1. NetSimulator

    0下载:
  2. 本课题假设ti为广播基站数据包(单位数据包大小为512bits)的发布时刻,令发布时间间隔Xi = ti - ti-1 (i=0, 1, 2, …),t0 = 0,则任意Xi满足负指数分布: p{Xi ≥ t} = p0(t) = , t ≥ 0 或者 p{Xi < t} = 1-p0(t) =1- , t ≥ 0 该负指数分布的广播包发布时间间隔的均值为1/λ。 假设处理一个数据包的时间为0.05s,令λ分别等于5Kbps和1Kbps时,在100s时间内,求出数据包的平均队长
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.42mb
    • 提供者:luyu
  1. k_junzhi

    0下载:
  2. K均值算法,这个算法适用于类别数为三的聚类算法-K-means algorithm, this algorithm is applied to the number of categories for the three clustering algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:953byte
    • 提供者:潘柔
  1. K-means

    0下载:
  2. 数据挖掘中得k-均值算法的c++实现,可以使你对数据挖掘算法有个初步的了解。-k-means algorithm in data mining is achieved with c++ . Allows you to have a preliminary understanding of the data mining algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3.25kb
    • 提供者:常金铭
  1. logs

    1下载:
  2. 测井程序 用于计算地层孔隙度和含油饱和度 本人学习课程时使用,采用多种算法求均值,准确定较高-The logging program used to calculate the porosity and oil saturation I am learning courses, using a variety of algorithms averaging, accurate, given the higher
  3. 所属分类:Data structs

    • 发布日期:2015-11-08
    • 文件大小:25kb
    • 提供者:zhaohouyue
  1. K_Average

    0下载:
  2. K均值算法的一个例子,里面有数据有结果,希望对初学者有帮助。-An example of K-means Algorithm, including datas and result.It is helpful to beginner.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:57.12kb
    • 提供者:huangxd
  1. kmeans

    0下载:
  2. 数据挖掘中的聚类算法,为k均值算法,算比较经典的算法-Clustering algorithm in data mining, considered a classic algorithm for k-means algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:853byte
    • 提供者:周小波
  1. Skin-disease

    0下载:
  2. 基于聚类算法的皮肤病实例,利用k均值算法对皮肤病进行聚类-Based clustering algorithm skin instance using the k-means algorithm clustering of skin diseases
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1.63kb
    • 提供者:周小波
  1. CMeans

    0下载:
  2. C均值聚类算法,用visual studio C++写的。程序包含TEX文件中的数据。可以更换数据。本人亲自运行通过。-C-means clustering algorithm, using visual studio C++ written. TEX program contains data file. You can replace the data. I personally run through.
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:无双
  1. k-juleijunzhisuanfa

    0下载:
  2. 数据挖掘k-均值聚类算法 VC6.0测试通过-Data mining k-means clustering algorithm VC6.0 test
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:209.04kb
    • 提供者:郭郭
  1. k-means

    0下载:
  2. k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:
  1. Kjunzhi

    0下载:
  2. k均值算法,对一组三维数据进行K均值聚类分析,分为三类-k-means algorithm, a set of three-dimensional data of K-means clustering analysis, divided into three categories
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:184.77kb
    • 提供者:李骁驰
  1. 模糊C均值聚类算法

    1下载:
  2. 模糊C均值聚类算法工具箱 总有一种程序适合你
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-05-19
    • 文件大小:108.76kb
    • 提供者:chingwang
« 12 »
搜珍网 www.dssz.com