inline functions meaning in Chinese
内联函数
Examples
- Ther 没 ntially two types of run - time kernel memory patching attacks : those that employ inline function hooks and those that don ' t . i ' ll discuss detecting each in turn
本质上存在两种类型的运行时内核内存补丁攻击方法:采用内嵌函数挂勾和没有使用内嵌函数挂勾。我将逐一讨论针对每一种类型补丁的检测方法。 - What this means is that in order to detect an inline function hook you need to scan , more or less , the entire range of executable kernel memory and look through each unconditional jump instruction
这意味着,为了检测一个内嵌函数挂勾,你得搜索,或多或少,可执行内核内存的整下区域来查看每一个无条件跳转指令。 - According to the characters of c5501 dsp , c codes are optimized by using inline functions , optimize options and parallel instructions . this optimization can further advance the system efficiency . the rate and results of h . 263 encoder and decoder are analyzed and summarized , and the further research direction is pointed out in the end
对h . 263编解码器的主要模块进行了分析,找出了运算量较大的模块dct / idct模块和运动估计模块,分别对这两个模块进行了算法上的优化,并实现了dct / idct的定点化;针对c5501dsp芯片的特点,通过内联函数、优化选项和并行指令等的使用对c代码进行了优化,使系统效率得到进一步的提高;最后,对编解码的速度和编解码的结果进行了分析总结,并指出了进一步研究探索的方向。