1)RTW实时代码生成工具
1.The TMS320F2812 DSP control system based on real-time workshop (RTW) is proposed.提出一种基于实时代码生成工具(RTW)的TMS320F2812 DSP控制系统,介绍了控制系统的硬件结构,给出了基于RTW的DSP控制系统的设计流程。
2)real-time workshop (RTW)实时代码生成工具箱(RTW)
3)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.为了满足大型数据库应用系统开发中快速开发的要求,缩短软件开发周期,提高代码可维护性,在软件系统开发的过程中,采用层次化的软件设计方法,根据层接口规范,可以设计出代码生成工具。
英文短句/例句
1.Design and Implementation of Multi-layer Structure Code Generator Based on SSH Framework;基于SSH框架多层结构的代码生成工具的设计与实现
2.Research on the Development of Data Driven Application and Design of the Automatic Code Generating Tools;数据驱动的J2EE应用开发方法的研究及其自动化代码生成工具的设计
3.MISRA C-Compliant Code Generating and Code Checking Tools;符合MISRA C标准的自动代码生成及代码检查工具
4.A Component-Based General ETL Tool with Code-Generation;基于代码生成的组件化通用ETL工具
5.Do not manually edit any machine generated code.不要手工编辑任何机器生成的代码。
6.The boot table which will be necessary for booting code could be generated automatically by hex conversion.利用16进制转换工具自动生成可以用来帮助二级引导装载程序引导代码的引导表。
7.The code group's membership condition uses a hash algorithm this tool does not support.该代码组的成员条件使用了此工具不支持的哈希算法。
8.Study on the Method of Regenerating NC Codes from Industrial CT Images;由工业CT切片图像生成NC代码的方法研究
9.Study on Automatic Generating NC Code Based Machining Features and UG;基于加工特征和UG的NC代码自动生成研究
10.Research of the Method of Generating Numerical Control Milling Codes Based on Industrial Computed Tomography工业CT图像直接生成数控铣削代码的方法研究
11.generating code in semantic routine语义例程生成目标代码
12.generating code from quadruples四元组生成目标代码
13.generating code from triples从三元组生成目标代码
14.A Research on A Tool for Automatic Detection of Duplicated Code;重复代码自动检测工具的研究与设计
15.Research & Realization on NC Machining Arrangement and Code Simulation for Developing and Integrated CAD/CAM System;集成化CAD/CAM系统中数控加工轨迹生成及代码仿真研究与实现
16.This Add-In has a number of tools, including the Code Template Manager and the Project Details tool.这个插件具有很多工具,包括代码模板管理器和项目详细资料工具。
17.Research and Implement of the Method of Generating NC Codes Based on Industrial Computed Tomography Slicing Image;工业CT切片图像直接生成NC代码方法研究及实现
18.Ada Code Automatic Generation and Integration Technology for AADL ModelsAADL模型的ada代码自动生成及集成技术
相关短句/例句
real-time workshop (RTW)实时代码生成工具箱(RTW)
3)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.为了满足大型数据库应用系统开发中快速开发的要求,缩短软件开发周期,提高代码可维护性,在软件系统开发的过程中,采用层次化的软件设计方法,根据层接口规范,可以设计出代码生成工具。
4)real-time workshop embedded coder(RTWEC)实时工作间嵌入式代码生成器(RTWEC)
5)real-time code generator (RCG)实时代码产生器
6)real time workshop(RTW)实时工具
延伸阅读
代码生成代码生成code generation daima Shengeheng代码生成(,de generation)把语法语义分析后的中间结果转换成等价的目标程序或目标程序模块的过程。中间结果是用三元式、四元式或逆波兰式等中间语言表示的程序。目标程序是用目标语言书写的。目标语言可以是机器语育、汇编语言乃至高级语育。随着计算机的编译环境和执行环境的不断完善,不仅能产生可直接执行的目标程序,也能生成可再定位的或可连接的目标程序模块,并最终通过连接装人程序构成可直接执行的目标程序。 代码生成不但与编译有关,而且与运行环境有关。所生成的目标程序应当符合连接装人所要求的规范。代码生成中存储分配和寄存器分配是直接影响目标程序功效的重要且复杂的问题,应给予足够重视。