说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 代码生成工具
1)  code generator
代码生成工具
1.
The code generator implement the data model driven development pattern.
给出了一个基于Java的代码生成工具的设计与实现方案。
2.
Based on this, a code generator is given to achieve the goal of the system s rapid development,self-adaptability and expandability.
在此基础上实现了一个代码生成工具,并应用于具体的工程实践中,满足了系统的快速开发和良好的适应性、扩展性要求。
3.
In order to meet the demands for the shorter software develop period and the easier maintains for the program source code,the paper advances a code generator for multi-layer software design method according to the interface between layers.
为了满足大型数据库应用系统开发中快速开发的要求,缩短软件开发周期,提高代码可维护性,在软件系统开发的过程中,采用层次化的软件设计方法,根据层接口规范,可以设计出代码生成工具
2)  RTW
实时代码生成工具
1.
The TMS320F2812 DSP control system based on real-time workshop (RTW) is proposed.
提出一种基于实时代码生成工具(RTW)的TMS320F2812 DSP控制系统,介绍了控制系统的硬件结构,给出了基于RTW的DSP控制系统的设计流程。
3)  real-time workshop (RTW)
实时代码生成工具箱(RTW)
4)  code generation
代码生成
1.
Study on Code Generation Technology and Its Applications on Telecom Add-Value Services;
代码生成技术研究及其在电信增值业务中的应用
2.
Research of Code Generation in ASP.NET System Based on B/S Three-Layer Architecture
基于B/S三层架构的ASP.NET系统的代码生成研究
3.
Focusing on the characteristics of multi-device user interfaces,a User Interface(UI) design approach supporting automated code generation was proposed.
该方法建立了以人机交互为中心的分层界面设计模型,支持不同设备平台上的代码生成,能够为模型驱动的软件开发提供有力的支持。
5)  code generator
代码生成
1.
This paper presents a web service code generator.
本文分析和设计了一个web services代码生成器的,通过它可以大大提高软件的开发效率,降低开发成本。
2.
The potential instruction level parallelism (ILP)of modern processors can only be delivered by compiler- Code generator is a suite of target processor specific optimization in a compiler s back-end.
代码生成是编译器后端中直接针对目标处理机的优化阶段的集合,因而它是提高目标处理机指令级并行的重要组成部分。
3.
To rapidly develop Office Automation System base on SSH(Struts, Spring, Hibernate) Framework, the thesis analyzes and designs the hierarchical structure of code generator by the Object-Oriented method combining the technology of DOM, template engine and Eclipse plug-in.
为了解决基于SSH(Struts Spring Hibernate)框架的办公自动化系统的快速开发问题,本文结合DOM、模板引擎及Eclipse插件技术,采用面向对象的方法对代码生成工具的层次结构进行分析与设计。
6)  generating code
生成代码
补充资料:代码生成


代码生成
code generation

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