动态连接库 meaning in Chinese
dll dynamic link libraries
dll dynamic link library
dynamic link libraries
Examples
- Disadvantages : apps are large and require several large runtime dll ' s to run
缺点:程序很大,而且运行时需要几个巨大的运行时动态连接库。 - All external references are resolved to create an executable program or a dynamic - link library
所有的外部引用均被解析以创建可执行程序或者动态连接库 - My samples all rely on what amounts to a kernel - mode dll named generic . sys
我的实例全都依赖一个相当于一个内核模式动态连接库的叫做generic . sys的(文件) 。 - It doesn t notify dynamic - link libraries of the stop , so system - wide resource leaks can develop
(它不把stop消息通知动态连接库,所以可能导致系统级的资源漏洞。 - The programs of three algorithms are formed into dynamic link libraries ( dll ) , which can be used by other application program
三个算法的实现程序都做成动态连接库形式,可以被其它应用程序直接调用。