释义 |
program relocation 程序再定位(法);[程式重置] 1. The execution of a program in a location that is different from the location for which the program was originally assembled. 程序在与它最初汇编时被安排的位置不相同的位置上运行(的处理方法)。 2. The moving of an object program in main memory at run time in order to make the best use of available memory. The object program is not aware of its physical change of position and therefore does not alter its own program addresses. 在运行时目标程序在主存中的移动,以获得可用内存的最佳利用。目标程序并不意识到其 位置的实际变化,因此并不改变其程序本身的地址。 |