搜索资源列表

  1. Lesson2Code

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18.71kb
    • 提供者:李无悔
  1. C++daima

    0下载:
  2. C++实验报告,包括函数的重载,调用,多态性,类的继承与派生
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:112.08kb
    • 提供者:啊飞
  1. jichengpaisheng

    0下载:
  2. 继承与派生,C++的类的继承与派生,点单小程序
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:
  1. 高质量C++C 编程指南

    0下载:
  2. 前 言 .......................................................................................................................................6 第 1 章 文件结构 .................................................................
  3. 所属分类:电子书籍

  1. 高质量C++/C编程指南

    0下载:
  2. 第1章 文件结构... 11 1.1 版权和版本的声明... 11 1.2 头文件的结构... 12 1.3 定义文件的结构... 13 1.4 头文件的作用... 13 1.5 目录结构... 14 第2章 程序的版式... 15 2.1 空行... 15 2.2 代码行... 16 2.3 代码行内的空格... 17 2.4 对齐... 18 2.5 长行拆分... 19 2.6 修饰符的位置... 19 2.7 注释... 20
  3. 所属分类:电子书籍

    • 发布日期:2011-12-20
    • 文件大小:82.45kb
    • 提供者:87503655@qq.com
  1. experience 6

    0下载:
  2. 掌握类的继承与派生类关系以及实现方法,理解类的层次结构;掌握派生类构造函数初始化基类成员和对象成员的方法;理解赋值兼容规则,掌握派生类的复制构造函数和赋值运算符的定义;
  3. 所属分类:图片显示浏览

  1. FH48Draw

    0下载:
  2. 画图程序,能实现直线,矩形,三角形等的绘画。实用类的继承与派生实现的。-Drawing procedures, to achieve a straight line, rectangle, triangle, such as painting. Utility derived class inheritance and achievable.
  3. 所属分类:Windows编程

    • 发布日期:2024-11-30
    • 文件大小:49kb
    • 提供者:方慧
  1. C++daima

    0下载:
  2. C++实验报告,包括函数的重载,调用,多态性,类的继承与派生 -C++ Experimental reports, including the function of the heavy-duty, call, polymorphism, class inheritance and derivation
  3. 所属分类:文档资料

    • 发布日期:2024-11-30
    • 文件大小:112kb
    • 提供者:啊飞
  1. jichengpaisheng

    0下载:
  2. 继承与派生,C++的类的继承与派生,点单小程序-Inheritance and derivation, C++ The type of inheritance and derivation, small single-point procedure
  3. 所属分类:Windows编程

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:
  1. exercise_13

    0下载:
  2. 这是一个关于类的继承与派生的C++的实例,很有参考价值的哦!-It is a kind of inheritance and derived C++ examples of valuable Oh!
  3. 所属分类:汇编语言

    • 发布日期:2024-11-30
    • 文件大小:1.88mb
    • 提供者:王玲珑
  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) c
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:616kb
    • 提供者:侯丹
  1. jicheng

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

    • 发布日期:2024-11-30
    • 文件大小:683kb
    • 提供者:侯丹
  1. 1

    0下载:
  2. 面向对象 类的继承与派生 适合初学C++语言的人-class
  3. 所属分类:C#编程

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:
  1. ClassPerson

    0下载:
  2. 面向对象变成的继承与派生实例。展现基类与派生类关系和基本结构-Object-oriented inheritance and derived instances. Show the relationship between the base and derived classes and the basic structure
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:849kb
    • 提供者:王宇轩
  1. jichengyupaisheng

    0下载:
  2. 用于面向对象编程,实现类的继承与派生。一个小型的实验例子,更好的理解类的继承与派生-For object-oriented programming, inheritance and derived classes. Example of a small experiment, a better understanding of the inheritance and derived classes
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:548kb
    • 提供者:tianshixin
  1. chengyu1

    0下载:
  2. 类的继承与派生的几道练习题,内有题的大意-Class inheritance and derived
  3. 所属分类:Windows编程

    • 发布日期:2024-11-30
    • 文件大小:10kb
    • 提供者:常舒瑞
  1. CPPtemplate

    0下载:
  2. 函数模板以及类模板的讲解,包含:类模板的概念与定义、模板类、类模板的继承与派生等等 -Explain the function templates and class templates, including: concept and definition of a class template, templates, classes, inheritance and derived class templates, etc.
  3. 所属分类:技术管理

    • 发布日期:2024-11-30
    • 文件大小:19kb
    • 提供者:薛云强
  1. Debug

    0下载:
  2. 实现点,园,圆柱之间的继承与派生,在类之间实现继承性调用!-Inheritance and derived point, park, between the cylinders between class implementation inheritance call!
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:228kb
    • 提供者:南瞻誓言
  1. Test

    0下载:
  2. 接口;类的继承与派生方法;多文件类的编写与调试方法。 -Inheritance and methods derived class interface to write and debug multi file class.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:汉库克
  1. 实验6

    0下载:
  2. 掌握继承和派生的定义,派生类的定义方法和继承方式。 掌握派生类中的构造函数的使用。 掌握多重继承的概念、定义方法、多重继承派生类构造函数的执行顺序。 掌握虚基类的概念和定义方法。 定义一个基类有姓名、性别、年龄;再由基类派生出教师类和学生类,教师类增加工号、职称和工资,学生类增加学号、班级、专业和入学成绩;由学生类和教师类派生在职研究生类和在读教师类,在职研究生类增加工作单位。(First, the purpose of the exp
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-30
    • 文件大小:1.1mb
    • 提供者:TenderW
« 12 3 4 5 »

源码中国 www.ymcn.org