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

搜索资源列表

  1. class-state

    0下载:
  2. 对继承派生类的详解,简单易懂,不会有很多赘述,适合程序用于查询手册-Inheritance derived class Detailed, easy to understand, there will be a lot of repeat, suitable for the program used to query the manual
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:54487
    • 提供者:guanguojing
  1. Sort

    0下载:
  2. 如何用jsva编写类,实现继承,借口,以及多态-how to use java
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:16486
    • 提供者:夏伽蓝
  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
    • 文件大小:12345
    • 提供者:孙超
  1. LZHControl

    0下载:
  2. 简单的窗体控件,如继承旧的窗体控件创建新控件-Simple form controls, such as inheritance the Old Forms controls to create a new control
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1088759
    • 提供者:zzzpppppp
  1. CPPBase(ppt)

    0下载:
  2. C++基础教程(ppt文档).重点讲解C++的类与继承。-C++ Essentials (ppt document). Highlight class inherited C++.
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1944516
    • 提供者:weiguian
  1. object-oriented

    0下载:
  2. 关于面向对象的一些概念说明,封装继承多态-About some of the concepts of object-oriented descr iption of package inheritance of polymorphic
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:432213
    • 提供者:夜先眠
  1. day06

    0下载:
  2. 类的继承与重载 线程 流-Class inheritance and overloading thread flow
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:8322
    • 提供者:丁上奔
  1. class_inheritance

    0下载:
  2. 一个关于c++中类继承的经典例子,实现父类与子类的信息共享与沟通-A classic example of c++ class inheritance parent class and subclass information sharing and communication
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:816
    • 提供者:houxiaoshuai
  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. java-Print

    0下载:
  2. 用java实现打印功能用java实现打印,java.awt中提供了一些打印的API,要实现打印,首先要获得打印对象,然后继承Printable实现接口方法print,以便打印机进行打印,最后用用Graphics2D直接输出直接输出。-Using java to achieve print function to print using java, java.awt provides some printing API, to achieve print, we must first obtain
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:14343
    • 提供者:panshuyang
  1. Think

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

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

    0下载:
  2. VS2010相关的地图的查询代码,hashmap继承于_Hash,基本所有实现都是对于_Hash得封装-VS2010 related maps query code, hashmap inherited _Hash, basically get all implementations are packaged for _Hash
  3. 所属分类:Project Manage

    • 发布日期:2017-04-03
    • 文件大小:5705
    • 提供者:黄伟
  1. MFC

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

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

    0下载:
  2. GEF 一种基于继承次序与相关度的布图算法-Based on the degree of order of succession and related layout algorithm
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:468504
    • 提供者:zhang
  1. RS232Interface

    0下载:
  2. 实现windows系统下串口通信功能,可以被很容易继承-realize windows system serial port communication
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:1944
    • 提供者:lv
  1. Lesson2Code

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

    • 发布日期:2017-04-04
    • 文件大小:36705
    • 提供者:jack
  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 2 3 45 6 »
搜珍网 www.dssz.com