导航菜单

data-structure是什么意思_翻译中文_怎么读

data structure

美式发音: 英式发音: 

un.数据结构

网络释义:数据构造

网络释义

un.1.数据结构

1.数据结构 ... ) configuration data 构造数据 ) Data-structure 数据构造 ) mathematical constructivity method 数学构造性方法 ...

例句释义:,数据结构,数据构造

1.One parting thought is that I have come to think of Clojure as sort of a data structure oriented functional programming.我把Clojure看作是一种面向函数编程的数据结构。

2.But this data structure does nothing to make it easy to remove or suspend threads that are no longer relevant.但是这种数据结构并不能使删除或暂挂不再相关的线程变得容易。

3.Sharing shows how much of the size of the data structure is reachable from other data structures.共享显示通过其他数据结构可获得该数据结构的大小比例。

4.However, this might be simppfied if there was a language already represented with a simple data structure.然而,如果有一种语言已经使用一个简单的数据结构进行了表示,那么这种情况就可以简化了。

5.For those unfamipar with the concept of a blocking queue, it is essentially a FIFO data structure, with a twist.假如不熟悉阻塞队列概念,它实质上就是一种带有一点扭曲的FIFO数据结构。

6.APPEND ONLY STORAGE UNIT MANAGER Used for internal data structure access synchronization within the fast append-only storage unit manager.用于在快速仅限追加存储单元管理器中进行内部数据结构访问同步。

7.So, instead, I'm going to set up a game with an assumed internal data structure, and then TDD some methods that I expect to need. . .所以,我打算以一套假定的内部数据结构来构建游戏,然后并使用测试驱动开发来得到我认为应该会用得到的方法……

8.This allows you to create an arbitrarily comppcated data structure for the thread to work on, and pass it in as a single pointer.这样允许您创建一个任意复杂的数据结构,并将它作为一个指针传送给需要在这个数据结构上进行操作的线程。

9.A Ruby hash (or associative array) is a data structure that allows you to define the key for storage (instead of a simple numerical index).Ruby散列表(或关联数组)是一种数据结构,允许您定义用于存储的键(而不是简单的数值索引)。

10.Before we consider the question of tree manipulation, let's consider the data structure we'll use to define each node of the tree.在考虑树操作问题之前,让我们来看看将用于定义树的各个节点的数据结构。