从字面上看,运行库是程序在运行时所需要的库文件。通常运行库是以DLL形式提供的。Delphi和C++ Builder的运行库为.bpl文件,实际还是一个DLL。运行库中一般包括编程时常用的函数,如字符串操作、文件操作、界面等内容。不同的语言所支持的函数通常是不同的,所以使用的库也是完全不同的,这就是为什么有VB运行库、C运行库、Delphi运行库之分的原因。即使都是C++语言,也可能因为提供的函数不同,而使用不同的库。如VC++使用的运行库和C++ Builder就完全不同。
...Visual C++运行库(Visual C++ Runtime/Visual C++ Redist)是用Visual Studio编写的软件运行时必需的组件,很多软件为了缩小体积再发布时并不附带运行库,运行...
基于188个网页-相关网页
通用语言运行库 Common Language Runtime ; CLR ; CLR language ; Common runtime language
公共语言运行库 CLR ; Common Language Runtime ; Common Language Run ; SQLCLR
语言运行库 Common Language Runtime ; Common Language Runtime Library ; CLR
常用运行库 GoRuntime
运行库可调用包装 RCW ; Runtime Callable Wrapperm
关闭额外的运行库文件 disable-rpath
运行库检测工具 All in One Runtime
运行库合集 VC Redist Installer
一键运行库 GoRuntime
Guided by the scheme and strategies, we design and implement a portable CCRG-cafc compiler based on GUN Fortran compiler. Our compiler performs source-to-source translation from CAF to Fortran 90 with calls to runtime library primitives.
然后以方案为指导,在GUN Fortran编译器的基础上设计实现了CCRG-cafc编译器,通过源到源的转换将CAF代码转换为带有运行库调用的Fortran 90程序。
参考来源 - Co·2,447,543篇论文数据,部分数据来源于NoteExpress
运行库在何时初始化静态字段?
运行库不会给类型构造函数第二次机会。
The runtime does not give a type constructor a second chance.
运行库线程必须在调用类型构造函数之前获得此锁。
A runtime thread must acquire this lock before invoking the type constructor.
When you want to use a library like CS50's, you can't just run GCC on your program.
当你想使用一些CS50的库,不是只运行GCC就够了。
应用推荐