说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 成员函数指针
1.
The static analysis of member call is defined as determining the type of member function pointer or reference in compiling stage.
在面向对象程序设计中,成员调用的静态分析是指在编译阶段确定调用成员函数指针或引用的类型。
2.
this pointer used outside of member function
在成员函数的范围之外使用了此指针
3.
The first way is to call a global function through a function pointer that is a private member of your class.
第一种是通过一个函数指针来调用一个全局函数,这是你的类的一个私有成员。
4.
callback function
回调函数,指向函数的指针
5.
Expression is a bound member function designator; it can only be used for calling the function
表达式是绑定成员函数指示项;只能用于调用函数
6.
Technique of Code Obfuscation Based on Function Pointer Array
基于函数指针数组的代码迷惑技术
7.
A Method of Using Function Pointer to Reuse Sorring Function in C++
C++中一种基于函数指针重用排序函数的方法
8.
%1 used an uninitialized function pointer.
%1 使用了未经初始化的函数指针。
9.
ANALYSIS AND APPLICATION ON FUNCTION POINTER IN C++ LANGUAGE;
C++语言中函数指针的分析与应用
10.
Function and Pointer: Key Points in the Programming of C;
C语言程序设计中的重点:函数与指针
11.
Standard conversion of pointer-to-member of base to pointer-to-member of derived
从基类的指向成员的指针到派生类的指向成员的指针的标准转换
12.
THE DESIGN AND REALIZATION OF MENU ABOUT FILES MANAGEMENT BASED ON ARRAY OF FUNCTION POINTER;
基于函数指针数组的文件管理菜单设计与实现
13.
The Problem about the Pointer Used as the Parameter of Function in C Language
关于C语言中使用指针作为函数参数的问题
14.
There are no conversions to function types, although there are conversions to references or pointers to functions
没有转换为函数类型,但有转换为函数的引用或指针
15.
class element must be static member or member function
类元素必须是静态成员或成员函数
16.
A discussion of flexible application of the pointer in programming is carried out through analyzing its relationship with array, alphabetic string and function.
对数组与指针、字符串与指针、函数与指针等在程序设计中的灵活运用作了探讨。
17.
The function gives you a pointer to the location of the bitmap bit values.
在这个函数中你可以通指针定位到位图位的值.
18.
Deep Analysis and Application of the Function Pointer in the C/C++ Language Programming
C/C++语言中函数指针的深入分析与应用