dynamic adj. 1.動力的,動力學(xué)的;力學(xué)(上)的;動(態(tài))的;起動的。 2.有力的,有生氣的;能動的;(工作)效率高的。 3.【音樂】力度;強弱法的。 4.【醫(yī)學(xué)】機能(上)的。 5.【哲學(xué)】動力論的,力本論的。 a dynamic personality 活躍的性格。 a dynamic atmosphere 生氣勃勃的景象。 a dynamic population 動態(tài)人口。 n. 〔限指 dynamic〕 (原)動力;動態(tài)。 adv. -ally
Dynamic loading is a mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory. Unlike static linking and loadtime linking, this mechanism allows a computer program to startup in the absence of these libraries, to discover available libraries, and to potentially gain additional functionality.