DLL:动态链接库

“Dynamic Link Libraries”(动态链接库)常被缩写为DLL,以便于书写和日常使用。这一术语广泛应用于计算机科学及软件开发领域,尤其在涉及程序资源共享和模块化设计的学术讨论中频繁出现。

Dynamic Link Libraries具体释义

  • 英文缩写:DLL
  • 英语全称:Dynamic Link Libraries
  • 中文意思:动态链接库
  • 中文拼音:dòng tài liàn jiē kù
  • 相关领域dll 图书馆

Dynamic Link Libraries的英文发音

例句

  1. Shared objects are analogous to Windows DLLs ( Dynamic Link Libraries(DLL) ).
  2. 共享对象类似于Windows的DLL(动态链接库(DLL))。
  3. This has the advantage of making virus injection virtually impossible, at the cost of not being able to use dynamic link libraries or meta-programming techniques.
  4. 由此带来的优势就是使病毒注入几乎不可能,而作为代价,动态链接库(DLL)和元编程技巧就不能使用了。
  5. The object code of static libraries, as opposed to dynamic link libraries, is linked when the application compiles and, as such, becomes a part of the application.
  6. 与动态库不同,在编译应用程序时对静态库的目标代码进行连接,并且因此成为该应用程序的一部分。
  7. Slot token dynamic link libraries ( STDLLs )
  8. 槽令牌动态链接库(DLL)(STDLL)
  9. This paper discusses the principle of writing Dynamic Link Libraries(DLL) in C language under Win32 surrounding.
  10. 讨论了Win32下用C语言创建动态库的原则;