dynamic link library
dynamic link library什么意思,dynamic link library翻译
基本解释
un.: 动态链接库
网络: 动态链接库函数;动态连结程式库;动态链接库DLL
英汉解释
动态链接库
例句
Then dynamic link library of the software is programmed adopting the C language; and the criterion can be used in the general software.
利用C语言程序编写的动态链接库文件,实现了该准则在通用软件的科学仿真计算。
In most scenarios, an assembly contains all or part of a reusable library and is contained in a single dynamic-link library (DLL).
在大部分情况下,组件含有所有可重复使用的程式库或是其中的一部分,且包含在单一动态连结程式库(DLL)中。
DLL Dynamic Link Library. Dynamic Link Libraries are loaded in response to an explicit API call made by an executing program.
动态链接库:运行中的应用程序从外部通过显式声明的API调用来装载DLL。
Usually hook the installation and handling functions on the dynamic link library for the system call for each process.
通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。
Extension DLLs are built using the dynamic-link library version of MFC (also known as the shared version of MFC).
扩展DLL是使用MFC动态链接库版本(也称作共享MFC版本)生成的。
All user exits (irrespective of the platform) are compiled and built into Dynamic Link Library or Shared Object with the extension . lel.
所有用户出口(与平台无关)将编译并构建为带.lel文件扩展名的动态链接库或共享库。
Indicates that the wizard will generate a project for an empty dynamic link library application.
指示向导将为空动态链接库应用程序生成一个项目。
C can only dynamically link a new load module type called a DLL (Dynamic Link Library).
C程序只能动态地链接一种新的装载模块类型,DLL(DynamicLinkLibrary)。
The ODBC Cursor Library is a dynamic-link library (DLL) that resides between the ODBC Driver Manager and the driver.
ODBC游标库是一个驻留在ODBC驱动程序管理器和驱动程序之间的动态链接库(DLL)。
Dynamic link library A library containing functions that are linked and stored separately from the programs that use them.
动态链接库:库文件包含的函数的链接和存储同应用程序相分离。