说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 代码插入
1)  code insertion
代码插入
1.
This paper introduces the development of a website visitor volume service system integrating code insertion technology,component technology,AJAX and JFreeChart technologies.
介绍如何集成代码插入技术、组件技术、AJAX和JFreeChart技术开发一个网站流量统计服务系统。
2)  in line code
直接插入代码
3)  patch [英][pætʃ]  [美][pætʃ]
插入码
4)  Interpolation Code
插补代码
5)  code instrumentation
代码插装
1.
In order to meet relevant requirements in the area of real-time dynamic scheduling,a novel approach was proposed to enable real-time programs to estimate their own remaining worst-case execution times(RWET) by means of code instrumentations.
利用代码插装完成实时任务对自身剩余最长执行时间的运行时自我预估,以满足实时动态调度领域的相关需要。
2.
This paper introduces the background of code instrumentation technology and gives a brief comparison between manual and automatic instrumentation at first.
介绍了代码插装技术的应用背景比较了手工和自动两种代码插装方式重点分析和比较了代码自动插装在编译过程中各阶段实现的可行性和思路提出在编译预处理和编译阶段之间增加一个CPU无关的编译预处理文件且具有代码自动插装功能的语法词法分析阶段的一种最佳实现方案给出了一个简单原型的实
3.
The path constraints are collected and generated through code instrumentation during the application execution,and new path constraints are generated with a search algorithm and solved,which constructs new inputs that can steer the application to follow alternative execution paths.
通过代码插装,在程序执行过程中收集路径约束条件,依据一定的路径遍历算法生成新路径约束条件并进行求解,构造可以引导程序向新路径执行的输入测试数据。
6)  injected code
植入代码
1.
Study on Buffer Overflow and Injected Code;
缓冲区溢出原理及植入代码的分析研究
2.
Then it pointed out that making injected code is a key to attack,and analyzed the structure character of injected code.
针对网络安全问题分析了缓冲区溢出一般规律和抽象缓冲区溢出攻击过程,指出构造植入代码是攻击的关键,详细分析了植入代码的组成结构。
补充资料:代码生成


代码生成
code generation

daima Shengeheng代码生成(,de generation)把语法语义分析后的中间结果转换成等价的目标程序或目标程序模块的过程。中间结果是用三元式、四元式或逆波兰式等中间语言表示的程序。目标程序是用目标语言书写的。目标语言可以是机器语育、汇编语言乃至高级语育。随着计算机的编译环境和执行环境的不断完善,不仅能产生可直接执行的目标程序,也能生成可再定位的或可连接的目标程序模块,并最终通过连接装人程序构成可直接执行的目标程序。 代码生成不但与编译有关,而且与运行环境有关。所生成的目标程序应当符合连接装人所要求的规范。代码生成中存储分配和寄存器分配是直接影响目标程序功效的重要且复杂的问题,应给予足够重视。
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条