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
    • 文件大小:3484
    • 提供者:闵若琼
  1. DEMO_4

    0下载:
  2. 接口实现多态 C#版 接口实现多态 C#版 接口实现多态 C#版-interface polymorphism C# version in terface polymorphism C# version interface polymorphic version of C#
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1033
    • 提供者:asdf
  1. c++vehicleReport

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

    • 发布日期:2008-10-13
    • 文件大小:79199
    • 提供者:康康
  1. c++多态性学习

    0下载:
  2. 虽然是一个小小的例子,却是基本上包括了C++多态的含义!是很好的学习材料-Although it is a small example, but it is basically a C polymorphism meaning! It is a good learning materials
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1614
    • 提供者:冰扉
  1. Thinking_in_Java_3rd_edition

    0下载:
  2. Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1249167
    • 提供者:weat
  1. C++_cn

    0下载:
  2. 本书讨论了那些可能出现在所有C++代码中的基本错误,同样也详述了那些出现在C++语法、预处理、内存管理、多态性、类设计和类继承关系设计中可能出现的各种复杂错误。-This book discusses all those who may appear in the C++ Code basic error, but also those details appear in the C++ Grammar, pre-processing, memory management, polymorphi
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-13
    • 文件大小:21272721
    • 提供者:fulon
  1. C++Training

    0下载:
  2. 一、C++语言概述 二、类和对象 三、继承与派生 四、多态性 五、总结-A, C++ Language outlined in the Second, Third, classes and objects, inheritance and derivative IV polymorphism V. summary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:497021
    • 提供者:纪无风
  1. C++knowledge

    0下载:
  2. c++学习必备的概念诸如:数据抽象、多态、设计模式、STL等知识-c++ learning essential concepts such as: data abstraction, polymorphism, design patterns, STL, such as knowledge
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14272
    • 提供者:fuzi35
  1. sondjddj

    0下载:
  2. 利用 Microsoft Visual C++开发软件编程实现了银行储蓄管理系统的编译,该系统具有信息的添加、删除、查找、修改、保存和显示等功能。编写此系统,我们要利用C++得最要主要功能:派生、继承和多态。这样有的源代码可以重复使用,可以减少空间和调用的时间。定义类把每类数据都封装起来,这样机完整又保密性,使得程序清晰明朗,易检查。-Using Microsoft Visual C++ Development Software Programming management system of
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-09
    • 文件大小:2340
    • 提供者:西游
  1. ex01-06

    0下载:
  2. 函数重载 C++的多态性 内联函数 调用函数-Function Overloading polymorphism C++ inline function call function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1148
    • 提供者:yanjing
  1. polymorphism

    0下载:
  2. 讲解C++的PPT(主要是关于多态性的解释)-Explain the C++, PPT (mainly about the polymorphism)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:111342
    • 提供者:stone_fkk
  1. Polymorphism

    0下载:
  2. 一个演示C++多态性的例子,能够很好地例证多态性的特点和用法!-A demonstration example of C++ polymorphism, polymorphism can be a good example of the characteristics and usage!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1847
    • 提供者:凌坤
  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
    • 文件大小:35137
    • 提供者:skyge
  1. Cppoverload

    0下载:
  2. 重载是C++最重要的特性之一,是C++实现多态的重要方式。C++的重载需要一系列的解析过程,这个过程是C++中最复杂的内容之一。 本文将对那么C++重载的解析过程是怎样进行的,即一个函数调用怎样被解析为一组重载函数中的某一个函数进行讨论。-C++ overload is the most important characteristics of a C++ is an important way to achieve polymorphism. C++ overloaded needs a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:8930
    • 提供者:qiudong
  1. c-P-P-oo-program

    0下载:
  2. 介绍c++面向对象程序设计的参考书 主要内容:程序设计基本知识,C++入门知识介绍,C++程序流程控制,函数、指针、对象的基本概念,类的抽象、封装、继承、多态,C++中常用的流-Introduction c++ object-oriented programming reference books main elements: programming basics, C++ Getting Started Knowledge Introduction, C++ program flow co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6835030
    • 提供者:dileihh
  1. CPP-polymorphism

    0下载:
  2. 简要介绍了C++的多态机制,包括其内部的维护方式-A brief introduction of C++ polymorphism
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2166002
    • 提供者:高苏波
  1. ploymophsm

    0下载:
  2. this program about polymorphism
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:473088
    • 提供者:danish
  1. C++多态性

    0下载:
  2. 以正方形,圆形,三角形为例的C++多态性的应用实例(An example of C++ polymorphism with square, circular and triangle as an example)
  3. 所属分类:

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:Carinafly
  1. C++多态技术的实现和反思

    0下载:
  2. C++多态技术的说明和应用参考实例,专业资料(some examples for polymorphism of C++,just for development, useful.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:18432
    • 提供者:楚衣
  1. C++编码考试指南

    0下载:
  2. C++编码考试常考题目讲解,包括继承,多态,类模板,函数重载等(C++ coding exams are often explained, including inheritance, polymorphism, class template, function overload, and so on)
  3. 所属分类:

    • 发布日期:2018-04-30
    • 文件大小:3424256
    • 提供者:huancheng555
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com