说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 启动代码vivi
1)  vivi
启动代码vivi
1.
Fist it says the target board and Linux,then describes the theory of the cross compiler,focusing on the framework and functionality of Bootloader,introduces the config of vivi and the proces of compiler.
首先介绍了目标平台和Linux,接着介绍了交叉编译环境的建立原理,着重介绍了BootLoader的架构和功能,给出了启动代码vivi的配置和编译过程。
2)  Boot Code
启动代码
1.
Analysis of ARM Boot Code and Remap Technology;
ARM启动代码与Remap技术分析
2.
Analysis on Boot Code for lpc2294
lpc2294启动代码分析
3.
Programming ARM CPU with C language needs boot code,witch is usually written by assemble language with the mission of starting the C language code and fulfilling some functions that can not be fulfilled by C language.
对ARMCPU进行C语言编程需要启动代码。
3)  Startup Code
启动代码
1.
By analyzing the executive code generated from Borland C++ compiler in tiny mode, and creating a special Startup Code for BIOS, we have made it practicable to code BIOS in C Language.
通过分析BorlandC++微模式下编译产生的可执行代码,并创建了适合BIOS程序设计的启动代码,实现了用C语言编写BIOS程序。
2.
Based on AT91RM9200,illustrates the important task and realization method of BootLoader,it also analyzes the well-tested startup code and designs a smart startup code.
基于AT91RM9200硬件平台,介绍了BootLoader开发要完成的主要任务和实现方法,并对经过实践验证的启动代码进行了详细的分析,设计与实现了具有良好可移植性的简单灵巧的嵌入式系统的启动程序。
4)  Bootloader
启动代码
5)  OAL launch codes
OAL启动代码
6)  Redboot bootcode
Redboot启动代码
补充资料:代码生成


代码生成
code generation

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