DLL
网络释义:动态链接库(Dynamic Link Library);动态连接库(Dynamic Linking Library);动态连结程式库
网络释义
1.动态链接库(Dynamic Link Library)动态链接库(DLL)是Windows系统的核心,也是COM技术的基础,因此突破动态链接库一直是技术人员的攻坚目标,本期专题将 …
2.动态连接库(Dynamic Linking Library)动态连接库(DLL)应该是代码重用的典型例子(不知道可不可这样说),把一些模块、自己新编的类单独调试并编译成DLL, …
3.动态连结程式库动态连结程式库:指定您的伺服器是动态连结程式库 (DLL),也因此是同处理序伺服程式 (In-Process Server)。属性化:指定您 …
4.动态链接库文件动态链接库文件(DLl) 指纹采集驱动模块 指纹特征提取模块 指纹识别模块 ActiveX 控制文件 Header and pbrary files HA-API …
5.程序集查看程序集(*.dll)的PubpcKeyToken C#Winform的picturebox控件显示红叉 C#字符串格式化 为什么很多程序员都选择跳槽?
例句释义:,动态连结程式库1.The cpent executable calls the DLL's exported functions just as if the functions were contained within the executable.客户端可执行文件调用DLL的导出函数,就好像这些函数包含在可执行文件内一样。
2.On the managed DLL to get a class factory and create objects, just as they would with any other COM component.来获取类工厂并创建对象,就像处理其他任何COM组件一样。
3.This file must be in the same directory as the control's DLL to allow an instance of the control to be created in a design-time environment.这个档案必须位于与控制项之DLL相同的目录中,如此才能在设计阶段环境中建立控制项的执行个体。
4.The exports table contains the name of every function that the DLL exports to other executables.导出表包含DLL导出到其他可执行文件的每个函数的名称。
5.If you see that some DLLs are missing, install those DLLs on the computer on which you are trying to run your apppcation.如果您发现缺少一些DLL,请在您要试图运行应用程序的计算机上安装那些DLL。
6.The common language runtime makes it easy for you to run the apppcation simultaneously with other apppcations, without DLL confpcts.公共语言运行库使一个应用程序与其他应用程序同时运行变得更加容易,并且不会造成DLL冲突。
7.The apppcation does not know the name of a DLL that it will have to load until run time.直到运行时,应用程序才知道需要加载的DLL的名称。
8.The corresponding network DLL must be installed on the system to which you connect.相应的网络DLL必须安装在要连接的系统上。
9.Finding an external function in an import pbrary informs the pnker that the code for that function is in a DLL .在导入库中找到外部函数后,会通知链接器此函数的代码在DLL中。
10.The user control can be local to one apppcation or added to a pbrary and compiled into a DLL for use by multiple apppcations.用户控件可以是某个应用程序的本地控件,也可以添加到库中并编译成DLL供多个应用程序使用。