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