library n. 1.图书馆,图库;藏书楼;藏书。 2.丛书,文库。 a circulating library 流动图书馆。 a free library 免费图书馆。 reference library (书不外借的)参考图书馆。 have a library of 5000 volumes 藏书五千册。 Everyman's L- 〔英国〕人人文库[丛书]。 a walking library 活字典,博学家。
3 . a set of test programs based on windows2000 os are discussed . futhremore , the test panel program and dynamic link library program are given 3 .设计并实现了一整套基于windows2000系统下的测试软件,包括测试面板程序,动态链接库程序等。
Platform invoke is a service that enables managed code to call unmanaged functions implemented in dynamic link libraries dlls , such as those in the win32 api 利用平台调用这种服务,托管代码可以调用在动态链接库( dll ) (如win32 api中的dll )中实现的非托管函数。
The windows forms activex control importer aximp . exe creates event arguments of a different type than expected upon importation of activex dynamic link libraries Windows窗体activex控件导入程序( aximp . exe )创建的事件参数的类型不同于导入activex动态链接库时所需的事件参数类型。
In view of the real - time characteristic required by the project , some corresponding measures , such as dynamic link library , is in action and the structure of the software is also optimized for the same reason 考虑到工程项目实时性的要求,编制了相应的动态链接库,对软件结构也进行了优化。
Because the dynamic linking library has many good features , including easy debugging , using function of dll without knowing the detailed working mode etc , we build the graphic interface into dll 由于动态链接库有方便调试、且使用其函数而不必了解函数的具体工作方式等优点,将图形接口生成动态链接库。
At the same time , the module of scheduler is established and some programs are improved by the ways of dynamic link library after the interface problems between vb and fortran are solved 并通过研究编程工具vb与fortran的数据传递接口技术,将相关fortran计算程序改进为dll以支持并发和提高计算速度。
When you install a component into com , com examines the dynamic link library of the component to determine whether it is compiled for the 32 - bit architecture or the 64 - bit architecture 在您将某个组件安装到com +中时, com +会检查该组件的动态链接库( dll ) ,以确定该组件是为32位结构还是64位结构编译的。
Thus the efficiency of the development is greatly raised and its cycle becomes shorter , we use vc + + to generate some functions as dynamic link library ( dll ) to be called by vb 用rtp函数对传输的监控信息进行合理封装; ( 6 )用rdo技术实现对系统数据库的远程访问; ( 7 )用netmeeting实现对视频信息的网络传输等等。
You build the functionality that you want into a library , such as a dynamic link library and add the library as an assembly to an instance of analysis services or to an analysis services database 应当在诸如动态链接库( dll )这样的库中构建所需的功能,然后将库作为程序集添加到analysis services实例或analysis services数据库。
It makes each applications use the same dynamic link library , the sharing data is defined in that dynamic link library . it also can let different programming language applications share data 使得各个应用程序共同使用一个动态链接库,而需要共享的数据在该库中定义,达到共享的目的,并且也能使不同语言的应用程序之间共享数据。