您要查找的是不是:
- In contrast, Windows must load a copy of the library code into memory for each application that is built with a static link library. 相反,对于每个用静态链接库生成的应用程序,Windows必须在内存中加载库代码的一个副本。
- Some operating systems support only static linking, in which system language libraries are treated like any other object module and are combined by the loader into the binary program image. 一些操作系统只是支持静态的链接,在这种情况下,系统中的语言类库就如同程序中其它的模块一样被子对待,并被编译链接为一个二进制的程序映象。
- It is a simpler process in a static linking system than in a dynamically linked system. 这个过程在静态链接系统中比在动态链接系统中更简单。
- In contrast, each application built with a static link library has the library code linked into its executable image as a separate copy. 相反,每个用静态链接库生成的应用程序均具有作为单独的副本链接到其可执行图像中的库代码。
- The Canon Digital Camera SDKs comprise a set of APIs, DLLs, and static link libraries that provide an interface for accessing Canon digital cameras and data generated by Canon digital cameras. 佳能数码相机SDK提供了一套API、DLL和静态链接库,可以通过它们来访问佳能数码相机以及由佳能数码相机生成的数据。
- Realization of dynamic and static link library in VC++ VC++中动态和静态连接库的实现
- CRT_INIT is available for both a statically linked CRT or linking to the CRT DLL Msvcrt. Dll, from a user DLL. CRT_INIT既可以用于静态链接的CRT;也可以从用户DLL链接到CRT DLL Msvcrt.;dll。
- Static -! Do not set this during bootstrap! Causes binaries to be statically linked instead of dynamically? 在系统引导过程中切勿使用该参数!因为这将导致二进制可执行文件使用静态连接而不是动态连接?
- I do not get any static on my set. 我的电视机没有静电干扰。
- The method of memory-mapped in static linked List 静态单链表存储结构算法分析
- Is there a link between smoking and lung disease? 吸烟与肺部疾病之间有关系吗?
- In contrast, statically linked object code requires that the application be relinked when the functions change. 相反,静态链接的对象代码要求在函数更改时重新链接应用程序。
- The historical reason is that earlier versions of LFS statically linked every program in this chapter. 历史的原因是早期的 LFS 版本在本章中需要静态连接。
- The act of linking a value to a particular attribute. 将一个值与一特定属性相连接的动作。
- He detached a link from a chain. 他从链子上拆下一个链环。
- Israel, Palestinians restore security link. 以色列巴勒斯坦重回安全临界线。
- Railway lines link country towns with the capital. 铁路把各个城镇与首都连接起来。
- Of course this number is inflated - statically linked programs would incorporate only those parts of the library that they use. 当然这个数字有一些夸张静态链接程序只合并它们使用的那部分程序库。尽管如此
- You have to of course, load your binary file image into the correct offset for it to run properly since all its relocations have been statically linked already. 当然,要能让它正确的运行,您必须把您的二进制文件装载到正确的偏移量,因为所有的重定位信息都已经被静态地连接好了。
- The Linux flavor comes in 4 different sub-flavors: for Intel and PowerPC architectures, and with statically linked or dynamically loaded libraries. Linux版又分为四个不同版本:Intel架构版、PowerPC架构版、静态链接库版和动态链接库版。