虚函数(virtual function)是指一个类中你希望重载的成员函数,当你用一个基类指针或引用指向一个继承类对象的时候,你调用一个虚函数,实际调用的是继承类...
基于4428个网页-相关网页
英特尔SR-IOV实现PCI硬件资源共享 ,PFs):这是一些支持SR-IOV扩展功能的PCIe功能,被用于配置和管理SR-IOV功能特性 •虚拟功能(Virtual Functions,VFs):这是一些“精简”的PCIe功能,包括数据迁移必需的资源,以及经过谨慎精简的配置资源集 虚拟化直接
基于90个网页-相关网页
Pure Virtual Function 纯虚函数 ; 纯虚拟函式 ; 纯虚拟函数 ; 关于虚函数的报错提示
virtual function table 虚函数表 ; 虚拟函式表 ; 虚拟函数表 ; 这种数组称为虚函数表
non-virtual function 非虚拟函数
pure virtual function call 纯虚函数调用 ; 现问题
virtual function pointer 虚函数指针
virtual function pointer table 继承中的虚函数表
virtual function efficiency 虚函数效率
virtual function recompilation 虚函数重新编译
With the polymorphism in object oriented programming language, the abstract operation is expressed by the virtual function. In this way, the designed class can be used as a reusable software component.
利用面向对象程序设计语言中的多态性等机制,将抽象操作用虚函数表示,如此设计的类可以作为可重用部件使用。
参考来源 - 算法形式化推导及其在软件重用中的应用 in C·2,447,543篇论文数据,部分数据来源于NoteExpress
以上来源于: WordNet
The code generated for the pure virtual function is shown in Listing 1.
为纯虚函数所生成的代码如列表 1 中所示。
The code generated for the virtual function in a header file is shown in Listing 2.
在头文件中为该虚函数所生成的代码如列表2中所示。
Listing 1 defines three classes (a, B and c) with a common virtual function WhoAmI .
清单1定义了三个类(A、b和c),它们有一个共同的虚函数whoami 。
应用推荐