函数指针
- 网络function pointer;pointer to function;function point
-
在返回DB2之前填充函数指针结构。
Populate the function pointer structure before returning to DB2 .
-
函数指针返回指向您实现的特定插件库所需的所有API的指针。
The function pointer returns pointers to all the APIs required for the particular plug-in library that you have implemented .
-
本文介绍了C语言函数指针的功能与用法,同时使用函数指针设计了一个通用菜单程序。
The usage of function pointer in C language .
-
使用BOOSTTESTCASE宏创建的单元测试以函数指针作为输入参数。
The unit tests that are created using the BOOST_TEST_CASE macros accept function pointers as their input arguments .
-
C语言提供了函数指针,允许将函数作为参数传递给其他函数。
The C language provides function pointers , which allow you to pass functions as arguments to other functions .
-
C开发人员很容易将此概念看作是函数指针功能,但JavaScript的高阶函数的功能更为强大。
C developers think of this concept as a function pointer , but JavaScript 's notion of higher-order functions is much more powerful .
-
可以使用luapushcfunction()将一个C函数指针转换成一个内部Lua对象。
You use lua_pushcfunction () to convert a C function pointer into an internal Lua object .
-
与之相反的是,realfchmod()是一个由setupwrappers()填充的函数指针。
By contrast , real_fchmod () is a function pointer , which is populated by setup_wrappers () .
-
在pseudo中,为dlsym(RTLDNEXT,“open”)返回的地址储存在名为realopen()的函数指针中。
In pseudo , the address returned for dlsym ( RTLD_NEXT ," open ") is stored in a function pointer named real_open () .
-
我们现在知道了这是一个函数指针类型,它可以引用任何有一个int类型参数并且返回一个string类型的方法。
We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string .
-
描述了跨过程指针别名分析的框架,通过在分析时创建PCG(程序调用图)来处理函数指针。
A framework for interprocedural pointer alias analysis is described . It handles function pointers by constructing the program call graph while alias analysis is being performed .
-
本文后面附带的zip文件中的txtgroup.c文件提供了一个例子,演示如何填充组插件库的函数指针。
The file txtgroup . c , which is included in the ZIP file attached at the end of this article , provides an example of how you can populate the functions pointer for the group plug-in library .
-
重写随后执行的函数指针或异常处理程序。
Overwriting a function pointer or exception handler that is subsequently executed .
-
基于函数指针数组的代码迷惑技术
Technique of Code Obfuscation Based on Function Pointer Array
-
例子将示范如何给你的函数指针传递附加参数。
This will show how to pass additional parameters to your handler function .
-
和你的函数指针将会无效。
And your function pointers will become invalid .
-
%1使用了未经初始化的函数指针。
% 1 used an uninitialized function pointer .
-
基于契约的函数指针静态安全分析
A Contract-Based Safety Analysis for Function Pointers
-
我通过一个函数指针给程序这个机会。
Specifically , I give the application this chance by way of a function pointer .
-
以下是接口的一些服务处理程序,使用的是函数指针。
Pointers to interface service routines .
-
这样将保护程序代码避免堆栈、缓冲区和函数指针溢出,而且全都不需重新编译。
This protects against stack , buffer , and function pointer overflows , all without recompilation .
-
C/C++语言中函数指针的深入分析与应用
Deep Analysis and Application of the Function Pointer in the C / C + + Language Programming
-
这构造器用来通过一个目标对象和一个函数指针形成一个委托。
The constructor is used to form a delegate over a target object and a function pointer .
-
然后,您可以将库装入到您的地址空间中并使用函数指针调用方法。
You could then load the library into your address space and call the methods using function pointers .
-
在面向对象程序设计中,成员调用的静态分析是指在编译阶段确定调用成员函数指针或引用的类型。
The static analysis of member call is defined as determining the type of member function pointer or reference in compiling stage .
-
第一种是通过一个函数指针来调用一个全局函数,这是你的类的一个私有成员。
The first way is to call a global function through a function pointer that is a private member of your class .
-
该方法利用静态分析获取的函数指针指向信息,结合自下而上分析过程中记录的契约信息,对函数指针的使用进行安全性检查。
Safety checking of function pointers is conducted using the point-to sets of function pointers in static analysis combined with the contract in bottom-up analysis .
-
语言里有函数指针,但实现的很丑陋,不能匿名,使用之前必须先进行声明实现。
C had function pointers , but they were ugleeeeee and not anonymous and had to be implemented somewhere else than where you were using them .
-
函数指针分析及控制流分析是程序分析中的难点,也是引起分析的精确度降低的原因。
Function pointer alias and control flow analysis are difficulties in the course of program analysis , and reasons why the accuracy of program analysis are decreased .
-
采用菜单管理方式,使用函数指针数组,实现了文件的查找、重命名及删除操作。
Through adopting the mode on menu management , using the methods of array of function pointer , the finding , renaming and deleting of files are realized .