说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 重复代码
1)  duplicated code
重复代码
1.
Based on the improved Kontogiannis metrics and the automatic detection technology of duplicated code which is based on procedure blueprint,a tool for automatic detection of duplicated dode is designed.
重复代码是程序中最常见的代码“坏味道”。
2.
The duplicated code not only reduces the maintainability of the software, but also is prone to introduce a significant proportion of bugs into systems.
最近的研究表明在大规模程序中含有许多重复代码,它们中的大部分是由拷贝-粘贴行为造成的。
3.
This paper also proposes a method to detect duplicated code.
本文介绍了作者在疑问代码和不良习惯检测方面所做的工作,包括疑问代码模式收集、分析和检测,并对疑问代码中一类重要模式——重复代码模式提出和实现了一种参数化非连续重复代码检测方法。
2)  duplicated code detecting
重复代码检测
3)  code reuse
代码重用
1.
The paper analyzed thoroughly the idea of generic programming,discusses the structure and the principle of the STL and points out the great significance of code reuse.
文章深入剖析了泛型编程思想,探讨了STL的结构与原理,指出STL在代码重用方面具有重要意义。
2.
DLL, the key technique of Windows system, can implement code reuse and code hide efficiently during the development of application programs.
指出了作为 Windows系统的核心技术 DL L,在运用程序的开发中能有效地实现代码重用、代码隐藏 ,既能提高软件的可维护性又有效地节省了磁盘空间及内存资源 。
4)  code reusing
代码重用
1.
Because of its inherent deficiency,the object-oriented code reusing is suffered from the problems of repeat development of maintaining difficulty of application software.
面向对象代码重用由于其固有的局限性 ,未能根本上解决电力系统应用软件重复开发和维护困难等问题。
2.
An example is given to introduce how to realize the code reusing efficiently based - on Struts framework.
本文简要介绍Web应用中MVC(Model/View/Controller)计模式以及当前流行的Struts体系结构,并结合实例说明了在Struts框架下如何方便地实现代码重用,体现MVC设计模式在Web应用中强健的可扩展性和可重用性。
5)  code reordering
代码重排
6)  Code restructure
代码重构
1.
A discussion about design patterns from code restructure;
从代码重构探讨设计模式
补充资料:代码生成


代码生成
code generation

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