CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C Means

搜索资源列表

  1. mcu-com

    1下载:
  2. STC单片机的几种,通讯方式的实验,方便参考.-Several STC microcontroller, means of communication experiment.
  3. 所属分类:SCM

    • 发布日期:2015-10-07
    • 文件大小:27856
    • 提供者:田红峰
  1. GMRFFCM

    2下载:
  2. 高斯马尔科夫随机场和模糊c均值聚类的matlab源程序-Gassian Markov random filed and fuzzy c means clustering matlab source code
  3. 所属分类:matlab

    • 发布日期:2015-12-12
    • 文件大小:32768
    • 提供者:Y.Meng
  1. 1-wire

    0下载:
  2. 基于单总线1-wire芯片DS2431的通讯方法。-Based on single-chip 1-wire bus DS2431 means of communication.
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:175508
    • 提供者:guoguo
  1. GAFCM

    0下载:
  2. 遗传算法和模糊C-均值聚类相结合的MATLAB程序-Combination of genetic algorithms and fuzzy C-means clustering MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:1385
    • 提供者:孙东旭
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:35275
    • 提供者:
  1. exer-kmean

    0下载:
  2. k均值算法实现聚类 c语言编写-k-means clustering algorithm c language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:30274
    • 提供者:胡素芳
  1. TimingClose

    0下载:
  2. 一个定时关机的小程序,有两种时间设置方式,一预定时间,二倒计时-A regular shutdown of small programs, there are two set-up time means a predetermined time, the Second Countdown
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:28706
    • 提供者:田田
  1. K-means

    0下载:
  2. 模式识别 k-mean算法程序,用Visual c++编写-K-mean algorithm for pattern recognition procedures, using Visual c++ Prepared
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1418
    • 提供者:jery
  1. 1234

    0下载:
  2. C-means一个简单完整的程序,供大家看一下,有不完善的地方,请多多指教-C-means a simple and complete procedures for Members to see, any problems, please exhibitions
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:hahaha
  1. K-means

    0下载:
  2. k-means 经典算法,c语言实现,要的下载-classical k-means algorithm, c language, it is necessary to download
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3068
    • 提供者:飞翔
  1. k-means

    0下载:
  2. 关于数据挖掘中的k-means算法的一种C语言实现-Data Mining on the k-means algorithm as a C language
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2472
    • 提供者:军官
  1. Kmean

    1下载:
  2. 自行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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-01-15
    • 文件大小:3862
    • 提供者:陳志強
  1. k_mean

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

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

    0下载:
  2. neural network source, a relatively new algorithm, better classification results! -neural network source, a relatively new algorithm, better classification results!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3018
    • 提供者:庞冲
  1. moshishibie

    0下载:
  2. 先用C-均值聚类算法程序,并用下列数据进行聚类分析。在确认编程正确后,采用蔡云龙书的附录B中表1的Iris数据进行聚类。然后使用近邻法的快速算法找出待分样本X(设X样本的4个分量x1=x2=x3=x4=6;子集数l=3)的最近邻节点和3-近邻节点及X与它们之间的距离。-First C-means clustering algorithm procedures and with the following data for cluster analysis. After confirming t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:jack
  1. K-Means

    0下载:
  2. 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:30168
    • 提供者:zhaohuiqin
  1. RepeatFCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on the division, which makes the idea is to be divided into clusters with the greatest simila
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1312334
    • 提供者:colin
  1. cjunzi

    0下载:
  2. c均值聚类的c++源程序,可以进行向量的分类计算。-c-means clustering of the c++ source code, the classification of vector can be calculated.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:18484
    • 提供者:王文静
  1. C

    0下载:
  2. 在电子技术中,频率是最基本的参数之一,又与许多电参量的测量方案、测量结果都有十分密切的关系,因此频率的测量就显得更为重要。测量频率的方法有多种,其中电子计数器测量频率具有精度高、使用方便、测量迅速,以及便于实现测量过程自动化等优点,是频率测量的重要手段之一。在本次毕业设计中我们选择使用单片机来制作数字频率计,并在实际制作中采用了直接测频法。利用延时产生的时基门控信号来控制闸门,通过在单位时间内计数器记录下的脉冲个数计算出输入信号的频率,最终送入LCD中显示。这样制作出来的频率计不仅可以满足设计题
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:324927
    • 提供者:张林锋
  1. juleihefenlei

    0下载:
  2. 对一组样本通过C-means算法进行聚类分析,然后对聚类结果用感知器算法进行分类,是模式识别课程的实验。-Samples of a group through the C-means cluster analysis algorithm, and then the results of the clustering algorithm used to classify perceptron is a pattern recognition course experiment.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:韩梅
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com