单词 | virtual function | ||||||||||||||
释义 | virtual function
更多释义 收起释义 例句释义: 虚函数,虚拟函式,虚拟函数 1. When a virtual function is called through a reference or pointer, the compiler generates code to decide at run time which function to call. 当虚函数通过引用或者指针调用时,编译器生成代码来决定在运行期调用哪个函数。 www.blogjava.net 2. In C , dynamic binding happens when a virtual function is called through a reference (or a pointer) to a base class. 里,当虚函数通过基类的引用或者指针被调用时,就会发生动态绑定。 www.blogjava.net 3. If the name of a virtual function also appears in the right column, then an override has already been implemented. 如果虚函数的名称也出现在右列中,则已实现重写。 msdn2.microsoft.com 4. If the function was intended to be a static member function, rename it so it doesn't conflict with the base class virtual function. 如果函数用作静态成员函数,则重命名该函数,以便不与基类虚函数冲突。 msdn.microsoft.com 5. Gets the last slot in the virtual function table (VTBL) of a type when exposed to COM. 获取在向COM公开时某个类型的虚函数表(VTBL)中的最后一个槽。 msdn2.microsoft.com 6. A class function definition has the same name as a virtual function in a base class but not the same number or type of arguments. 类函数定义与基类中的虚函数同名,但参数的数目或类型不同。 technet.microsoft.com 7. The derived class inherits more than one override of a virtual function of a virtual base class. 派生类继承虚拟基类的虚函数的多个重写。 msdn.microsoft.com 8. The code generated for the virtual function in a header file is shown in Listing 2. 在头文件中为该虚函数所生成的代码如列表2中所示。 www.ibm.com 9. When you want the equivalent of a virtual function, use an interface. 如果你需要模拟虚函数机制,那么可以使用接口。 bbs.golang-china.org 10. Gets the virtual function table (VTBL) slot for a specified System. Reflection. : : . MemberInfo when exposed to COM. 获取指定的System.Reflection.::.MemberInfo在向COM公开时的虚函数表(VTBL)槽。 msdn2.microsoft.com 1. However, even a non-virtual function should be tested to ensure that you get the correct results. 但是即便如此,也应测试非虚函数,以确保获得正确的结果。 technet.microsoft.com 2. C advocates point out, however, that coding the equivalent of a virtual function in C requires the same overhead. C 的拥护者则认为,用C写出与虚拟函数等价的代码同样会增加开支。 blog.donews.com 3. Learn assembly code , check how compiler generates code , learn how virtual function works, learn to debug at assembly code level . 了解汇编代码,检查编译器是如何产生代码的,了解虚函数是如何工作的,学习在汇编代码一级调试程序。 www.bing.com 4. Daniel's virtual function pointer system sounds like a roll-your-own COM. Daniel的虚拟函数指针系统就是一个手工自制的COM。 blog.163.com 5. The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer. 该函数通过虚函数表(VTBL)访问,并采用隐式this指针。 msdn2.microsoft.com 6. The code generated for the pure virtual function is shown in Listing 1. 为纯虚函数所生成的代码如列表1中所示。 www.ibm.com 7. If the function was intended to override the base class virtual function, remove the static specifier. 如果函数用于重写基类虚函数,则移除静态说明符。 msdn.microsoft.com 8. Inconveniently, virtual functions pose an impediment to inlining, and virtual function calls are more common in Java language than in C . 但是不方便的是,虚方法对内联造成了障碍,而虚函数调用在Java中要比在C 中普遍。 www.ibm.com 9. Retrieves MethodInfo for the specified virtual function table (VTBL) slot. 检索指定的虚函数表(VTBL)槽的MethodInfo。 msdn2.microsoft.com 10. Gets the first slot in the virtual function table (VTBL) that contains user defined methods. 获取虚函数表(VTBL)中第一个包含用户定义的方法的槽。 msdn2.microsoft.com 1. Similar behavior is achieved when the virtual function is declared with. 声明虚函数时会获得相似的行为。 msdn2.microsoft.com 2. This effectively hides the virtual function in the base class. 这有效地隐藏了基类中的虚函数。 technet.microsoft.com 3. The virtual keyword declares a virtual function or a virtual base class. 声明虚基类或虚函数。 zhidao.baidu.com 4. status information when a reposition occurs. This is a virtual function that is provided should the codec require resetting prior to use. 用来冲洗出状况的信息时发生复位。这是一个虚拟的职能,这是应该提供的解码需要重新使用前。 www.jukuu.com 5. Reason 2: The only pity is that his excessive use of algorithm C features such as vector, virtual function, design model. 理由2:唯一觉得可惜的是他的算法中过多的使用了C 的特性,如vector,虚函数,设计模式。 www.pudn.com 6. Opcode allows IL compilers to make a call to a virtual function in a uniform way independent of whether 操作码使IL编译器能够以统一方式调用虚函数,无论 msdn2.microsoft.com 7. Application of virtual function method in slope stability analysis 虚力函数法在滑坡设计稳定分析中的应用 www.ilib.cn 8. Using Virtual Function to Realize Modulation of Mouse and Keyboard Events 利用虚函数实现鼠标、键盘事件的模块化 ilib.cn 9. Presence of a Pure Virtual Function 纯虚拟函数的存在 95book.com 10. The most important part of the client or server code is the virtual function NotifyReceivedPackage, as described below 客户端或服务器端最重要的部分是虚函数NotifyReceivedPackage,定义如下 www.cnblogs.com 1. The call to the virtual function in 中的虚函数的调用生成一个对 msdn2.microsoft.com 2. For example, to create a pure virtual function such as virtual int purevirtualop(int x)=0, perform these steps 举例来说,创建一个纯虚函数:virtualintpurevirtualop(intx)=0,请执行如下这些操作 www.ibm.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。