target module的用法和樣例:
例句
- An object module is a machine-language translation of a source module, and may include references to other subroutines.
目標模塊是由源模塊轉換成的機器語(yǔ)言程序,它可以包括其它子程序的調用。 - Linkers fix up references between these object modules, where a routine or data structure referenced in one module actually exists in another module.
連接器負責解決目標模塊之間的引用,例如一個(gè)模塊中引用的例程或數據結構事實(shí)上在另外一個(gè)模塊之中。