CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 继承

搜索资源列表

  1. VC-language-text-edit-processing

    0下载:
  2. 文字是信息处理的基本单位,许多计算机软件系统都需要对一定的文字进行编辑处理,这种编辑处理的形式一般都包括打开、存储、显示、修改、文字查询等等,这些功能如果要让程序员通过底层编程逐条实现,既耗费时间又耗费精力,令人欣慰的是,目前各类版本的C++语言一般都提供基本的文字处理类供用户使用,拿当今最为流行的Visual C++语言来说,它提供了CEditView类,此类封装了对文字的多种操作。笔者在多媒体图文声像数据库系统的编制过程中通过继承此类实现了对文字数据的各种处理,效果良好。 -Text is
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:7978
    • 提供者:iwen
  1. QTclassinheritancediagram

    0下载:
  2. 此文档是QT的继承图,初学者可以从里面学到相应的功能在那个类来继承-This the QT document is the inheritance graph, beginners can learn the corresponding function in that class to inherit from the inside
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:23907
    • 提供者:asd
  1. Java-inheritanceencapsulation

    0下载:
  2. 面向对象方法是一种运用对象、类、继承、封装、聚合、消息传递、多态性等概念来构造系统的软件开发方法inheritance encapsulation -Object-oriented method is a kind of use of objects, classes, inheritance, encapsulation, aggregation, messaging, polymorphism concept to construct a system of software devel
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:57891
    • 提供者:张华
  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
    • 文件大小:26634
    • 提供者:wu
  1. Think

    0下载:
  2. C++思考题,用于加强对C++中的继承、多态和模板的理解-C++ thinking questions, used to enhance the understanding of C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:53594
    • 提供者:在于
  1. MFC

    1下载:
  2. 基于 MFC的绘图板程序 MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。 本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3747679
    • 提供者:狼_图腾
  1. Java-curriculum-design-report

    0下载:
  2. Java课程设计实验报告 包含类和对象的应用、继承与多态的应用、接口的使用 附带源码 适用于本科生java课程设计作业-Java curriculum design report contains the application classes and objects, inheritance and polymorphism application interface using the included source code for java undergraduate curriculu
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:20380
    • 提供者:李柳瑞
  1. 3.2-People

    0下载:
  2. 三类,居民,成人,教师。居民包括身份证号,姓名,性别,出生日期。成人继承于居民,但是包括学历,职业。教师继承于成人,但有职称,职务。-Three, residents, adults, teachers. Residents, including ID number, name, sex, date of birth. Adult inherited from residents, but includes education, occupation. Teachers inheritance
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:28756
    • 提供者:zs
  1. gaosudianludedianyuanzaosheng

    0下载:
  2. 本文主要进行文献综述,介绍电源噪声抑制技术的研究发展历史及现状,阐述其研究的意义,指出本文对这些研究成果有何继承和发展。-In this paper, a literature review, describes the power supply noise suppression technology research and development history and current situation, described the significance of the study,
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:214908
    • 提供者:袁婷
  1. zuqiu

    0下载:
  2. 描述:足球俱乐部包括球员、普通行政人员。球员有姓名、年龄、能力、年薪、转会费、进球总数、服役年限等重要参数;普通行政人员有姓名、年龄、能力、年薪等参数。你需要给相关管理机构开发一个管理程序,实现对众多足球俱乐部管理的基本功能。具体功能包括: 俱乐部的增删改查,俱乐部的属性包括名称、现金、其下人员; 可以对所有球员的各项属性进行简单搜索,支持输入多个条件,条件之间用&&连接,例如: “年龄不大于25且服役年限大于5年且进球数大于100的球员”,查询表达式:!(@age>25) &
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4159
    • 提供者:徐立
  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
    • 文件大小:2838084
    • 提供者:于锡阔
  1. Object-Oriented-Thought-Process

    0下载:
  2. 介绍了面向对象的概念,开发人员将掌握现代应用实践。   面向对象编程(OOP)是现代编程语言,包括C + +,Java和C#和Visual Basic.NET中的基础。通过与设计对象而不是把代码和数据作为单独的实体,OOP允许对象,充分利用其他对象的服务,以及继承其功能。 OOP的推广代码的可移植性和重用,但需要在思维得到充分理解的转变。之前跳进面向对象编程语言的世界,你必须首先掌握面向对象的思想过程。-An introduction to object-oriented c
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2686727
    • 提供者:qmitw
  1. ExtendsDemo

    0下载:
  2. * 继承关系 * 1.子类继承父类的属性和方法,父类的属性和方法被所有子类共享 * 2.子类多种多样,子类是多态的 * 业务案例:四格方块(Tetromino)有七种(I,J,L,S,Z,T,O) * 实现方式: * 利用继承关系实现,其中四格方块是父类,七种方块是 * 子类,在父类定义四格数组的属性,子类就自动继承了 * 四格属性。 * 定义四格方块类(Tetronimo),属性:4格子,方法:下落 * 子类型继承4格
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1260
    • 提供者:Kevin
  1. 1-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载-Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:352594
    • 提供者:今天
  1. 2-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载-Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:310615
    • 提供者:今天
  1. 3-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载-Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:363437
    • 提供者:今天
  1. 4-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载 -Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:245401
    • 提供者:今天
  1. 5-cPP

    0下载:
  2. 基础知识 对象和类 继承和派生 多态与虚函数 函数重载 - Basics, objects and classes, inheritance and derived, polymorphism and virtual functions, function overloading
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:369816
    • 提供者:今天
  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
    • 文件大小:5479424
    • 提供者:毛翰林
  1. Racer

    0下载:
  2. JAVA RAcer类的小游戏 用来学习JAVA中的继承类-JAVA to learn inherit
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6385
    • 提供者:宋佳音
« 1 2 34 »
搜珍网 www.dssz.com