说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 句库 -> 函数指针
1.
Technique of Code Obfuscation Based on Function Pointer Array
基于函数指针数组的代码迷惑技术
2.
A Method of Using Function Pointer to Reuse Sorring Function in C++
C++中一种基于函数指针重用排序函数的方法
3.
%1 used an uninitialized function pointer.
%1 使用了未经初始化的函数指针
4.
ANALYSIS AND APPLICATION ON FUNCTION POINTER IN C++ LANGUAGE;
C++语言中函数指针的分析与应用
5.
THE DESIGN AND REALIZATION OF MENU ABOUT FILES MANAGEMENT BASED ON ARRAY OF FUNCTION POINTER;
基于函数指针数组的文件管理菜单设计与实现
6.
Deep Analysis and Application of the Function Pointer in the C/C++ Language Programming
C/C++语言中函数指针的深入分析与应用
7.
The first way is to call a global function through a function pointer that is a private member of your class.
第一种是通过一个函数指针来调用一个全局函数,这是你的类的一个私有成员。
8.
Pointers to interface service routines.
以下是接口的一些服务处理程序,使用的是函数指针
9.
When an L3 protocol wants to transmit a packet, it invokes one of a set of function pointers.
当一个L3协议想传输一个信息包,它调用一组函数指针的一个。
10.
If the client wants to handle an event, it has to create an instance of your class with the constructor that has a function pointer as the argument.
如果客户端想处理事件,就必须在构造器中提供一个函数指针作为参数。
11.
In this paper, we mainly discuss about the synthesis of polymorphism.
扩展了函数指针的表示和消除方法,着重讨论了多态的可综合性问题。
12.
callback function
回调函数,指向函数的指针
13.
this pointer used outside of member function
在成员函数的范围之外使用了此指针
14.
Function and Pointer: Key Points in the Programming of C;
C语言程序设计中的重点:函数与指针
15.
The Problem about the Pointer Used as the Parameter of Function in C Language
关于C语言中使用指针作为函数参数的问题
16.
There are no conversions to function types, although there are conversions to references or pointers to functions
没有转换为函数类型,但有转换为函数的引用或指针
17.
A discussion of flexible application of the pointer in programming is carried out through analyzing its relationship with array, alphabetic string and function.
对数组与指针、字符串与指针、函数与指针等在程序设计中的灵活运用作了探讨。
18.
The function gives you a pointer to the location of the bitmap bit values.
在这个函数中你可以通指针定位到位图位的值.