CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 虚函数

搜索资源列表

  1. 虚函数的使用技巧

    0下载:
  2. 这个主要讲了在C++中虚函数的使用技巧,众所周知,虚函数的使用是C++中一个难点,希望这个对大家有帮助-the main speakers in the C function of the use of virtual skills, as we all know, the use of virtual function C is a difficult issue, we hope that the right help
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6376
    • 提供者:刘庆
  1. 虚函数介绍

    0下载:
  2. 这个主要通过简单的实例介绍了C++中虚函数,对虚函数有个更清楚地认识-this mainly through a simple example of virtual function C, the virtual function has a clearer understanding
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5466
    • 提供者:刘庆
  1. 虚函数语法

    0下载:
  2. 对于编程来说,编程思想重要,而语法也是不可忽略的,这个就是介绍C++ 中虚函数的语法-for programming, the programming idea is important, and grammar is not overlooked, the C is introduced virtual function syntax
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3648
    • 提供者:刘庆
  1. duotai

    0下载:
  2. 多态和虚函数 1.编写一个评选优秀教师和学生的程序,优秀教师的标准是一年内发表论文3篇以上,优秀学生的标准是考试平均成绩在90分以上,当输入一系列的教师和学生后,列出优秀教师和学生的名单。 实验原理:设计一个基类,其中包含描述姓名的数据成员、判定是否优秀的纯虚函数;由此派生出教师类和学生类,教师类中增添表示论文数的数据成员、重载判定是否优秀的成员函数,学生类中增添表示平均成绩的数据成员、重载判定是否优秀的成员函数。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:12421
    • 提供者:陈冰晶
  1. copy

    0下载:
  2. 商品的复制与继承,虚函数的定义与使用.不同类之间的关系.
  3. 所属分类:软件工程

    • 发布日期:2014-01-20
    • 文件大小:5616
    • 提供者:rtrt
  1. ch16

    0下载:
  2. 教学目的: 要求理解继承的本质含义以及在面向对象技术中的重要性,能正确声明两个类的继承关系;理解多态性和虚函数的概念,了解抽象类的功能。 二、教学重点: 继承的实现以及多态性的实现。 三、教学难点: 虚函数(多态性)的工作原理,抽象类的概念。-Teaching Objective: To request the essence of understanding the meaning of inheritance and object-oriented technolo
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:108878
    • 提供者:新奇
  1. 5

    0下载:
  2. 应用多态设计学生类,了解基类成员在派生类中的访问控制,了解虚函数对多态性的支持。 -Application of design of students, understand the base class members in a derived class of access control, understanding of polymorphism virtual function of support.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:723
    • 提供者:刘文杰
  1. BUPT-SCS-CPP

    0下载:
  2. 猜价格游戏 矩形 矩阵(一) 矩阵(二) 矩阵(三) 形状(一) 形状(二)——虚函数 对Point类重载++和――运算符 流式IO(一) 电话本-Guess the price game rectangular matrix (a) of the matrix (b) of the matrix (c) the shape of the shape (a) (b)- virtual function Point class overloaded++ and- operators, stream
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:329864
    • 提供者:Terry
  1. CPP7

    0下载:
  2. 动态束定与虚函数. 当一个类是从一个或多个类派生出来时,往往会出现 多个函数名相同且参数个数和参数类型也完全相同的 成员函数,分别实现不同的功能。-Dynamic beam set with virtual function. When a class is derived from one or more classes, often appear More function names are the same and the number of parameters a
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:531646
    • 提供者:王大伟
  1. Lab12_2

    0下载:
  2. 要求计算正方体、球和圆柱3个几何体的表面积和体积。要求抽象出一个公共的基类Base,把它作为抽象类,在该类内定义求表面积和体积的纯虚函数。在抽象类中可以定义一个数据成员length,它可作为球的半径、正方体的边长或圆柱体底面积的半径。-Required to calculate cube, sphere and cylinder 3 geometry surface area and volume. Requires a common abstract base class Base, take
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:765
    • 提供者:郑秋凯
  1. xuhanshu

    0下载:
  2. C++中虚函数和纯虚函数区别-C++ the virtual function and pure virtual function difference ..........
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:37293
    • 提供者:陈思雨
  1. C-PP-libray-management-system

    0下载:
  2. C++图书馆管理系统,使用了虚函数,类,满足添加、删除等多种功能-C++ library management system, the use of virtual functions, classes, meet to add, delete and other features
  3. 所属分类:Project Design

    • 发布日期:2017-03-22
    • 文件大小:9236
    • 提供者:ora
  1. 1-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载-Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:352594
    • 提供者:今天
  1. 2-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载-Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:310615
    • 提供者:今天
  1. 3-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载-Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:363437
    • 提供者:今天
  1. 4-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载 -Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:245401
    • 提供者:今天
  1. 5-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载 - Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:369816
    • 提供者:今天
  1. ObjectModel-

    0下载:
  2. C++对象模型在内存中的实现,讲述了类,继承以及虚继承的内存布局;成员变量和成员函数的访问已经访问时的开销情况,包含虚函数的情况,考察构造函数,析构函数,以及特殊的赋值操作符成员函数是如何工作的,数组是如何动态构造和销毁的;简单地介绍对异常处理的支持。-C++ Object Model in memory, about classes, inheritance and virtual inheritance memory layout overhead circumstances access
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:309548
    • 提供者:namejiang
  1. 253408557_CPP3

    0下载:
  2. C++程序设计,孙甲松,清华大学电子工程系,类的继承和派生,纯虚函数,pdf文件-Inheritance and derived C++ programming, SUN Jia Song, Electronic Engineering, Tsinghua University, classes, pure virtual functions, pdf file
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:35563
    • 提供者:stone
  1. 有一个交通工具类vehicle

    1下载:
  2. 有一个交通工具类vehicle,将它作为基类派生小车类car、卡车类truck和轮船类boat,定义这些类并定义一个虚函数用来显示各类信息。(There is a vehicle class vehicle. It is used as a base class to derive car of car, truck truck and ship boat. These classes are defined, and a virtual function is defined to displ
  3. 所属分类:软件工程

    • 发布日期:2018-01-06
    • 文件大小:9216
    • 提供者:xxxxxiu
« 12 »
搜珍网 www.dssz.com