网站首页  词典首页

请输入您要查询的英文单词:

 

单词 static library
释义

static library

  • 网络静态库;静态链接库;静态函式库
1.
静态库
静态库Static Library):该类型的库本质上是目标代码(Objuect Code)的集合,在程序编译过程中,用于向最终生成的可 …
book.51cto.com
2.
静态链接库
静态链接库(static library)也被成为存档文件(archive),是一个存储了多个对象文件(object frile)的单一文件。编译器在得到一个 …
blog.csdn.net
3.
静态函式库
[C ]使用静态函式库(Static Library)开出类别给其他组件使用 | Home | [C ][Visual Studio]Natived C 使用Visual Studio做单 …
www.dotblogs.com.tw
4.
静态类库
静态类库(Static Library)详细教程(1) NewsStand功能 IOS5 iphone(1) CLLocationManager定位经纬度,MKReverseGeocoder …
blog.csdn.net
5.
静态程序库
所以 C 语言提供了一种将多个目标文件打包成一个文件的机制,这就 是静态程序库(static library)。开发者在链接时只需指定程 …
www.docin.com
6.
静态函数库
静态函数库Static Library)扩展名:libxxx.o 特点:相对于动态函数库,利用静态函数库编译成的文件大小会相对大一些;编 …
blog.csdn.net
7.
静态连结函式库
你可能用到了静态连结函式库 (static library) 吧,改一下专案的连结器设定,使用动态连结函式库,应该就可以解决你的问题了 …
social.msdn.microsoft.com

例句

释义:
1.
You can link a static library to an MFC-based program or to a non-MFC program.
可以将静态库链接到基于MFC的程序或者非MFC程序。
msdn2.microsoft.com
2.
Since the project will be used to compile the OpenLDAP client library, the project should be created with the static library template.
因为将使用这个项目编译OpenLDAP客户端库,所以应该用静态库模板创建它。
www.ibm.com
3.
Once installed, you use the static library to compile your own programs, just like any other library.
安装之后,就可以使用静态库来编译您自己的程序,如同其它库一样。
www-128.ibm.com
4.
The next couple of sections in this document focus on porting dynamic and static library project variants from Windows to UNIX.
本文在下面的几个部分中将重点关注如何将动态和静态库项目变体从Windows移植到UNIX。
www.ibm.com
5.
If you make a change in a static library, execution continues with the old version and no warning is issued.
如果您变更静态程式库,执行仍会使用旧版本继续进行,不会发出任何警告。
technet.microsoft.com
6.
Additionally, one or more of the above-mentioned APIs may reside in a static library included with your application.
此外,一个或多个上述的API,可能驻留在静态库中包括与你的申请。
www.bing.com
7.
Indicates that the wizard will generate a project for a static library application.
指示向导将为静态库应用程序生成一个项目。
technet.microsoft.com
8.
Important: Using a DLL that exports C classes should be considered no different than using a static library.
重要事项:使用一个导出C 类的DLL和使用一个静态库没有什么不同。
blog.sina.com.cn
9.
A static library is a file containing objects and their functions and data that links into your program when the executable file is built.
静态库是包含生成可执行文件时链接到程序中的对象及其函数和数据的文件。
msdn2.microsoft.com
10.
The project does not use a precompiled header file (this option is available for static library projects only).
项目不使用预编译头文件(此选项仅对静态库项目可用)。
msdn2.microsoft.com
1.
A static library can introduce its own new dependencies, and you can't check them as easily.
静态程序库可能引入其自己的新的依赖,而且不容易检查到它们。
www.ibm.com
2.
Creates a static library and an application that references it.
创建一个静态库,以及一个引用它的应用程序。
msdn2.microsoft.com
3.
Specifies that the static library project uses a pre-compiled header.
指定静态库项目使用预编译头。
msdn2.microsoft.com
4.
This will add the new project to the same solution as the static library.
这会将新项目添加到该静态库所属的同一个解决方案中。
msdn2.microsoft.com
5.
This selection is unavailable for static library projects.
此选项对静态库项目不可用。
msdn2.microsoft.com
6.
Remember, using a DLL that exports C code is the same as using a static library with the same code.
记住,使用一个带有导出C 代码和使用带有相同代码的静态库是完全一样的。
blog.sina.com.cn
7.
The ar tool creates a static library, libuser. a, and puts copies of the user_sqrt1. o and user_log1. o object files in it.
ar工具创建了静态库libuser.a,并将user_sqrt1.o和user_log1.o目标文件的副本放置于其中。
www.ibm.com
8.
If you make changes to a static library using Edit and Continue, you need to manually rebuild the library and relink applications using it.
如果使用“编辑并继续”更改静态库,需要使用“编辑并继续”手动重新生成库并重新链接应用程序。
technet.microsoft.com
9.
This creates a static library that can be used by other programs.
这将创建一个可供其他程序使用的静态库。
msdn2.microsoft.com
10.
A Study of Static Library Functions Recognition in Decompiling
反编译中的静态库识别研究
www.wanfangdata.com.cn
1.
A normal static library is in a format created by the
常规的静态程序库的格式是
www-128.ibm.com
2.
Automatically re-link a project when a dependant static library has been changes
当依赖于一个项目存在的这个静态库被改变时自动重新连接这个项目
blog.sina.com.cn
3.
Creating an application that references the static library
创建引用静态库的应用程序
msdn2.microsoft.com
4.
A static library file provides the following benefits
静态库文件有以下优点
msdn2.microsoft.com
5.
Static library or Archive library
关于静态库
blog.csdn.net
6.
Use MFC in a static library
使用静态库中的MFC
msdn2.microsoft.com
7.
To create a new static library project
创建新的静态库项目
msdn2.microsoft.com
8.
To add a class to the static library
向静态库添加类
msdn2.microsoft.com
9.
To use the static library:
使用静态库:
blog.sina.com.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/27 1:47:06