启动程序,bootloader
1)bootloader启动程序
1.Researching and design of bootloader based on ARM-Linux embedded mobile POS system基于ARM-Linux嵌入式移动POS机系统中启动程序的研究与设计
2.The purpose of bootloader development is to build optimized booting environment in which embedded operating system is able to correctly operate with specific hardware platform.启动程序开发的主要目的是为嵌入式操作系统在特定的硬件平台上营造优化的启动环境并保证其正常运行。
英文短句/例句

1.The Function of Automatic Starting of Windows 98;Windows 98的自动启动程序功能
2.extended checkpoint restart扩充的检查点重启动程序;扩充的检验点再启动
3.Failed to start the Java debugger.启动Java调试程序时失败。
4.Unable to launch applicatio无法启动应用程序。
5.Unable to launch application!无法启动应用程序!
6.Startup application : Specifies the startup application name.启动应用程序:指定启动应用程序的名称。
7.%1 Setup could not start the hotfix installation program.%1 安装不能启动修补程序的安装程序。
8.Client Application setup failed to launch“客户端应用程序”安装程序启动失败
9.Start mode : Specifies the application start mode.启动模式:指定应用程序的启动模式。
10.program activation vector (PAV)程序活动向量;程序激活向量;程序启用向量
11.Incorrect Application Start-up Sequence Detected检测到不正确的应用程序启动顺序。
12.The remote access service setup utility failed to start.无法启动远程访问服务安装程序。
13.This agent will begin using the new profile when the agent is next started.当代理程序下一次启动时,此代理程序将使用新的配置文件启动。
14.Setup must now restart your computer. Setup will continue after the restart.安装程序现在必须重新启动计算机。重新启动后,安装程序将继续。
15.An "Application Only" boot restarts applications, such as the RCSs, and any supporting processes."仅应用程序"启动会重启应用程序,比如 RCS,和任意支持过程。
16."Starts the Task Scheduler service so that scheduled programs will be run."启动“任务计划程序”服务,以运行计划的程序。
17.This program comes from an unknown source that may not be trustworthy. Do you want to start this program?此程序来源不明,不被信任。要启动此程序吗?
18.This program comes from an unknown source that may not be trustworthy. Do you want to start this program?\0此程序来源不明,不被信任。要启动此程序吗?\0
相关短句/例句

initiating procedure启动程序
1.The evidentiary provisions of Civil Procedural Law of the People s Congress by the Supreme People s Court acquire significant contribution of safeguarding party s rights in civil judicial expertise s initiating procedure.《证据规定》在对司法鉴定启动程序中当事人权利的保障上取得了重大突破,同时也存在很多不足之处。
3)startup programs启动程序
1.The consideration of constructing Forensic startup programs关于构造司法鉴定启动程序的思考
4)application launch程序启动
1.Optimized customization of application launch mechanism in Linux hand-held embedded systemLinux手持嵌入式系统程序启动机制的优化定制
5)restart routine程序启动程序
6)self-triggered program自启动程序
延伸阅读

编译程序的编译程序编译程序的编译程序compiler-compiler b Ianyi ehengxu de blanyi chengxu编译程序的编译程序《compile卜伪mpiler》产生编译程序的编译程序。它接受用某一适当的表示体系描述的某一语言类中任一语言A的词法规则、语法规则、语义规则和(或)代码生成规则,并从这些描述产生出用目标语言B写的关于语言A的编译程序的全部或部分。编译程序的编译程序又称为偏译租序的生成租序。 通常,编译程序分成词法分析程序、语法分析程序、语义分析程序、代码生成程序等若干部件。这些部件可以用一个总的编译程序的编译程序的不同部分来生成,也可以分别用不同的专用生成程序来生成。这些专用生成程序包括词法分析程序的生成程序,语法分析程序的生成程序和代码生成程序的生成程序等。 词法今析租序的生成粗序接受以正则文法或其它类似文法描述的单词,构造一个有限状态自动机,由此生成一个词法分析程序。 语法介析程序的生成程序接受以上下文无关文法的形式描述的源语言的语法,生成一个语法分析程序。各种语法分析程序的生成程序随实现语言、语法分析算法的原理以及源程序中语法错误处理能力的不同而异。如采用LR的语法分析程序的生成程序YACC和采用递归下降法的语法分析程序的生成程序L比en。 语义分析程序、中间代码生成程序和目标代码生成程序的生成程序的设计与实现与形式化的语义描述紧密相关。语义描述形式化技术相当困难,目前大多数生成程序中语义描述还是采用非形式化,它们的基本思想是为源语言的上下文无关文法的语法符号或产生式配以翻译子程序(语义动作或语义子程序)。 现有不少性能很好的编译程序的编译程序,如词法分析程序的生成程序LEX,语法分析程序的生成程序yACC和LLgen,它们都显著提高了编译程序的开发效率。