static linking
常见例句
- This type of linking is called static linking.
這種鏈接稱爲 靜態鏈接。 - It is a simpler process in a static linking system than in a dynamically linked system.
這個過程在靜態鏈接系統中比在動態鏈接系統中更簡單。 - There are two ways to incorporate the CRT and/or the C++ Library code into a program: static linking and dynamic linking.
有兩種方式可以實現把CRT和C++庫的代碼嵌入一個項目中:靜態鏈接和動態鏈接。 返回 static linking