1)  boot loader; bootstrap loader; bootstrap loading routine
引导装入程序
2)  tape bootstrap loader
带引导装入程序
3)  Guide
引导
1.
How the mainstream media of the institutions of higher education guide the campus opinion;
高校主流媒体如何引导校园舆论
2.
Cultivate and guide social opinions and expand the spirit of gallantry rise to the occasion;
培育和引导社会舆论弘扬见义勇为精神
3.
How to strengthen the guide and management to the social group on campus;
如何加强对大学生社团的引导和管理
4)  guidance
引导
1.
The practice and experience of specialty guidance for nursing students;
对护生进行专业引导的做法与体会
2.
Harmonious Integration with Good Guidance——Discussion on Some Problems with Town and Village Planning in Mountainous regions;
有机结合 善于引导——对当前山地村镇规划若干问题的探讨
3.
Parking guidance and information system(PGIS) based on dedicated short range communication(DSRC);
基于专用短程通信的停车引导和信息系统
5)  guiding
引导
1.
Network——guiding——self——teaching——instructing;
网络-引导-自学-辅导——《现代货币金融理论》导学模式探索
2.
This paper defines generalized travel cost in urban raft transit and analyzes the principles of guiding urban development by urban rail transit based on the urban gravitation field model.
分析广义出行费用的组成,以快速轨道交通条件下的广义出行费用为基础,借助城市吸引力场模型,阐述大容量快速轨道交通引导城市发展的作用机理,并对利用大容量快速轨道交通引导城市发展时应当注意的问题进行探讨。
3.
The paper presents three guiding methods provided by TMS320C6000 of DSP, narrates the realization method of guiding program from ROM against the background of taking the modularity operation board.
介绍TMS320C6000系列DSP提供的三种引导方式;以模块化运算板为背景详细叙述从ROM中引导程序的实现方法。
6)  Lead
引导
1.
The Government in the Game of Agricultural Industrialization:Lead or Mislead?;
农业产业化博弈中的政府:引导抑或误导
2.
Attach importance to leading social trend of thought and strengthen socialist ideology;
重视对社会思潮的引导与巩固社会主义意识形态
3.
The proper lead and education are good for political education for students in gym colleges.
体育院校在培养社会所需体育人才的过程中,应注意学生从众心理现象所产生的一系列问题,正确的从众心理分析和恰当的引导方式更加有利于体育院校学生思想政治教育的开展。
参考词条
补充资料:装入程序


装入程序
loader

  zhuangru ehengxu装入程序(foader)把保存在外存介质上的代码(通常是目标程序)装人内存并启动执行的程序。 根据目标程序的形式,装人程序可分为三类:绝对装人程序、再定位装人程序和连接装入程序。如果待装人的目标程序中的所有地址都是绝对地址,则装人过程是根据装人地址、启动地址及目标程序大小等信息,将目标程序读写到指定的内存位置,从指定的启动地址开始执行,完成这种过程的程序称为绝对装入程序。如果待装人的目标程序中的地址是相对地址,则可把日标程序置于内存的任何位置,装人程序根据存取方式的不同调整目标程序中的地址,这种装人程序称为浮动装入租序。连接装入粗序结合了浮动装人程序和连接编辑程序的功能,它把许多分别编译后的目标程序组合成一个可执行程序,再装入内存并启动执行。 装人程序可以是一个独立的程序,也可以是操作系统的一个部分。装人程序本身需驻留在内存,它的装人是由引导程序完成的。 一般装入工作是在整个程序执行前完成,但是有些情况下需要在程序运行中再装入某些程序。可在程序执行中装人新的目标程序并将控制传递给该程序的装人程序称为份态装入租本-
  
说明:补充资料仅用于学习参考,请勿用于其它任何用途。