Welcome![Sign In][Sign Up]
Location:
Search - PolyMorphic

Search list

[JSP/JavaPolymorphic

Description: 面向对象之多态(向上转型与向下转型的具体应用实例)-Object-oriented as many states (the upcast down in transition)
Platform: | Size: 1016832 | Author: LeeMingre | Hits:

[VC/MFCCPP-function

Description: C++ 虚函数表解析。C++中的虚函数的作用主要是实现了多态的机制。.doc文件。教程-C++ vtable resolution. Virtual function in C++ main function is polymorphic mechanism
Platform: | Size: 121856 | Author: hsiaotaiyeh | Hits:

[Otherlab8

Description: 多态描述的练习,掌握虚函数的定义方法和运行时多态的实现机制,从而理解虚函数的作用。 掌握纯虚函数的定义方法,理解抽象基类的作用-Polymorphic exercises described master virtual function definition and run-time polymorphism implementation mechanism, in order to understand the role of virtual functions. Grasp the definition of a pure virtual function, understanding the role of the abstract base class
Platform: | Size: 33792 | Author: 胡佳 | Hits:

[OtherShape

Description: C++继承与多态练习程序,基类为图形类,子类包括圆形、方形、三角形等。-The C++ inherited polymorphic exercises program, the base class is a graphics class, subclass include round, square, triangle.
Platform: | Size: 10240 | Author: Conan | Hits:

[OS programPolymorphicCrypterC

Description: polymorphic crypter coded in C/C++
Platform: | Size: 39936 | Author: niggity | Hits:

[source in ebookhead

Description: 初学者对于多态的概念总是理解不清楚,一下通过几个实例在理解多态。 多态描述的是使用基类的指针或引用操作多个类型的能力。 我们知道,子类的指针是可以隐式转化为父类的,所以我们在进行程序设计的时候如果要对一个未知的类型进行处理,可以在方法声明时把参数的类型声明为父类的指针。 这要我们就是实现了根据传入的类型执行不同的方法。这里的关键是子类在重写父类的虚方法时是在虚方法表的相应位置对父类虚方法实现覆盖。-The beginners always understand the concept of polymorphism clear, through several examples in understanding polymorphic. The polymorphism described is to use a base class pointer or reference to the ability to operate more than one type of. We know that subclass pointer can be implicitly transformed the parent class, so during our programming if you want an unknown type processing method declaration type of the parameter declared as the parent class pointer . This is to achieve a to perform different method according to the incoming type. The key here is to subclass override the parent class' s virtual method in the corresponding position of the virtual method table cover virtual methods of the parent class.
Platform: | Size: 1024 | Author: robertrow | Hits:

[OtherSoftware-Engineer

Description: 实现类的集成以及多态性表现。提供大家这些方面的一个小练习-Class integration and polymorphic performance. These areas a small practice
Platform: | Size: 7168 | Author: name | Hits:

[VC/MFCduotaixing

Description: 这个是关于c++的多态性的一个ppt讲义,描述了多态的用法。-This is about c++ polymorphism of a ppt handout describing polymorphic usage.
Platform: | Size: 20480 | Author: xioaxuesehng | Hits:

[JSPpolymorphism

Description: \Java编程思想第四版书的源代码\第8章多态polymorphism-\ Java programming ideas fourth edition of the book' s source code \ Chapter 8 polymorphic polymorphism
Platform: | Size: 12288 | Author: lcx | Hits:

[Industry researchwollic2007_APDI

Description: Intelligent Polymorphic Dynamic Agents: Theory and Implementation Technique Artificial Inteligence
Platform: | Size: 602112 | Author: michael vidigal | Hits:

[CSharpTetris

Description: 多线程C#版俄罗斯方块,经典多态思想,有助于初学者学习-Multithreaded c# version of tetris, classic polymorphic, can help beginners to learn
Platform: | Size: 1100800 | Author: 潘强 | Hits:

[Windows Developshape

Description: 深入理解了继承及其基本知识点 深入理解了多态 了解了多态的多级指针实现机制 了解了三种继承方式 -In-depth understanding and basic knowledge of inheritance In-depth understanding of the polymorphic Understanding of the multi-level multi-state pointer implementation mechanism Learn three inheritance
Platform: | Size: 526336 | Author: 王磊 | Hits:

[Windows Developshape111

Description: 深入理解了继承及其基本知识点 深入理解了多态 了解了多态的多级指针实现机制 了解了三种继承方式 -请键入文字或网站地址,或者上传文档。 取消 Shēnrù lǐjiěle jìchéng jí qí jīběn zhīshì diǎn shēnrù lǐjiěle duō tài liǎojiěle duō tài de duō jí zhǐzhēn shíxiàn jīzhì liǎojiěle sān zhǒng jìchéng fāngshì 您是不是要找: 冲In-depth understanding and basic knowledge of inheritance In-depth understanding of the polymorphic Understanding of the multi-level multi-state pointer implementation mechanism Learn three inheritance
Platform: | Size: 526336 | Author: 王磊 | Hits:

[Algorithmcellular-automata

Description: 多态概率元胞自动机森林火灾模型及应用,是用MATLAB的元胞自动机实现在森林中的应用-Polymorphic forest fire probability cellular automata model and application of MATLAB is the application of cellular automata to achieve in the forest
Platform: | Size: 418816 | Author: xiashaoyan | Hits:

[ConsolePolyList

Description: 这是一个多态性链表,在一条链表上可以存在着不同的节点,不针对节点,对链表的处理还是比较全面的-This is a polymorphic list, the list can exist on a different node, the node is not targeted on the list is quite comprehensive treatment
Platform: | Size: 254976 | Author: fananjie | Hits:

[Windows Developmulti

Description: c++多态的例子,初学者适用,有助于理解-Examples c++ polymorphic, beginners applicable, helps to understand
Platform: | Size: 403456 | Author: sunjin | Hits:

[Software EngineeringExtendsDemo

Description: * 继承关系 * 1.子类继承父类的属性和方法,父类的属性和方法被所有子类共享 * 2.子类多种多样,子类是多态的 * 业务案例:四格方块(Tetromino)有七种(I,J,L,S,Z,T,O) * 实现方式: * 利用继承关系实现,其中四格方块是父类,七种方块是 * 子类,在父类定义四格数组的属性,子类就自动继承了 * 四格属性。 * 定义四格方块类(Tetronimo),属性:4格子,方法:下落 * 子类型继承4格方块类的属性和方法 * 子类型每个方块都不同,所以要在子类添加构造器以便以初始化格子位置-* Inheritance* properties and methods 1. subclass inherits the parent class, properties and methods of the parent class is shared by all subclasses* 2. subclass diverse subclass is polymorphic* Business case: four grid squares ( Tetromino) There are seven (I, J, L, S, Z, T, O)* implementations:* use inheritance to achieve, which is the parent class four grid squares or seven square is* a subclass is defined in the parent class Properties fourfold array subclass automatically inherits* fourfold property.* Define a four-frame box type (Tetronimo), attribute: 4 lattice method: Drop* subtype inherits the properties and methods of the class* 4 grid squares subtype each box is different, so you want to add to the subclass constructor to initialize grid position
Platform: | Size: 1024 | Author: Kevin | Hits:

[Othervb-Polymorphic-interface

Description: 针对vb6.0不是面向对象的编程,如何实现的多态接口-In view of the VB6.0 is not object oriented programming, polymorphism interface to realize
Platform: | Size: 18432 | Author: lvming | Hits:

[LabViewRS485-V4

Description: LabVIEW8.6环境下,可发送和接收帧头+modbus报文+帧尾的数据。程序易于修改,含有多态函数,子函数及一个交流负载通信的实例函数。-LabVIEW8.6 environment, can send and receive tail frame head+ modbus message+ frame data. Easy to modify, the program contains polymorphic function, communication function and a ac load an instance of the function.
Platform: | Size: 806912 | Author: yuke | Hits:

[CSharpPolymorphism

Description: A polymorphic file infector which infects files by writing its code to other files-A polymorphic file infector which infects files by writing its code to other files...
Platform: | Size: 21504 | Author: _The_Hacker_01 | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net