一个数据结构 - 翻译成英语

data structure
数据 结构
data structures
数据 结构

在 中文 中使用 一个数据结构 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
所以,我不用担心代码同时访问同一个数据结构吗?
So I don't have to worry about code accessing the same data structures at the same time?"?
所以我不必担心代码在同一时间访问同一个数据结构?”.
So I don't have to worry about code accessing the same data structures at the same time?".
哈希表是一个数据结构,其中插入和搜索操作都非常快而不管哈希表的大小。
A data structure in which insertion and search operations are very fast irrespective of the size of the data..
那么你有一个数据结构structin_addr,该如何按照numbers-and-dots格式打印呢?
What if you have a struct in_addr and you want to print it in numbers-and-dots notation?
应用程序目录分区是ADDS中的一个数据结构,它针对不同的复制目的对数据进行区分。
An application directory partition is a data structure in AD DS that distinguishes data for different replication purposes.
但是如果我们仔细想一想,一个「类」只是一个数据结构加上和这个数据结构有关的行为。
But if we think further, a class is just data and the behaviors related to that data..
在上面的代码中,KNN指的是“K-NearestNeighbors”,df指的是“DataFrame”,这是一个数据结构
In the code above, knn refers to“K-Nearest Neighbors”, and df refers to“DataFrame”, the ubiquitous pandas data structure.
字典是另一个数据结构的例子,和列表一样,是编程中最常用的数据结构之一。
Dictionaries are another example of an information structure, and like lists they are among the most frequently utilized information structures in programs.
具体实现方法可以不同,大家往往把两个Adj-RIBs和loc-RIB存在同一个数据结构中,依靠每个RIB表项后附加的额外信息来区分。
It is quite common, for example, to store the two Adj-RIBs and the Loc-RIB together in the same data structure, with additional information attached to the RIB entries.
Itisbettertohave100functionsoperateononedatastructurethan10functionson10datastructures.(使用100个函数操作一个数据结构比使用是个函数操作10个数据结构好).
It's better to have 100 functions operate on one data structure than to have 10 functions operate on 10 data structures..
维护一个数据结构,支持以下操作.
Design a data structure to support the following operations.
它是一个数据结构,我们存储类似的元素。
It is a data structure where we store similar elements.
本专栏就对于Java语言进行一个数据结构的讲解。
In this course, explore data structures in the Java language.
那么,这样一个数据结构会有些什么样的其他用途呢??
What other uses might there be for such a data structure?
后者创建一个空字典,一个数据结构,我们将在下一节讨论。
The latter creates an empty dictionary, a data structure that we discuss in the next section.
典型用法是为每个接口定义一个数据结构(记录或对象)以及任何支持过程。
A typical usage is to define one data structure(record or object) per interface along with any support procedures.
一个数据结构问题的例子:描述如何在链表中插入一个节点并说明时间复杂度。
An example of a data structures question: describe how you would insert a node in a linked list and state the time complexity.
简单地说,索引是一个数据结构,用来快速访问数据库表格或者视图里的数据。
In its most simple terms, an index is a data structure used to provide quick access to data in a database table or view.
如果你用一个数据结构来描述一个村庄的人口,你可以用年龄作为索引。
If you had data structures describing the population of a village then you could use a person's age as an index.
设计一个数据结构实现在平均O(1)的复杂度下执行以下所有的操作。
Design a data structure that supports all following operations in average O(1) time.
结果: 1044, 时间: 0.0243

单词翻译

顶级字典查询

中文 - 英语