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

搜索资源列表

  1. Demo-of-Visual-CPP

    0下载:
  2. 光盘说明 1.本书代码的运行环境 1~17章 Visual C++ 6.0 2.本书所附光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:52173824
    • 提供者:李成龙
  1. MultiInheritance

    0下载:
  2. vc——实现C++类的多重继承\MultiInheritance-vc- C++ classes to achieve multiple inheritance \ MultiInheritance
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:6971
    • 提供者:姚丽仙
  1. multi-inheritance1

    0下载:
  2. 本程序示例了多重继承的定义,描述了多重继承的性质,可以帮助理解多重继承。-Multi-inheritance is described in the demo, and show how to define the multi-inheritance.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:177292
    • 提供者:Pruce Gao
  1. multi-inheritance-collision

    0下载:
  2. 示例说明了多重继承中存在的冲突及二义性,为虚基类的引入提供案例说明。-The demo shows that the collision and ambiguity is existed in the multi-inheritance and provide the basis for the virtual class.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:186753
    • 提供者:Pruce Gao
  1. MultiInheritance

    0下载:
  2. 实现C++类的多重继承\MultiInheritance\MultiInheritance.rar,很不错的vc源码,希望对大家有所帮助。-C++ classes to achieve multiple inheritance \ MultiInheritance \ MultiInheritance.rar, very good vc source code, we want to help.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:7044
    • 提供者:朱美玲
  1. Thinking-in-CPP

    0下载:
  2. 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-Author of this book to learn C++ based on their personal experienc
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14534452
    • 提供者:jackie
  1. Linux-programming-ideas

    0下载:
  2. 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1752938
    • 提供者:陈雨
  1. CPP

    0下载:
  2. 1) 掌握多重继承的使用和访问方法。 2) 掌握虚基类在解决二义性问题中的作用。 3) 掌握保护继承和私有继承的访问特性。 -Multiple inheritance
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:8242
    • 提供者:na
  1. COM-technology-insider

    0下载:
  2. COM接口可以通过多种语言实现,接口有一个二进制的标准。也就是说,表示一个接口的内存块必须具有一定的结构。客户程序用一个指向接口数据结构的指针来调用接口成员函数。接口指针实际上又指向一个指针,这第二个指针指向一组函数,称为接口寒暑表。接口函数表中每项为4个字节长的函数指针。 在C++中,可以使用抽象基类实现COM接口。抽象基类的内存结构跟接口的内存结构正好完全相同。抽象基类的指针指向一个vtbl指针,该指针指向虚拟函数表。由于一个COM组件可以支持任意数目的接口,因此对于这类组件,我们使用抽
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-25
    • 文件大小:8379737
    • 提供者:BRUCE
  1. CPPVirtual-Function

    0下载:
  2. C++ 虚函数.多重继承(无虚函数覆盖)-C++ Virtual Function.protected,private.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:267542
    • 提供者:123
  1. MultiInheritance

    0下载:
  2. 功能简介:实例001——实现C++类的多重继承评价:很详实,推荐-Introduction: an instance of 001- to achieve multiple inheritance evaluation of C++ class: very detailed, it is recommended
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7313
    • 提供者:殷超
  1. Thinking-in-CPP

    0下载:
  2. 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-The book is divided into 48 chapters, covering the evolution of the objects, data abstraction hides implementation, initi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:11254847
    • 提供者:adobe reade
  1. mianji(final)

    0下载:
  2. 多重继承的简单例子,以前大一的时候写的,刚学c++的时候写的,这是求面积的代码。-A simple example of multiple inheritance, before freshman write just learning c++ to write, is to find the area code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:kimhyeran
  1. delphicomsrc

    0下载:
  2. 本源码包内包括以下源码:接口的其它用法探索、接口和抽象类的实例、接口和多重继承的实例、Delphi实现接口的实例、模拟对象状态改变后自动恢复。-The source package includes the following source: other uses of the interface to explore an instance of the instance of interfaces and abstract classes, interfaces, and multiple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:248814
    • 提供者:程翠兰
  1. test11

    0下载:
  2. 来自网上的帮助理解多重继承与虚拟继承的一个小程序,已编译通过-From the online help to understand the multiple inheritance and virtual inheritance, a small program, compiled by
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:792
    • 提供者:sumi
  1. P95-3

    0下载:
  2. 声明一个教师类和学生类。用多重继承的方式声明一个研究生派生类。-Declare a teacher class and student class. Use multiple inheritance way declare a graduate student derived class.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-31
    • 文件大小:649
    • 提供者:pan
  1. P95-4

    0下载:
  2. 声明一个教师类和学生类。用多重继承的方式声明一个研究生派生类。在此基础上,在老师类和学生类之上增加一个基类Person。-Declare a teacher class and student class. Use multiple inheritance way declare a graduate student derived class. On this basis, the teacher in class and student class added a base class.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-31
    • 文件大小:786
    • 提供者:pan
  1. Teacher_Cadre

    0下载:
  2. 分别定义教师类Teacher和干部类Cadre,采用多重继承的方式由这两个类派生出新类Teacher_Cadre(教师兼干部类)。要求: (1)在两个基类中都包含姓名、年龄、性别、地址、电话数据成员。 (2)在Teacher类中还包含数据成员职称title,在Cadre类中还包含数据成员职务post,在Teacher_Cadre类中还包含数据成员工资wage。 (3)对两个基类中的姓名、年龄、性别、地址、电话数据成员用相同的名字,在访问这类数据成员时,指定作用域。 (4)在
  3. 所属分类:Console

    • 发布日期:2017-10-30
    • 文件大小:3693
    • 提供者:王莹
  1. CaCPP_Program_in_Lua

    0下载:
  2. C和C++程序员的Lua快速入门,对Lua的继承、多重继承作示例讲解,深入学习Lua元表机制。是Lua进阶的必备教程。-Lua of of C and C++ programmers QuickStart of Lua' s inheritance, multiple inheritance as an example to explain the depth learning Lua per table mechanism. Lua essential advanced tutorial
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:185047
    • 提供者:galen
  1. delphicomsrc

    0下载:
  2. Delphi接口剖析源码,本源码包内包括以下源码:接口的其它用法探索、接口和抽象类的实例、接口和多重继承的实例、Delphi实现接口的实例、模拟对象状态改变后自动恢复。-Including the following source: explore other usage interface, instances of interfaces and abstract classes, interfaces, and multiple inheritance instance, Delphi im
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:248673
    • 提供者:Bond
« 1 23 »
搜珍网 www.dssz.com