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

Search list

[JSP/Javasrc

Description: 通过接口实现多态的小程序,实例是通过接口来完成多态数组的应用。-Through the interface implementation of polymorphic small programs
Platform: | Size: 1024 | Author: huzi | Hits:

[Embeded LinuxDuoTai

Description: VC++一个非常实用多态的小例子,提供大家熟悉C语言多态特性的使用。-VC++ A very practical example of polymorphic small to provide everyone familiar with the C language the use of multi-modal characteristics.
Platform: | Size: 6144 | Author: ji2735602 | Hits:

[Driver DevelopReloadOperate1

Description: VC与C++开发基础 操作符重载实现编译多态,复数的加法运算,ReloadOperate的程序源码-VC and C++ to develop basic operator overloading to achieve compile polymorphic plural addition operator, ReloadOperate, program source code
Platform: | Size: 7168 | Author: yinag60i558 | Hits:

[Software EngineeringBank-system-CPP-course-homework

Description: 具有多态性的银行系统程序C++,作业,实验报告-Banking system programs polymorphic C++, homework, lab reports
Platform: | Size: 71680 | Author: 李芳 | Hits:

[LabViewLabVIEW_DAQNavi_Polymorphic_VI

Description: 高速数据采集,可用于研华PCI-1714等板卡。 DAQNavi Polymorphic VI包含的VI如下所示: DAQNavi Create Channel VI DAQNavi Read DAQNavi Write DAQNavi Timing DAQNavi Trigger DAQNavi Start Task DAQNavi Stop Task DAQNavi Clear Task DAQNavi Is Task Done DAQNavi Wait Task Until Done DAQNavi Get Property DAQNavi Set Property DAQNavi Property Assistant
Platform: | Size: 860160 | Author: ycitsun | Hits:

[LabViewtransport-V2.0.0-LV9.0.vi

Description: Transport.lvlib is a LabView API to simplify and accelerate networked communication development. It simplifies development by abstracting TCPIP, UDP and Bluetooth and TLS interfaces into a single polymorphic vi which is a thin wrapper around the conventional open, read, write, close and listener VIs for all the network interfaces.-Supports TCP/IP, Bluetooth, UDP (p2p, broadcast and multicast) and TLS. Supports symetric encryption (blowfish). Supports compression (zlib).
Platform: | Size: 2103296 | Author: wu | Hits:

[File OperatefastJSON_v2.1.20

Description: This the smallest and fastest polymorphic JSON serializer, smallest because it s only 25kb when compiled, fastest because most of the time it is (see performance test section) and polymorphic because it can serialize and deserialize the following situation correctly at run-time with what ever object you throw at it:-This is the smallest and fastest polymorphic JSON serializer, smallest because it s only 25kb when compiled, fastest because most of the time it is (see performance test section) and polymorphic because it can serialize and deserialize the following situation correctly at run-time with what ever object you throw at it:
Platform: | Size: 57344 | Author: Pudn Pop | Hits:

[Other Embeded programthvjugrcode

Description: 此代码为单片机通过定时器控制数码管多态显示,仅供初学者参考-The code for the MCU through the timer control polymorphic digital tube display, only for beginners reference
Platform: | Size: 81920 | Author: FVR+45375 | Hits:

[VC/MFCWin32_Hock

Description: 用来编写Windows的钩子的基本用法.-Polymorphic linked list
Platform: | Size: 983040 | Author: 哈哈 | Hits:

[Windows DevelopLs

Description: 如何编图形软件开发程序,画图过程的显示,图像分层显示 图层软件架构: 大型图形软件通用的架构,是用一个抽象类(CLayer)的多态派生类对不同图层代码分类管理。 (如果将各种图形绘制以及拖放过程在一个类中编写,最后这个类的代码将无比庞大而且难于维护) a)支持画直线、矩形和椭圆等多种图形的软件,必须将鼠标按下、释放和拖动等事件联合处理; b)支持绘图过程中的显示; c)支持鼠标光标掠过某个图层时显示热点跟踪(HotTrack)状态; d)单击某个图层时显示选中状态; e)拖动某个选中状态图层的功能(根据鼠标落点和起点的距离进行偏移); f)新绘制的图层和已绘制好选中的图层边框和填充颜色管理。(How to make graphical software development procedures, drawing process display, image layered display Layer software architecture: The general architecture of large graphics software is to classify and manage different layers of code using a polymorphic class derived from an abstract class (CLayer). (if the various graphic drawing and drag and drop processes are written in a class, the code for that class will be extremely large and difficult to maintain) A) software that supports graphics such as straight lines, rectangles, and ellipses. It must combine the mouse, press, release, and drag events together; B) support display in drawing process; C) displays the hot spot tracking (HotTrack) state when the mouse cursor is passed over a layer; D) displays a selected state when clicked on a layer; E) drag the function of a selected layer (offset by the distance between the mouse and the starting point); F) the new layer and the selected layer border and fill color management.)
Platform: | Size: 53248 | Author: 天下001 | Hits:

[CSharp多态

Description: 基础知识,在 .NET环境下的多态功能的实现。(Basic knowledge, polymorphic implementation in.NET environment)
Platform: | Size: 33792 | Author: 二狗他爹 | Hits:

[Otherpython源代码

Description: opp 面向对象 封装 客观的事物封装成抽象的的类 继承 子类派生类 基类 父类 超类 object 多态 一个类实例的的相同方法 在不同情形不同表现形式 原则 单一 一个类的功能 开放封闭原则-- 替换原则 依赖原则 object(Opp object oriented Encapsulation of objective things into an abstract class Inherited subclass derived classes Base class superclass Object The same method of an instance of a polymorphic class in different forms of representation Principle The function of a single class The principle of opening and closing -- Substitution principle Dependency principle object)
Platform: | Size: 8192 | Author: Jankin-Wen | Hits:

[LabView多态VI Demo

Description: 多态VI使用教程Demo,本Demo将教会你如何创建并使用一个多态VI 。(Polymorphic VI use tutorial Demo)
Platform: | Size: 16384 | Author: Labview2017 | Hits:

[JSP/Java作业一(3)简单的多态示例

Description: 这是一个简单的多态示例,运用JAVA语言来显示多态的实例(Simple polymorphic examples)
Platform: | Size: 35840 | Author: CAIhong_520 | Hits:

[Windows DevelopMFCTest

Description: 使用MFC绘制的哆啦A梦。项目将基本的绘图函数封装成了类Java接口的图形绘制函数,并使用多态技术进行了包装。整体简洁易懂,适用于教学。图形非常好看。(The Dora A dream was drawn with MFC. The project encapsulates the basic drawing function into a graph drawing function of the Java like interface and packages it with polymorphic technology. The whole is simple and easy to understand, and it is suitable for teaching. The graphics are very nice.)
Platform: | Size: 83968 | Author: Somo | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net