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

搜索资源列表

  1. work_for_pattern_recognition

    0下载:
  2. 通过设计线性分类器;最小风险贝叶斯分类器;监督学习法分层聚类分析;K-L变换提取有效特征,设计支持向量机对给定样本进行有效分类并分析结果。-By designing a linear classifier minimum risk Bayes classifier supervised learning method hierarchical cluster analysis K-L transform to extract efficient features, designed to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2600382
    • 提供者:于冰
  1. JOSEPHUS

    0下载:
  2. 著名的约瑟夫环问题,采用链表数据结构  已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。   例如:n = 9, k = 1, m = 5   【解答】   出局人的顺序为5, 1, 7, 4, 3, 6, 9, 2, 8。-well-known Josephus Problem,using link list method
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:93007
    • 提供者:宋歌
  1. RBF_sourcecode

    1下载:
  2. RBF学习方法,包括了:k-means、梯度、OLS三种方法。-RBF learning methods, including: k-means, gradient, OLS three types.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:3850
    • 提供者:stephen
  1. K-mean

    0下载:
  2. 一个用C++写的简单的k-mean算法源码-A C++, written in a simple k-mean algorithm source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:773603
    • 提供者:冯选
  1. k-means

    0下载:
  2. k-means segmentation example
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2332
    • 提供者:konstantin
  1. K-L

    0下载:
  2. K-L变换在人脸识别中的应用程序,效果不错-KL transform in face recognition applications, good results
  3. 所属分类:Graph program

    • 发布日期:
    • 文件大小:29487
    • 提供者:wangna
  1. jpg2ppm

    0下载:
  2. 图片格式由jpg转换成ppm, K. MIKOLAJCZYK University of Oxford, OX1 3PJ, Oxford, United Kingdom-Jpg image format conversion to ppm, K. MIKOLAJCZYK University of Oxford, OX1 3PJ, Oxford, United Kingdom
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:3546
    • 提供者:lrw
  1. c

    0下载:
  2. k-mean算法的vc程序,比较简练,适合初学者使用-k-mean algorithm vc program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:234387
    • 提供者:tiger
  1. MKTHNUM

    0下载:
  2. K-th smallest number for a given a range in (logN)^3 per query.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:856
    • 提供者:sn
  1. KL100

    0下载:
  2. K-L特征压缩器的原理是利用K-L变换的优良性质,即K-L变换可消除原向量各分量间的相关性。-KL compressor characteristic is the use of KL transform the principle of good nature, that the original vector of KL Transform to eliminate the correlation between the various components.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:16107
    • 提供者:魏鑫
  1. mykmeans

    0下载:
  2. matlab code for k-means for neural net RBF
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2366
    • 提供者:Mary
  1. openanonymizer

    0下载:
  2. Muti relational K-anonymity Projects
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1791014
    • 提供者:sunda
  1. hundundeshengyin

    0下载:
  2. 聆听混沌的声音   本世纪70年代初,美国普林斯顿大学的生态学家R·May在研究昆虫群体繁殖规律时提出一个著名的模型: χ[n+1]=k*χ[n]*(1-χ[n])-To listen to the voice of chaos the early 70s of this century, the United States at Princeton University ecologist R · May insect population breeding in the study pu
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:574
    • 提供者:david
  1. qichejiayou

    0下载:
  2. 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效 // // 算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的 // // n和k个加油站位置,编程计算最少加油次数。 -Fill up the car after driving an n km. There are a number of gas stations journey. To design an effective//// algorithm, which should be
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:591
    • 提供者:王娜
  1. imgkmeans

    1下载:
  2. 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:336328
    • 提供者:caoliang
  1. jiayouzhanwenti

    0下载:
  2. 一辆汽车加满油后可行驶n公里。旅途中有若干个加油站。设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。对于给定的n和k个加油站位置,编程计算最少加油次数。并证明算法能产生一个最优解-Fill up the car after driving an n km. There are a number of gas stations journey. Design an efficient algorithm that at which stations should stop to
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2769
    • 提供者:maweiwei
  1. k-mean

    0下载:
  2. 这是一个matlab编写的程序。实现k均值。实现成功。-it is a matlab programming.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1238154
    • 提供者:zl
  1. k-means

    0下载:
  2. 聚类分析对图像进行聚类分析,分析效果极好,可直接用。-k means
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:166581
    • 提供者:宋家勇
  1. K-means

    0下载:
  2. K-means聚类算法实现代码,在VC++环境下开发的,令附有实验样本集。-K-means clustering algorithm code, in the VC++ development environment, so that experiments with sample set.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:10016
    • 提供者:张敏
  1. knn

    2下载:
  2. k近邻问题,我自己做的,效果有保证,还有测数据-k neighbor problem, I do, the effect is guaranteed, as well as measured data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:3147
    • 提供者:qht
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com