单词 | standard library |
释义 | 例句释义: 标准程序库,标准库,标准程式库,标准链接库 1. But it loses a bit of it's power if it isn't available in the standard library. 但如果标准库没有提供相应的支持,那效果就要大打折扣了。 www.infoq.com 2. Java didn't make it easy to reuse existing code, so it needed a comprehensive standard library from the start. Java并没有使原有的代码重用变得简单,所以它需要自己的库。 www.bing.com 3. When the SPU needs to do any standard library calls like printf or exit, it has to call back to the main thread. 当SPU需要执行任何标准的库调用时,例如printf或exit,它都需要回调主线程。 www.ibm.com 4. ABC had no concept of a standard library. ABC是没有标准函数库一说的。 www.bing.com 5. This example shows off the extensive number of functions the Python Standard Library os module provides. 该示例展示了Python标准库os模块所提供的数量众多的函数。 www.ibm.com 6. With the widespread availability of the standard library, it is possible to use and learn C more effectively than in the past. 随着标准库的广泛可用,我们现在能够比以往任何时候更高效地学习和使用C 。 www.bluemsg.com 7. Use this handy reference to see which modules are in the standard library. 要浏览所有的标准库模块,参考这个手册。 www.bing.com 8. We do hope to eventually share as much of the standard library code as possible with Rubinius. 我们真心希望最终可以和Rubinius尽可能多的共享标准库代码。 www.infoq.com 9. The standard library ensures that an input text stream appears as a sequence of lines, each terminated by a newline. 标准库能否确保,怎么确保文本流是一些以新行符结尾的行序列?谢谢! bbs.chinaunix.net 10. In the first example, you create a document, then add a new module to the standard library for that document. 在第一个示例中,首先创建一个文档,然后,针对该文档将一个新的模块添加到标准库中。 www.ibm.com 1. However, the term STL is still ubiquitous and used as a synonym for the C Standard Library. 但是现实中STL已经无处不在了,成了C 标准库的同义语。 www.cnblogs.com 2. For information on function signatures, see any standard library documentation or read the reference section of this documentation. 有关函数签名的相关信息,请见标准库的文档或阅读本文档的参考一节。 boost-doc-zh.googlecode.com 3. Most of the standard library and built-in Boolean functions that previously returned integers will now return Booleans . 以前返回整数的大部分标准库函数和内建布尔型函数现在返回布尔型。 dictsearch.appspot.com 4. The standard library has useful code, but it is small compared to what is available in more established languages. Go语言标准库有些有用的代码,但这与更为成熟的语言比起来仍还是很少的。 www.infoq.com 5. The definition of an extensive standard library makes a difference to the way C concepts can be presented. 一个广泛的标准库定义使我能够以一种与以前不同的方式介绍C 的各种概念。 blog.sina.com.cn 6. This time, the list of methods is for the String class, which is in the Standard library. 此时,方法列表是针对String类的,它在Standard库中。 www.ibm.com 7. standard-library: benchmarks that specifically exercise Ruby's standard library classes and methods. Ruby的标准库中类和方法的评测。 www.infoq.com 8. It is not quite true that Python's standard library lacks support for asynchronous, non-blocking network applications. Python的标准库缺少对异步、非阻塞网络应用程序的支持的说法并不完全正确。 www.ibm.com 9. I'm also in favour of Test-Driven Development; not sure if the Node. js community has chosen a de-facto standard library for testing. 我也很喜欢测试驱动开发;不知道Node.js社区是否已经选择了测试库的事实标准。 www.infoq.com 10. The runtime environment includes the full Python language and most of the Python standard library. 的运转环境,包括充分的Python言语和大多数的Python准则库。 www.macoupedumonde.com 1. If you don't use anything from the standard library, you can use the smaller jruby. jar and decrease the download by roughly one megabyte. 如果你不使用标准库,那么你可以使用更小的jruby.jar,这样可以减少大约1M的下载量。 www.infoq.com 2. The Standard Library uses typedefs extensively to create such platform-independent types: size_t, ptrdiff_t and fpos_t are a few examples. 标准库广泛地使用typedef来创建这样的平台无关类型:size_t,ptrdiff和fpos_t就是其中的例子。 blog.163.com 3. Gnuplot reads in the data using the C standard library's scanf function, with the given format string (see help using for all the details). Gnuplot使用C标准库的scanf函数以及给定格式字符串(有关详细信息,请参阅helpusing)读入数据。 www.ibm.com 4. One approach is to make standard library routines more resistant to attack. 一种方法就是使标准库对攻击更具抵抗力。 www.ibm.com 5. More generally, the standard library has been continuously refined and revised as our understanding of Go's idioms deepens. 除此之外,随着我们对Go的理念理解的深入,标准库也持续地得以精炼和修正。 www.cnbeta.com 6. Objective-C originally didn't come with much of a standard library. Objective-C原本没有很多标准库。 www.bing.com 7. This new . chm file includes documentation on the Python language and standard library. 这个新的chm文件包括Python语言及标准库的文档。 www.infoq.com 8. Initially the problem has been tackled by applying the standard library procedures of loans and photocopies. 问题的解决最初是通过应用图书馆外借和复制的标准程序。 www.bing.com 9. The usual solution is to store macros used as functions in the Standard library. 通常的解决办法是,将宏中使用的函数存储在标准库中。 ooo.pingju.org 10. The Python standard library includes support for DOM and SAX processing of XML documents. Python标准库包含对XML文档的DOM和SAX处理的支持。 www-128.ibm.com 1. You couldn't say, "This language is implemented in C, so let's just add another function to the standard library that does open a file. " 如果你这样想:“这个语言是用C实现的,所以我们在它的标准库里面加个读文件的函数难道不就行了?”,那就大错特错了。 www.bing.com 2. This book presents every major C language feature and the standard library. 本书将介绍C 语言每种主要的特征以及标准库。 blog.sina.com.cn 3. On the left navigator, select the Standard library under the Untitled document (this name changes when you save the document). 在左边的导航器中,选择Untitled文档(保存文档时名字会改变)下的Standard库。 www.ibm.com 4. The C programming language defines its own standard library. C 编程语言有其自己的一套标准库。 www.cnblogs.com 5. Prior to the advent of the standard library, C programs made heavy use of arrays to hold collections of objects. 在出现标准库之前,C 程序大量的使用数组保存一组对象。 hi.baidu.com 6. Chapter 7 describes the standard library, which provides a common interface to the operating system. 第7章讨论标准库,它提供了与操作系统的一个公用接口。 hi.baidu.com 7. If the macro is large or if there are many macros, a stub with the desired name is stored in the Standard library. 如果宏很大或如果有很多的宏,命名一个stub并将其存入标准库中。Stub宏加载包含相应执行的库,然后调用执行。 ooo.pingju.org 8. It is assumed that the C compiler and standard library are both compliant with the Standard and work correctly. 我们假设C 编译器和标准库与“标准”相兼容,而且能正常工作。 hi.baidu.com 9. You access the new framework by importing the standard library module abc. 可以通过导入标准库模块abc来访问这个新框架。 www.ibm.com 10. RubyGems will look for the progressbar. rb file in the standard library locations. RubyGems会在标准库的路径中寻找progressbar.rb文件。 www.bing.com 1. Outside of the standard library, there are third solutions such as twisted, stackless, and the processing module, to name a few. 除了标准库之外,还有一些第三方的解决方案,例如Twisted、Stackless和进程模块。 www.ibm.com 2. The C 11 Standard Library uses move semantics extensively. Many algorithms and containers are now move-optimized. C 11标准库广泛使用移动语义。许多算法和容器目前都享有移动语义带来的优化。 www.bing.com 3. The model of input and output supported by the standard library is very simple. 由标准库提供的输人输出模型非常简单。 hi.baidu.com 4. This is the standard library function reset that sets an area of memory to a known value. 这是一个标准库函数,它设置一块内存区域为某个值。 wiki.chinaunix.net 5. Of course, you can get rid of all of those directory flags if the library is installed in a standard library location. 当然,如果这个库被安装到了一个标准的库位置,就不用使用这些目录标志了。 www.ibm.com 6. As of Python 2. 1, pydoc (and its supporting inspect ) is part of the standard library. 对于Python2.1来说,pydoc(以及它支持的inspect)是标准库的一部分。 www.ibm.com 7. What about the standard library? 那么标准库如何呢? www.ibm.com 8. The mobl standard library also provides higher-level controls such as tab sets, master-detail views, context menus and expandable lists. mobl的标准库还提供了一些高级的控件,像标签组、主从视图、上下文菜单以及可扩展的列表等等。 www.infoq.com 9. I will present an example from the Python language standard library. 我将提供一个Python语言标准库中的示例。 www-128.ibm.com 10. This is the de facto standard library for embedding SWFs. 这实际上是嵌入SWF的标准库。 www.ibm.com 1. The standard library has grown by over 42, 000 lines of code and includes 20 new packages. 标准库已经增长了超过42,000行代码,其中包括20个新的包。 www.cnbeta.com 2. There are also numerous updates to the standard library such as ordered dictionaries and the new argparse module. 也有大量针对标准库的更新,比如可排序字典和新的argparse模块。 www.infoq.com 3. I think that one serious burden of C was the lack of a standard library. 我觉得C 的一个严重问题就是缺少标准的程序库。 www.infoq.com 4. Michele Costabirle considers that missing a standard library from the beginning was one of C flaws MicheleCostabirle认为从一开始就缺少标准的程序库是C 的一个败笔 www.infoq.com 5. The standard library, which uses these advanced features to provide a set of useful data structures and algorithms 标准库,使用上述高级特征提供一整套有用的数据结构和算法。 wenku.baidu.com 6. Study of three-dimensional standard library base on MDT 基于MDT的三维标准件建库技术的研究和开发 www.ilib.cn 7. The real power of XProc is embodied in its standard library of required and optional steps, which perform a wide variety of tasks, such as Xproc真正的强大之处在于必需和可选步骤的标准库,这些步骤执行广泛的任务,例如 www.ibm.com 8. In this installment, I try to improve the tests in my utility collection using the Python standard library modules 在这一期文章中,我尝试使用Python标准库模块 www-128.ibm.com 9. Here is a brief overview of each step contained in the XProc standard library 下面简要概述Xproc标准库中包含的各个步骤 www.ibm.com 10. For comparison, here is the same operation expressed with the standard library primitives 和标准库中提供的操作原语相比较 blog.csdn.net 1. The Standard Librarian: Searching in the Standard Library 标准库:标准库中的搜索算法 www.e2web.cn 2. The foundation of java standard library information system 标准件库信息系统的建立 service.ilib.cn 3. Creating an Information Board Using the Standard Library Classes and Google Chart API 使用标准库类和Google图表API创建一个信息板 blog.sina.com.cn 4. Standard library file 'file' could not be found 未能找到标准库文件“file” msdn2.microsoft.com 5. Create your own Market Watch using the Standard Library Classes 用标准库类创建你自己的市场监察 blog.sina.com.cn 6. c became a better language through standardization and acquired a standard library of surprising expressive power 通过标准化,c 变得更好了,还获得了有着惊人表达力的标准库。 www.ichacha.net 7. Brief Tour of the Standard Library 标准库概览 book.sooft.org |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。