说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 代码覆盖
1)  code coverage
代码覆盖
1.
Analyse and applications of code coverage metrics in RVM verification;
RVM验证中的代码覆盖分析及其应用
2.
Code coverage is the baseline of software testing.
代码覆盖测试技术可用于结构覆盖测试和程序复杂度分析,代码覆盖测试技术可用于测试用例设计,提高软件测试效率,指导编写高质量的程序代码,代码覆盖是软件测试的底线。
3.
Structure coverage testing technology and program complexity is discussed,and the code coverage technology based on de-cision to decision path(DD-path) is studied.
讨论了结构覆盖测试技术和程序复杂度,研究了基于决策到决策路径(DD-路径)的代码覆盖技术。
2)  code coverage
代码覆盖率
1.
Experiments show that this testing frame can make an effective test on IP cores and take SOC environment of IP core into account while keeping high code coverage.
通过实验验证,该测试方法能够在保证一定代码覆盖率的前提下,对IP核进行有效的测试,并提高了测试后IP核的可移植性。
2.
Based on the bottleneck of present IC research,methodology of code coverage and function co-verage driven verification associating with random and direct stimulus is introduced at the fundamental of common testbench.
针对当前超大规模集成电路验证的这个瓶颈,在传统验证平台的基础上提出了代码覆盖率和功能覆盖率、随机激励与定向激励结合的验证方法。
3)  Code coverage test
代码覆盖率测试
4)  covering codes
覆盖码
1.
An efficient algorithm is introduced, which, by incorporating covering codes and pre-sorting, can effectively resolve the top-k queries over partial-sum results.
提出了一种在OLAP(数据仓库)数据立方体中对部分和查询结果进行排序的高效算法,该算法综合利用覆盖码和预排序,有效地解决了对部分和结果的top-k查询问题。
5)  overlay cost
覆盖代价
1.
Overlay multicast routing algorithm with minimum overlay cost;
覆盖组播的最小覆盖代价路由算法
6)  code covering problem
最小码覆盖
1.
In this paper the code covering problem and some of its computer search algorithms are introduced.
概述最小码覆盖问题,以及现有的几种求解最小码覆盖问题的计算机搜索算法。
补充资料:代码生成


代码生成
code generation

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