搜索资源列表
gxglxt
- (1)要求利用面向对象的方法以及C++的编程思想来完成系统的设计; (2)要求在设计的过程中,建立清晰的类层次; (3)在系统的设计中,至少要用到面向对象的一种机制。 (4)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 (5)能够将指定的信息从文件中删除。 (6)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 (7)可以统计全部学生的总成绩,及其在班上的排名。 (8)能够统计各科的平均成绩及及格率。 (9)要求有错误提示功能,例如性
一个建立层次目录的类
- 这是一个建立层次目录结构的类,对VC++的初学者可能会有些帮助-One Class to build the hierachical directory structure,which maybe useful to the beginner of VC++.
Dalssoft.DiagramNet.bin_and_source.0.4
- ERM图表.NET 是非常好的创建基于模型的交互式实体关系的解决方案,比如流程图、网络图、数据库图表、组织图以及UML等应用。它有完整的可继承类层次结构的设计模式,丰富的事件模型和完整的帮助文件。-Diagram.NET is a free open-source diagramming tools written entirely in C#.
AnimalFlight
- 用类层次关系,模拟动物的飞行。动物有雄鹰、燕子、蜂鸟,企鹅,鸭子;还有松树、蝙蝠;昆虫有蝴蝶、蜻蜓、蚂蚁等。-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
stucourse
- 通过设计一个《学生成绩统计管理》,进一步熟悉C++中类的概念、类的封装、继承的实现方式。了解系统开发的需求分析、类层次设计、模块分解、编码测试、模块组装与整体调试的全过程,加深对C++的理解与Visual C++环境的使用:逐步熟悉程序设计的方法,并养成良好的编程习惯。-Through the design of a " student achievement statistics management," become more familiar with C++, the
means1
- 假定车可以分为货车和客车,客车又可以分为轿车、面包车和公共汽车。请设计相应的类层次结构。-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.
FRAME1.03
- MFC六大关键技术之仿真,MFC类层次结构简单实例。-Simulation of the six key technology MFC, MFC class hierarchy simple example.
Csharpsnake
- 用c#做的类似手机贪食蛇的游戏,其特点: 1、 利用C#完成游戏的设计 2、 在设计过程中建立了清晰的类层次 3、 程序具有容错功能 -C# to do with a similar mobile phone game Snake
shape
- Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy t
Hierarchical
- 用vs实现的层次聚类分析,是基于距离的算法,-Achieved with vs hierarchical clustering analysis algorithm based on distance,
111
- 有关层次聚类的源码,对于文本聚类有一定作用。-Hierarchical clustering,Text Clustering
FrameAnalysis
- 自动抄表系统中通信命令帧的设计与实现,在通信命令帧规范的基础上,运用面向对象的方法,设计并实现命令帧类层次结构和各具体类-the project of a Network Gas Meters System—data communications and command frames
51CTO-MFC-MSDN
- 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。-The MFC Reference usually described by the inherited function or operator. To seek these functions, please refer to the information of the base c
CPP-student-information
- (1)要求利用面向对象的方法以及C++的编程思想来完成系统的设计; (2)要求在设计的过程中,建立清晰的类层次; (3)在系统中至少要定义三个类,每个类中要有各自的属性和方法; (4)在系统的设计中,至少要用到面向对象的一种机制。 -(1) require the use of object-oriented method and C++ of programming ideas to complete the design of the system
manage
- 1、要求利用面向对象的方法以及C#的编程思想来完成系统的设计; 2、要求在设计的过程中,建立清晰的类层次; 3、在系统设计中要分析和定义各个类,每个类中要有各自的属性和方法; 4、在基本要求达到后,可进行创新设计,如根据查找结果进行修改的功能及设计出比较友好的界面等。 5、系统要求如下: 1)系统能完成住户,楼盘,停车,收费,报修,投诉资料信息的录入和编辑; 2)能够查询用户,楼盘,停车,收费,投诉,报修信息,并能够对这些信息进行修改。 3)能够完成楼盘管理,住户管
Class-inheritance
- 掌握类的继承的类别与方式;了解派生类中如何使用基类的成员、基类成员在派生类中的访问控制;掌握继承中构造函数和析构函数的调用过程; 掌握多基继承的使用与访问方法,并理解类层次中访问规则;掌握虚基类的定义及使用。-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
TreeView
- TreeView控件用来显示信息的分级视图,如同Windows里的资源管理器的目录。TreeView控件中的各项信息都有一个与之相关的Node对象。TreeView显示Node对象的分层目录结构,每个Node对象均由一个Label对象和其相关的位图组成。在建立TreeView控件后,我们可以展开和折叠、显示或隐藏其中的节点。TreeView控件一般用来显示文件和目录结构、文档中的类层次、索引中的层次和其他具有分层目录结构的信息。 -TreeView control is used to di
class
- 实现三角形的类、用类的继承关系编写程序描述下图1中的类层次-Write a class Triangle Triangle、Class inheritance relationships with programming descr iption Figure 1 class hierarchy
danjichen
- 设计一个单基继承的类层次程序,利用Person类派生出Student类,增加属性xh(学号),Person类中至少有姓名、年龄等数据成员,成员函数中构造函数对其初始化,析构函数释放相应存储单元,输出函数输出其数据成员的值,其它成员函数根据需要添加,在主函数中进行测试-Design of a single base class inheritance hierarchy procedure, use the Person class derived Student class, increase
层次聚类
- 层次聚类的使用方法,代码含注释,用的软件是R-studio(Hierarchical clustering)
