dynamic adj. 1.動(dòng)力的,動(dòng)力學(xué)的;力學(xué)(上)的;動(dòng)(態(tài))的;起動(dòng)的。 2.有力的,有生氣的;能動(dòng)的;(工作)效率高的。 3.【音樂】力度;強(qiáng)弱法的。 4.【醫(yī)學(xué)】機(jī)能(上)的。 5.【哲學(xué)】動(dòng)力論的,力本論的。 a dynamic personality 活躍的性格。 a dynamic atmosphere 生氣勃勃的景象。 a dynamic population 動(dòng)態(tài)人口。 n. 〔限指 dynamic〕 (原)動(dòng)力;動(dòng)態(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.