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%。
by allowing dynamic linking to individual gene or clone reports, source facilitates browsing of large genomic datasets.
通过允许动态链接到个别基因或克隆报告,source促进了大量基因组数据集的浏览。
and through the classics experiment simulation, has confirmed this dynamic linking library computation precision and efficiency, and developed the procedure「s application scope.
并通过对经典的试验的数值模拟,验证了该链接库的计算精度和计算效率,进一步开拓了程序的应用范围。
dynamic linking allows you to build a program that will run on a much broader variety of systems.
动态链接让您构建的程序能够在更大范围内的系统上运行。
the dynamic libraries are mapped into the application execution memory by the dynamic linking loader.
通过动态链接装入器,将动态库映射进应用程序的可执行内存中。
the runtime performance costs of dynamic linking are substantial compared to those of static linking, since a large part of the linking process has to be redone every time a program runs.
与静态链接相比,动态链接在运行时性能上付出的成本要大得多,这是因为链接过程中的很大一部分不得不在程序每次运行的开始重复进行。
the dynamic linking loader routine dlopen needs to find the shared object file in the filesystem to open the file and create the handle. there are four ways to specify the file」s location
动态链接装入器例程dlopen需要在文件系统中查找共享目标文件以打开文件并创建句柄。
the same dynamic linking loader is used to map a dll into the application「s memory after it is running.
使用相同的动态链接装入器在应用程序运行之后将dll映射进应用程序的内存。
the user exit code shown below is compiled as a dynamic linking library (for example: dll).
下面所示的用户退出代码被编译成动态链接库(如dll)。
from these, makesanalysis on how to realize the techniques based on dynamic linking library(dll)and rebound port.
在此基础上,分析如何基于动态链接库(dll)和端口反弹木马技术实现木马程序。
dynamic linking library technology is applied in datum encrypting, so that the quality of the system」s module designing is improved.
数据加密模块采用了动态链接库技术,在系统的模块化设计方面进行了研究。
shared object libraries and the dynamic linking loader available in linux provides additional capabilities to applications.
linux中的共享目标代码库和动态链接装入器向应用程序提供了额外的功能。
enabling runtime dynamic linking is a three-step process
启用运行时动态链接需要三步
users interested in learning more about dynamic linking on linux have a broad field of options.
有兴趣深入了解linux 中的动态链接的用户有很多选择。
dynamic linking defers much of the linking process until a program starts running.
动态链接将链接过程推迟至程序开始运行之时。
the dynamic linking loader example program is a small c program designed to exercise the dl routines.
动态链接装入器示例程序是一个小的c程序,该程序被设计用来练习dl例程。
the application gains access to the shared objects by using function calls dlopen, dlsym, and dlclose to the dynamic linking loader.
应用程序通过使用对动态链接装入器的dlopen、dlsym和dlclose函数调用来获取对共享目标文件的访问。