释义 |
dynamic allocation 动态分配(法);[动态配置] 1. Assignment of system resources to a program at the time the program is executed rather than at the time it is loaded into main storage. 在程序运行时为该程序分配系统资源,而不是在程序装入主存时就进行这种分配。比较 static allocation。 2. An allocation technique in which the resources assigned for the execution of computer programs are determined by criteria applied at the moment of need. 一种计算机资源分配技术,其中根据当时的需要(这样的原则)来确定如何给正在执行的 计算机程序分配各种资源。 |