CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - polymorphism c

搜索资源列表

  1. c++试验

    0下载:
  2. vc+环境下的面向对象编程.介绍了类的定义,封装性,继承性和多态性,以及模板的有关应用.-vc environment of object-oriented programming. Introduced a class definition, encapsulation, inheritance and polymorphism, the templates and applications.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:闵若琼
  1. c++vehicleReport

    1下载:
  2. c++课程设计类 抽象类 继承 多态 实现文档-c curriculum design category abstract class extends to achieve polymorphism Documents
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:77.34kb
    • 提供者:康康
  1. Cpracticereport.rar

    0下载:
  2. C++实习报告:包括源代码、需求分析、解题说明、调试报告等,主要内容是:循环和分支,数组和函数,指针、引用和异常处理,结构体和类,派生、继承和多态,文件和模板及综合等7大类型。 ,C++ internship report: including source code, needs analysis, problem-solving that debug report, the main contents are: circulation and branch, array and funct
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:275.06kb
    • 提供者:elsa
  1. Objective-C(Chinese)

    0下载:
  2. Objective-C(中文) 設定環境 前言 編譯 hello world 創建 Classes 把它們湊在一起 詳細說明... 多重參數 建構子(Constructors) 存取權限 異常情況(Exceptions)處理 繼承、多型(Inheritance, Polymorphism)以及其他物件導向功能 id 型別 繼承(Inheritance) 動態識別(Dynamic types) 記憶體管理 優點與缺點-Objec
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:34.31kb
    • 提供者:skyge
  1. the-CPP-of-summary

    0下载:
  2. 别人写的C++总结,感觉很好,拿来跟大家分享分享,主要是针对面向对象的类、继承、多态、 异常处理。-Others write the C++ of summary, I feel good, and brought to share with you to share, mainly for object-oriented classes, inheritance, polymorphism, exception handling.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:12.06kb
    • 提供者:孙超
  1. CPP123

    0下载:
  2. C++中多态性的教学研究,一个关于多态性的研究-C++ polymorphism in teaching and research, a study on polymorphism
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:8.24kb
    • 提供者:李俊浩
  1. design-mode-in-c

    0下载:
  2. 面向对象C语言(Object Oriented C)只是运用单纯的C的宏(Macro)技巧,实现面向对象的基本技术。借用OOC.H 文件的宏,就可以实现类的封装、继承、多态-Object-oriented C language (Object Oriented C) just use pure C macro (Macro) skills, the basic object-oriented technology. Macro borrow OOC.H file, you can achieve
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:26.01kb
    • 提供者:wu
  1. Project-3

    0下载:
  2. Project CS dealing with C++ and inheritance, polymorphism, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:2mb
    • 提供者:Andrew
  1. 1122196

    0下载:
  2. 动态多态,C++编写的一个工资管理程序,以雇员类为基类公有派生出经理类、计件工类和小时工类。经理享有固定的底薪和业绩奖励,销售员的收入是一小部分的基本工资加上销售额的提成,计件工的收入完全取决于其生产的工件数量,小时工的收入以小时计算,再加上按时计算的加班费。运用基类指针显示输出各类对象的薪水值。-Dynamic polymorphism, write a payroll program to employees classified as managers derived base class
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:144.46kb
    • 提供者:龙常
  1. demo

    0下载:
  2. 使用4个用例,纵向突出C++中的继承和多态的使用优点。-Use four use cases, vertical highlight C++ the use of inheritance and polymorphism advantage.
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2.71mb
    • 提供者:于锡阔
  1. CPP

    0下载:
  2. 本教程对C++语言进行了深入浅出的介绍,从基础知识到ANSI-C++标准的最新功能,内容涵盖了从数组,类等基本概念到多态、模板等高级概念。教程本着实用的原则,每一小节都结合了可以工作的程序实例,以便读者从第一课开始就可以上手实习。-This tutorial C++ language introduced in simple terms, from the basics to the latest features of ANSI-C++ standards, covering an array
  3. 所属分类:Development Research

    • 发布日期:2017-04-26
    • 文件大小:94.74kb
    • 提供者:王磊
  1. cPPpolymorphism

    0下载:
  2. 对c++语言多态的总结,利用思维导图的方式全面总结C++多态的特性。-Summary of polymorphism of c++ language, the use of mind mapping way comprehensive summarize the characteristics of c++ polymorphism.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:24.91kb
    • 提供者:virlhs
  1. CPP

    0下载:
  2. C++,从基础入门到熟练掌握,包括简单程序设计,数组指针字符串,继承与派生,函数,类,对象,多态性-C++, basic entry to master, including a simple program design, pointer to an array of strings, inheritance and derived, functions, classes, object, polymorphism
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5.23mb
    • 提供者:毛翰林
  1. VisualCPP

    0下载:
  2. C++是C语言的继承,它既可以进行C语言的过程化程序设计,又可以进行以抽象数据类型为特点的基于对象的程序设计,还可以进行以继承和多态为特点的面向对象的程序设计。-C++ is the C language inheritance, it can carry on the C language procedure procedure design, may carry on the abstract data type characteristic object-oriented programm
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:18.68kb
    • 提供者:nix
搜珍网 www.dssz.com