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

搜索资源列表

  1. Kmeans-image-segmentation

    5下载:
  2. matlab图像分割实例,K均值用于图像分割,割调用库函数实现,带注释,简单易懂-matlab image segmentation examples, K means for image segmentation, cutting calls library functions, with comments, easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:2419712
    • 提供者:王银虎
  1. k-means

    0下载:
  2. 统计阿里山的解放路卡上的经费来空间阿苏的来克服骄傲的上来看风景-k means algorithm
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:3529
    • 提供者:chen
  1. Tcl_and_the_Tk_Toolkit

    0下载:
  2. John K. Ousterhout 所著,TCL语言的权威之书。TCL是一门简单实用的语言,比较重要的是目前思科设备可以直接进入TCL调试界面,学好TCL语言,可以大大的帮助网络工程师提高作业效率。-Written by John K. Ousterhout, TCL language of the authority of the book. TCL is a simple and practical language, the more important is the Cisco dev
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:780384
    • 提供者:fk
  1. K-meansclusteringalgorithmprogram

    0下载:
  2. 模式识别课程上用C++语言编写的K-均值算法对150个样本进行分类。-Course on pattern recognition using C++ language of the K-means algorithm to classify the 150 samples.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:80026
    • 提供者:yu
  1. kdtree

    0下载:
  2. In computer science, a kd-tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. kd-trees are a useful data structure for several applications, such as searches involving a multidime
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3933
    • 提供者:Lee Sangmin
  1. GMM

    0下载:
  2. this another gmm training matlab source code. it use k-means for initialization of parameter before trainig, not LBG algirhtm. so it is very helpful for GMM training-this is another gmm training matlab source code. it use k-means for initializati
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:5198
    • 提供者:whchoi/GodDog
  1. ktree-1

    0下载:
  2. Min k tree in tabu search
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2872
    • 提供者:Jung
  1. 20071521203297

    0下载:
  2. 数据图形分析,系统环境:PB9.0 系统包括:包括:计划表、K线图、均衡器、网络拓扑图、计划监视等。 -Data, graphical analysis, system environment: PB9.0 system includes: includes: schedule, K line graph, equalizer, network topology, plan monitoring.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:705915
    • 提供者:minlab
  1. r-K

    0下载:
  2. 数值分析中R-K迭代算法,用于矩阵的求解问题-RK iterative algorithm in numerical analysis, solving problems for the matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:wangtong
  1. k-yp_access

    1下载:
  2. K风授权版的超强黄页系统,本地测试可以用。生成html,Acce-Wind authorized version of the Super K Yellow Pages System
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-01
    • 文件大小:354619
    • 提供者:hizhzheng
  1. KWP2000PROTOCOL

    0下载:
  2. KWP2000最初是基于K线的诊断协议,由于K线物理层和数据链路层在网络管理和通讯速率上的局限性,使得K线无法满足日趋复杂的车载诊断网络的需求。而CAN网络(Controller Area Network)由于其非破坏性的网络仲裁机制、较高的通讯速率(可达1M bps)和灵活可靠的通讯方式,在车载网络领域广受青睐,越来越多的汽车制造商把CAN总线应用于汽车控制、诊断和通讯-KWP2000 initial diagnosis is based on K-line protocol, as K li
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:69777
    • 提供者:张敏
  1. K-means_java_report

    0下载:
  2. 对k-means算法的一次java报告,包括了问题描述、设计要求、需求分析、详细设计、测试及运行结果、程序源码及注释、课程设计心得体会等几方面,比较详尽。-On the k-means algorithm is a java reporting, including the problem descr iption, design requirements, needs analysis, detailed design, testing and operation results, progr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:14871
    • 提供者:dglx
  1. k_means

    0下载:
  2. k means techniques de classification non supervisée (clustering) les plus utilisées. Etant donné un entier K, K-means partitionne les données en K groupes, ou "clusters", ou "classes" ne se chevauchant pas. Ce résultat est obtenu en positionnant
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:578
    • 提供者:faiza
  1. K_MeansSeg

    0下载:
  2. KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。-KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2835919
    • 提供者:chenwenlue
  1. besselzero

    0下载:
  2. Find first k positive zeros of the Bessel function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:747
    • 提供者:Xmay
  1. k

    0下载:
  2. 油管车容量计算,根据h/d参数,转换出k值,便于计算-123
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1412
    • 提供者:房隆军
  1. K-Complex

    0下载:
  2. K复合波检测的几篇国外文献 【Artificial Neural Nets for K-Complex Detection】【COMPARISON OF DETECTION METHODS_APPLICATION TO KCOMPLEX DETECTION IN SLEEP EEG】【Feature-Based Detection of the K-Complex Wave in the Human Electroencephalogram Using Neural Networks】-K
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-09
    • 文件大小:1161067
    • 提供者:Hekate
  1. K-YellowPageEngineVersion3.0Access

    2下载:
  2. K风黄页 K-YellowPage Engine Version 3.0 Access 企业版.rar-K Wind Yellow K-YellowPage Engine Version 3.0 Access Enterprise Edition. Rar
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-27
    • 文件大小:10371929
    • 提供者:张平
  1. clustering

    0下载:
  2. 模糊聚类算法,K-means and K-medoid algorithms,Fuzzy C-means algorithm,The Gustafson{Kessel algorithm,The Gath{Geva algorithm-Fuzzy clustering algorithm, K-means and K-medoid algorithms, Fuzzy C-means algorithm, The Gustafson (Kessel algorithm, The Gath (Gev
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4220790
    • 提供者:twty
  1. proj10-01

    0下载:
  2. 在试验中编写程序实现了K均值聚类算法,K均值聚类的原理是:在训练样本中找到C个聚类中心,每个聚类中心代表一个类的中心。然后将样本归类到与其最近的聚类中心的那一类。 C的选择是通过先验知识或经验选取的。聚类中心是通过算法迭代求得的。-In the test preparation process to achieve a K means clustering algorithm, K means clustering principle is: in the training samples to
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1670
    • 提供者:王瑶
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com