"标准库" is not found on TREX in Chinese-English direction
Try Searching In English-Chinese (标准库)

Low quality sentence examples

NET标准库该库.
NET Standard Library.
CstandardlibraryC标准库.
Part of the C standard library.
接下来,我们将探索Python标准库
Next, we will explore the Python Standard Library.
它使用Golang标准库提供HTTP功能。
It uses the Go standard library for its HTTP functionality.
该运行时环境包括完整Python语言和多数Python标准库
The runtime environment includes the full Python language and most of the Python standard library.
ElementTree比较慢,但属于Python3标准库的一部分。
ElementTree, is slower but is part of the Python 3 standard library.
这样做是为了解决最近对Python标准库状态的批评。
In doing so, it is addressing some recent criticisms about the state of Python's standard library.
ElementTree,它更慢一点但是是Python3标准库的一部分。
ElementTree, is slower but is part of the Python 3 standard library.
此方案符合LSB(Linux标准库)和FHS(文件系统层次标准)。
This scheme conforms to the LSB(Linux Standards Base) and the FHS(File System Hierarchy Standard..
概括我们已经学习了Python标准库中的sys模块和os模块的一部分功能。
We have seen some of the functionality of the sys module and sys modules in the Python Standard.
C++标准库提供了一套非常好用的、静态类型安全的、高效的容器。
The C++ standard library provides a set of useful, statically type-safe, and efficient containers.
除语言的设计目的外,Python标准库也是值得称赞的,Python甚至还自带服务器。
In addition to the design purpose of language itself, the Python standard library is worth praising, and it even brings its own server.
它作为一个单独的文件模块分发,除了Python标准库之外没有任何依赖关系。
It is distributed as a single file module and has no dependencies other than the Python Standard Library.
Rust标准库中包含一系列被称为集合(collections)的非常有用的数据结构。
Rust's standard library includes a number of very useful data structures called collections.
C++11标准库定义了模拟集合论操作的新的算法all_of()、any_of()和none_of()。
The C++11 Standard Library defines new algorithms that mimic the set theory operations all_of(), any_of() and none_of(.
它作为一个单独的文件模块分发,除了Python标准库之外没有任何依赖关系。
It implements everything in a single source file and has no dependencies apart from the Python Standard Library.
Get<T>()标准库现在支持get<T>()模板函数以允许元组元素按其类型进行寻址。
Get<T>() The standard library now supports the get<T>() template function to allow tuple elements to be addressed by their type.
C++标准库提供了一组丰富的输入/输出功能,我们将在后续的章节进行介绍。
The C++ standard libraries provide an extensive set of input/output capabilities which we will see in subsequent chapters.
C++标准库包含了所有的C标准库,为了支持类型安全,做了一定的添加和修改。
The C++ Standard Library contains all of the C standard libraries, and some additions and modifications have been made to support type safety.
与Cpython不同的是MicroPython有一个相关但是独立的项目micropython-lib,它提供了来自CPython标准库的许多模块的实现。
There is a related, but separate project micropython-lib which provides implementations for many modules from CPython's standard library.