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

搜索资源列表

  1. 基于核密度估计的层次聚类算法

    0下载:
  2. 本文基于层次聚类的局限性,展开了描述,然后提出了解决办法。-Based on the hierarchical clustering limitations, launched a descr iption, and then the solutions.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:175286
    • 提供者:石支柱
  1. 聚类程序

    1下载:
  2. 包含多种聚类算法,例如:kmeans,isodata,遗传算法,层次聚类等等,采用vc实现。
  3. 所属分类:源码下载

  1. Cluster.rar

    4下载:
  2. 在Visual C++下实现聚类分析在图像识别中的应用。其中包括模糊聚类,遗传算法聚类分析,层次聚类和动态聚类等算法。可以运行,并有分类的源文件。是不错的研究素材。,In Visual C++ Achieve clustering analysis in image recognition applications. Including fuzzy clustering, genetic algorithm for cluster analysis, hierarchical clusterin
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-19
    • 文件大小:229208
    • 提供者:dd
  1. Birch.rar

    1下载:
  2. 层次聚类算法 BIRCH 有关数据挖掘方面的,Hierarchical clustering algorithm BIRCH
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:539633
    • 提供者:hanjianli
  1. lindatanetwork1.rar

    0下载:
  2. 主要是数据挖掘中的文本挖掘算法及其分析,其中包括层次聚类,空间向量模型等,处理对象有对于网页的也有针对纯文本的。,Mainly in data mining and analysis of text mining algorithms, including hierarchical clustering, vector space model to deal with subjects of the pages are for plain text.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-30
    • 文件大小:12307968
    • 提供者:林岩峰
  1. des_version2_vc6.0

    0下载:
  2. des自己封装成类 层次不错 效率也还行-des encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:145992
    • 提供者:随大家
  1. MATLAB(M)

    2下载:
  2. 智能控制理论算法实现:层次聚类,hopfield网络和遗传传算法优化三个源代码文件-Intelligent control theory algorithms: hierarchical clustering, hopfield network and genetic algorithm optimization three source codes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1783
    • 提供者:zyh
  1. AgglomerativeClustering

    2下载:
  2. 这是一个自下而上的凝聚层次聚类方法。最初,每个元素都是一个单独类,通过算法将两个最近的类合并成一个较大的类,直到形成一个最大包含所有元素的类。 -This is a bottom-up agglomerative hierarchical clustering method. Initially, each element is a separate class, the algorithms of the two most recent classes combined into a la
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-06-15
    • 文件大小:11264
    • 提供者:bingo
  1. MATLAB

    0下载:
  2. 层次模糊聚类的算法实现,一个用C或者C++写的kmeans算法,最新的聚类算法-Level fuzzy clustering algorithm, one using C or C++ written kmeans algorithm, the latest clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2340
    • 提供者:郭子中
  1. InformationManagement

    0下载:
  2. 通过设计一个较为简单的《小型公司工资管理系统》,进一步熟悉C++中类的概念、类的封装、继承的实现方式。了解系统开发的需求分析、类层次设计、模块分析、编码测试、模块组装与整体调试的全过程,加深对C++的理解与Visual C++环境的使用;逐步熟悉程序设计的方法,并养成良好的编程习惯-Information Management
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-03-29
    • 文件大小:3149
    • 提供者:盛立勇
  1. HCL

    1下载:
  2. 聚类 层次分析代码 JAVA版 聚类 层次分析代码 JAVA版聚类 层次分析代码 JAVA版-Cluster analysis of code-level version of JAVA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-01-11
    • 文件大小:5630
    • 提供者:低调
  1. Dalssoft.DiagramNet.bin_and_source.0.4

    0下载:
  2. ERM图表.NET 是非常好的创建基于模型的交互式实体关系的解决方案,比如流程图、网络图、数据库图表、组织图以及UML等应用。它有完整的可继承类层次结构的设计模式,丰富的事件模型和完整的帮助文件。-Diagram.NET is a free open-source diagramming tools written entirely in C#.
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:324813
    • 提供者:xiaobai
  1. VCcom

    0下载:
  2.  串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:66760
    • 提供者:csheng
  1. LayerCluster

    0下载:
  2. 基于层次划分的最佳聚类数确定方法
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:15001
    • 提供者:hbm
  1. CheckText

    0下载:
  2. 实现文本相似度检查的文本层次聚类算法和划分算法的C#源码-Text to check the text similarity hierarchical clustering algorithm and classification algorithm C# source code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:66909
    • 提供者:liq88
  1. legclust

    2下载:
  2. legclust 聚类算法 IEEE TPAMI上的文章 首先建立邻近矩阵 然后基于图的连通分量的层次聚类-clustering J.M. Santos et al., LEGClust—a clustering algorithm based on layered entropic subgraphs, IEEE TPAMI, Vol.30, NO.1, 2008, 1-13
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2489
    • 提供者:fortunesr
  1. AnimalFlight

    0下载:
  2. 用类层次关系,模拟动物的飞行。动物有雄鹰、燕子、蜂鸟,企鹅,鸭子;还有松树、蝙蝠;昆虫有蝴蝶、蜻蜓、蚂蚁等。-Relationship with the class hierarchy to simulate the flight animals. Animals eagles, swallows, hummingbirds, penguins, ducks there are pines, and bats insects are butterflies, dragonflies, ant
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:105526
    • 提供者:钟书球
  1. stucourse

    0下载:
  2. 通过设计一个《学生成绩统计管理》,进一步熟悉C++中类的概念、类的封装、继承的实现方式。了解系统开发的需求分析、类层次设计、模块分解、编码测试、模块组装与整体调试的全过程,加深对C++的理解与Visual C++环境的使用:逐步熟悉程序设计的方法,并养成良好的编程习惯。-Through the design of a " student achievement statistics management," become more familiar with C++, the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:419801
    • 提供者:qiannuo
  1. means1

    0下载:
  2. 假定车可以分为货车和客车,客车又可以分为轿车、面包车和公共汽车。请设计相应的类层次结构。-Assume that vehicles can be divided into lorries and buses, passenger cars can also be divided into cars, vans and buses. Please design the appropriate class hierarchy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:922
    • 提供者:zengming
  1. hierarchicalcluster

    0下载:
  2. 和同学一起写的层次聚类算法,数据挖掘的第3次大作业,有设计文档,有注释,下载即可运行。希望批评指正-And students to write with hierarchical clustering algorithms, data mining, the 3rd largest operations, with some design documents, with annotations, download to run. Want to criticize the correction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3689561
    • 提供者:薛旭杰
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com