虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

polymorphism

  • C++中的虚函数 虚函数是C++中用于实现多态(polymorphism)的机制

    C++中的虚函数 虚函数是C++中用于实现多态(polymorphism)的机制

    标签: polymorphism 函数 机制

    上传时间: 2015-06-09

    上传用户:13681659100

  • polymorphism算法设计

    polymorphism算法设计,虽然简单了点但是适合初学者使用

    标签: polymorphism 算法设计

    上传时间: 2016-03-08

    上传用户:wys0120

  • this my self made polymorphism codes

    this my self made polymorphism codes

    标签: polymorphism codes this made

    上传时间: 2013-12-20

    上传用户:1101055045

  • This program describes the concept of polymorphism in C++. Example of Inheritance is given in this c

    This program describes the concept of polymorphism in C++. Example of Inheritance is given in this code

    标签: polymorphism Inheritance describes Example

    上传时间: 2014-11-22

    上传用户:huangld

  • 清华版labview教程,下载(12.25)

    第一章   虚拟仪器及labview入门 1.1       虚拟仪器概述 1.2       labview是什么? 1.3       labview的运行机制 1.3.1 labview应用程序的构成 1.3.2 labview的操作模板 1.4 labview的初步操作 1.4.1 创建VI和调用子VI 1.4.2 程序调试技术 1.4.3 子VI的建立 1.5 图表(Chart)入门 第二章   程序结构 2.1       循环结构 2.1.1 While 循环 2.1.2 移位寄存器 2.1.3 For循环 2.2       分支结构:Case 2.3       顺序结构和公式节点 2.3.1       顺序结构 2.3.2       公式节点 第三章   数据类型:数组、簇和波形(Waveform) 3.1 数组和簇 3.2  数组的创建及自动索引 3.2.1 创建数组 3.2.2 数组控制对象、常数对象和显示对象 3.2.3       自动索引 3.3       数组功能函数 3.4       什么是多态化(polymorphism)? 3.5 簇 3.5.1 创建簇控制和显示 3.5.2       使用簇与子VI传递数据 3.5.3       用名称捆绑与分解簇 3.5.4       数组和簇的互换 3.6 波形(Waveform)类型 第四章   图形显示 4.1       概述 4.2       Graph控件 4.3       Chart的独有控件 4.4       XY图形控件(XY Graph) 4.5       强度图形控件(Intensity Graph) 4.6       数字波形图控件(Digital Waveform Graph) 4.7       3D图形显示控件(3D Graph) 第五章   字符串和文件I/ 5.1 字符串 5.2 文件的输入/输出(I/O) 5.2.1 文件 I/O 功能函数 5.2.2 将数据写入电子表格文 5.3       数据记录文件(datalog file) 第六章   数据采集 6.1       概述 6.1.1       采样定理与抗混叠滤波器 6.1.2       数据采集系统的构成 6.1.3       模入信号类型与连接方式 6.1.4       信号调理 6.1.5       数据采集问题的复杂程度评估  6.2 缓冲与触发 6.2.1 缓冲(Buffers) 6.2.2 触发(Triggering) 6.3 模拟I/O(Analog I/O) 6.3.1 基本概念 6.3.2 简单 Analog I/O 6.3.3       中级Analog I/O 6.4 数字I/O(Digital I/O) 6.5 采样注意事项 6.5.1 采样频率的选择 6.5.2        6.5.3       多任务环境 6.6 附:PCI-MIO-16E-4数据采集卡简介 第七章   信号分析与处理 7.1 概述   7.2 信号的产生 7.3 标准频率 7.4 数字信号处理 7.4.1 FFT变换 7.4.2 窗函数 7.4.3 频谱分析 7.4.4 数字滤波 7.4.5 曲线拟合 第八章    labview程序设计技巧 8.1    局部变量和全局变量                    8.2              属性节点 8.3              VI选项设置 第九章   测量专题 9.1       概述 9.1.1       模入信号类型与连接方式 9.1.2       信号调理 9.2 电压测量 9.3  频率测量 9.4 相位测量 9.5 功率测量 9.6       阻抗测量 9.7       示波器 9.8       波形记录与回放 9.9       元件伏安特性的自动测试 9.10 扫频仪 9.11 函数发生器 9.12 实验数据处理 9.13 频域分析 9.14 时域分析 第十章   网络与通讯 第十一章              仪器控制

    标签: labview 12.25 清华 教程

    上传时间: 2013-11-06

    上传用户:15070202241

  • This little program shows how to use COM technology in Win32Asm. When it s run it lets the user fr

    This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The main goal is to show the easiest possible example instead of killing people with the details about virtual tables, polymorphism, inheritance and using nested macros etc., etc.

    标签: technology program little shows

    上传时间: 2015-05-03

    上传用户:kernaling

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 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 Classes 7: polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index

    标签: Introduction Thinking Revision Preface

    上传时间: 2014-07-13

    上传用户:netwolf

  • 在linux文件系统下

    在linux文件系统下,实现虚函数,简单地说,那些被virtual关键字修饰的成员函数,就是虚函数。虚函数的作用,用专业术语来解释就是实现多态性(polymorphism),多态性是将接口与实现进行分离;用形象的语言来解释就是实现以共同的方法,但因个体差异而采用不同的策略

    标签: linux 文件系统

    上传时间: 2014-01-15

    上传用户:caozhizhi