1)  C/C++ code
C/C++代码
1.
This paper proposes a method of using the RTW(Real-Time Workshop) code generation tool to convert Matlab/Simulink to the C/C++ code.
介绍了如何利用Matlab/Simulink的RTW(Real_Time Workshop)代码生成工具将Simulink模型自动转换成C/C++代码的方法,通过这种方式可以利用Simulink方便地建立系统模型,同时也解决了Simlink模型在Matlab/Simulink环境下速度较慢的问题,大大减少了软件工程师的编程工作量。
2)  C++
C++
1.
Software System Design of Programmable Signal Generator Based on C++++;
基于C++语言的可编程信号源软件系统设计
2.
Real Time C++ommunication between Peripheral Equipment and Application Programming Based on C++++;
C++编程实现外设与应用程序的实时通信
3.
Research About the Further Develop of UG Based on C++++;
C++在UG二次开发中应用
3)  c #
C#
1.
NET environment, using C # development MS SQL Server database application software, database connectivity through the ADO.
NET环境下,用C#开发MSSQLServer数据库应用软件时,通过ADO。
2.
This technology is called AspectC # .
NET平台的AOP技术,AspectC#。
3.
C # is an advanced and object-oriented programming language.
C# 是一种先进的、面向对象的开发语言 ,并且能够方便快捷地在MS网络平台上建立各种应用和建立能够在网络间相互调用的Web服务。
4)  C ++
C++
1.
The reason of destroying data security was analyzed, and the constants and constant member in C ++++ object-oriented programming were studied.
在分析破坏数据安全性原因的基础上,通过对C++面向对象程序设计中常类型和常成员的深入研究,提出了将既需要共享、又需要防止改变的数据声明为常量,并探讨了常引用、常对象和用const修饰的对象成员的使用方法,实现对C++面向对象程序设计中共享数据的保护。
2.
introduced the design method of Enclosure Protection Alert System on serial and parallel communication technology, analyses its operation principle and workflow,and introduces the method to make use of C ++++ to realize software design.
本文介绍了基于串并口技术的围墙安防报警系统的设计方法,分析了其工作原理及工作流程,并介绍了利用C++实现软件设计的方法。
5)  C#
C#
1.
Development of integrals ware resource bank with C# for Chinese medicine;
利用C#开发中医药积件资源库
2.
Design of the marine monitoring and management system based on C# technology;
基于C#技术的船舶监控管理系统的设计
3.
Efficiency Improvement of Database Input in C# with Regular Expression;
C#中利用正则表达式提高数据录入效率
6)  CⅡ
CⅡ
1.
Analysis of the immunological characterization of auto-reactive T cells stimulated by CⅡ derived from synovial fluid in RA;
CⅡ诱导RA患者关节滑液中自身反应性T细胞的免疫学特性分析
参考词条
补充资料:代码生成


代码生成
code generation

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