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

搜索资源列表

  1. duolei

    0下载:
  2. 掌握类的继承与派生; (2)学会类的虚拟继承避免多重派生的歧义性; (3)掌握通过虚函数实现多态性的方法; (4)掌握动态绑定的技术。 -(1) master class, inheritance and derived (2) Institute of the virtual class inheritance to avoid the ambiguity of multiple derived (3) control through virtual functio
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:630989
    • 提供者:侯丹
  1. jicheng

    0下载:
  2. 掌握类的继承与派生; 学会类的虚拟继承避免多重派生的歧义性; 掌握通过虚函数实现多态性的方法; 掌握动态绑定的技术。 -Master class, inheritance and derived Institute of class to avoid multiple virtual inheritance derived ambiguity control through virtual functions to achieve polymorphism method m
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:699795
    • 提供者:侯丹
  1. YRJ--Draw

    0下载:
  2. 画点线面 类继承 多重函数重载 自动属性预设 读写文件-Painting point line and class inheritance multiple function overloading automatic preset read-write file attribute
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:25715712
    • 提供者:小白
  1. class_shape

    0下载:
  2. 图形类,使用了多重继承和虚函数。可以让学生很好的学习c++类的操作-Graphics classes,using multiple inheritance and virtual functions
  3. 所属分类:Education soft system

    • 发布日期:2017-12-05
    • 文件大小:943326
    • 提供者:小花狗
  1. CPPxiti

    0下载:
  2. --- --- -c++入门基础练习--------------类的基本概念/静态成员与友元/运算符重载/继承/多重继承和多态性/程序结构与C++的输入输出/模板-------------- C++ Start basic exercises-------------- basic concepts such as/static members and friends of the/operator overloading/inheritance/multiple inheritance and
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:44733
    • 提供者:吴其蔚
  1. C-P-P-classes

    0下载:
  2. VC与C++开发基础实现1 1C++类的多重继承-VC and C++ development foundation to achieve 1 1C++ classes for multiple inheritance
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:2788
    • 提供者:yang
  1. worker

    0下载:
  2. 在vs2008上面用c++实现了一个多重继承的小程序。-On vs2008 multiple inheritance in c++ implements a small program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:538311
    • 提供者:张潇
  1. Test06

    0下载:
  2. C#是一种安全的、稳定的、简单的、优雅的,由C和C++衍生出来的面向对象的编程语言。它在继承C和C++强大功能的同时去掉了一些它们的复杂特性(例如没有宏以及不允许多重继承)。C#综合了VB简单的可视化操作和C++的高运行效率,以其强大的操作能力、优雅的语法风格、创新的语言特性和便捷的面向组件编程的支持成为.NET开发的首选语言-MICROSOFT .NET
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1057
    • 提供者:李斌
  1. teacher

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

    • 发布日期:2017-04-11
    • 文件大小:726
    • 提供者:liyang
  1. Declarate-class-Teacher-and-Cadre

    0下载:
  2. 采用多重继承方式由Teacher类和Cadre类派生出新类Teacher_Cadre: 要求: 1、在两个基类中都包含姓名、年龄、性别、电话等数据成员 2、在Teacher类中包含数据成员title,在Cadre类中包含数据成员post,在Teacher_Crade类中包含数据成员wages 3、对两个基类的姓名、年龄、性别、地址、电话等数据成员用相同的名字,在引用这些数据成员时指定作用域 4、在类体中声明成员函数,在类外定义成员函数 5、在派生类Teacher_Crad
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:851
    • 提供者:姜媚
  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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7363
    • 提供者:wc4845luanzhi97
  1. MultiInheritance

    0下载:
  2. 基于 MFC 工具,本程序叫你如何实现 C++ 类的多重继承,适合于刚入门学习 MFC 的同学们-Based on MFC tools, this program tells you how to achieve multiple inheritance of the C++ class, suitable for students who just started learning MFC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:武光创
  1. E_DirectX

    0下载:
  2. E_DirectX 2.0 更新日志 - 2015-03-21 12:50 以下更改相对于 E_D3D9 1.0正式版: 1:[!]"E_D3D9" 改名为“E_DirectX".为其他DirectX组件作准备. 2:[!]调用"d3dx9_42.dll"库改为"d3dx9_39.dll"库.直接影响相关的ID3DX...类. 3:[!]优化各类(修改为继承),删除与基类重复的方法,相对减少源码体积(不
  3. 所属分类:DirextX编程

    • 发布日期:2018-06-20
    • 文件大小:90628
    • 提供者:a10v3a@163.com
« 1 2 3»
搜珍网 www.dssz.com