CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 类层次

搜索资源列表

  1. C++程序设计语言实验四

    2下载:
  2. 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
  3. 所属分类:其他小程序

  1. LList

    0下载:
  2. 本程序是关于链表的,它实现链表的插入,删除,定义空表,本程序用了类模板,层次清晰,容易理解。-This program is on the list, and it implements the linked list insert, delete, define an empty table, the program uses a class template, the level clear, easy to understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:6.43kb
    • 提供者:慧灵
  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
    • 文件大小:922byte
    • 提供者:zengming
  1. ProjectParser

    0下载:
  2. 自动检测vc工程的.cpp和.h文件,产生类的结构层次关系.-Automatically check files with cpp and h postfix in vc project in order to produce the architecture of class.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:92.83kb
    • 提供者:bill
  1. shape

    0下载:
  2. Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy t
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:240.15kb
    • 提供者:大为
  1. duotai

    0下载:
  2. 试写出所能想到的所有形状(包括二维的和三维的),并生成一个形状层次结构。生成的层次结构要以Shape作为基类,并由此派生出类TwoDimensionalShapeThreeDimensionalShape。开发出层次结构后,定义其中的每一个类。-Write down all the shapes can think of (including the two-dimensional and three-dimensional), and generates a shape hierarchy.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:1013byte
    • 提供者:大为
  1. Hierarchical

    0下载:
  2. 用vs实现的层次聚类分析,是基于距离的算法,-Achieved with vs hierarchical clustering analysis algorithm based on distance,
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3.07mb
    • 提供者:zhangni
  1. 111

    0下载:
  2. 有关层次聚类的源码,对于文本聚类有一定作用。-Hierarchical clustering,Text Clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:50.48kb
    • 提供者:殷梦妮
  1. agnes

    0下载:
  2. 此源程序为层次聚类中AGNES聚类法算法部分,测试数据须自己输入,测试前最好先看下源码 测试数据只有2个属性,可根据自己需求修改数据结构体属性个数,与对象间欧式距离计算函数 本源码若算法复杂度有可改进的地方或有BUG请高手指出,计算500条以上的数据时须耐心等待结果 -The source code for the hierarchical clustering algorithm in part AGNES clustering method, the test data requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2.02kb
    • 提供者:odile zhu
  1. Train-tickets

    0下载:
  2. 利用C++的虚函数为基础的运行时的多态性,考虑在不同层次的类中,同名的成员函数之间的关系问题,编程创建关系。-Use C++ virtual function-based run-time polymorphism, consider the different levels of classes, the same name as the relationship between the member functions, program create the relationship.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:2.42mb
    • 提供者:Fire
  1. u

    0下载:
  2. 这是关于层次分析法、聚类分析、主成分分析的源代码-This is about the level of analysis, cluster analysis, principal component analysis of the source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.41kb
    • 提供者:唐夕晴
  1. validity

    0下载:
  2. 一种层次聚类的方法,用matlab实现的源代码,可对点数据等进行聚类分析-A hierarchical clustering method, using matlab to achieve the source code, can be carried to the point of data clustering analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1.12kb
    • 提供者:123
  1. Class-inheritance

    0下载:
  2. 掌握类的继承的类别与方式;了解派生类中如何使用基类的成员、基类成员在派生类中的访问控制;掌握继承中构造函数和析构函数的调用过程; 掌握多基继承的使用与访问方法,并理解类层次中访问规则;掌握虚基类的定义及使用。-Master classes and methods inherited class learn how to use the derived class members of the base class, the base class members in a derived c
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:369.07kb
    • 提供者:高M
  1. TreeView

    0下载:
  2. TreeView控件用来显示信息的分级视图,如同Windows里的资源管理器的目录。TreeView控件中的各项信息都有一个与之相关的Node对象。TreeView显示Node对象的分层目录结构,每个Node对象均由一个Label对象和其相关的位图组成。在建立TreeView控件后,我们可以展开和折叠、显示或隐藏其中的节点。TreeView控件一般用来显示文件和目录结构、文档中的类层次、索引中的层次和其他具有分层目录结构的信息。 -TreeView control is used to di
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:37.22kb
    • 提供者:任重
  1. class

    0下载:
  2. 实现三角形的类、用类的继承关系编写程序描述下图1中的类层次-Write a class Triangle Triangle、Class inheritance relationships with programming descr iption Figure 1 class hierarchy
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:126.35kb
    • 提供者:张雷雷
  1. clustering

    2下载:
  2. 包括层次聚类和密度聚类的效果对比,是机器学习入门的好东西(Including hierarchical clustering and density clustering effect contrast, is a good machine learning entry)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:5kb
    • 提供者:丽丽01
  1. 层次聚类

    0下载:
  2. 层次聚类的使用方法,代码含注释,用的软件是R-studio(Hierarchical clustering)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:miki1168
  1. 代码

    0下载:
  2. 先用的层次分析法筛选变量,而后使用聚类分析中的kmeans和pam两种方法,优点在于可以快速聚类,针对较大的数据量(clustering methodology)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:mingming12
  1. 代码

    0下载:
  2. 使用的是深圳市数学建模的电信用户数据,基于数据筛选出高价值用户,并分析他们的消费特点。代码中包括了层次分析法,聚类分析,数据的缺失值、异常值的处理(The code includes the analytic hierarchy process, the clustering analysis, the missing values of the data, and the handling of the abnormity values)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3kb
    • 提供者:mingming12
  1. AGNES

    1下载:
  2. 层次聚类,凝聚法指的是初始时将每个样本点当做一个类簇,所以原始类簇的大小等于样本点的个数,然后依据某种准则合并这些初始的类簇,直到达到某种条件或者达到设定的分类数目。(hierarchical clustering)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:18523816608
« 12 »
搜珍网 www.dssz.com