您要查找的是不是:
- This process is termed dynamic linking. 这个过程被称为动态链接。
- One of the potential advantages of dynamic linking, however, is in fixing bugs. 不过,动态链接的可能优势之一在于修正缺陷。
- A dynamic link library (DLL) initialization routine failed. 动态链接库(DLL)初始化例程失败。
- Invalid Vxd Dynamic Link call to Device number 3,service B. 哭求高手,就是进不了系统,重装也不行!
- Invalid vxd dynamic link call to device number 3 ,service B. 然后就关闭计算机了!不知是何故啊!谢谢帮助解决!
- This will add the new project to the same solution as the dynamic link library. 这会将新项目添加到该动态链接库所属的同一个解决方案中。
- Explains how to use the MFC DLL Wizard to create an MFC Dynamic Link Library. 解释如何使用MFC DLL向导创建MFC动态链接库。
- PHP itself can run as either a dynamic link library (DLL) or a CGI script. PHP本身可以以动态链接库(DLL)方式或者CGI脚本方式运行。
- The dynamic libraries are mapped into the application execution memory by the dynamic linking loader. 通过动态链接装入器,将动态库映射进应用程序的可执行内存中。
- Dynamic linking allows you to build a program that will run on a much broader variety of systems. 动态链接让您构建的程序能够在更大范围内的系统上运行。
- Dynamic linking provides a way for a process to call a function that is not part of its executable code. 动态链接提供了一种方法,使进程可以调用不属于其可执行代码的函数。
- Implicit linking is sometimes referred to as static load or load-time dynamic linking. 隐式链接有时称为静态加载或加载时动态链接。
- SFX Context Sensitive Linking based on OpenURL and CrossRef based on DOI are two current dynamic linking systems. 介绍基于OpenURL的SFX Context Sensitive Linking和基于DOI的CrossRef这两种目前主流的动态链接系统。
- This paper describes DLL(Dynamic Linking Library), its basic concept and mechanism. 本文叙述了Windows动态链接库(DLL-Dynamic Linking Library)的基本概念,工作机制。
- Educationally, knowing the difference between static and dynamic linking is useful. 教育性的,是让大家知道静态连接和动态连接的区别。
- A frame is used to store data and partial results, as well as to perform dynamic linking, return values for methods, and dispatch exceptions. 结构体用于储存数据和部分结果,同时也用于执行动态链接、对方法返回值、分发异常等工作。
- Performance is also improved in FC 6 by as much as 50 percent, thanks to dynamic linking for application using DT_GNU_HASH. 由于使用了DT_GNU_HASH动态链接来处理程序,该版本的性能将比以往提高达50%25。
- Thus, the next time that code segment is reached, the library routine is executed directly, incurring no cost for dynamic linking. 所以,当这下一次再执行到这个代码部分的时侯,这个类库例程就会直接被执行,也就不会再次引发动态的链接事件。
- A dynamic linking library (DLL) is linked to your program at run time. 动态链接库(DLL)在运行时链接到程序。
- Note Implicit linking is sometimes referred to as static load or load-time dynamic linking. Explicit linking is sometimes referred to as dynamic load or run-time dynamic linking. 隐式连接有时指静态载入或载入时动态连接。显式连接有时指动态载入或运行时动态连接。