我们首先扩展最基本的数据结构之一:队列。
Begin by extending one of the most basic data structures: the queue.
本课程扩展了现代编程的概念和技术并涵盖了基本的数据结构和算法。
The course extends modern programming concepts and techniques and covers basic data structures and algorithms.
大多数流行语言都具有与这里一样简单的JSON机制,可以将基本数据结构转化为 JSON,或者转换出 JSON。
Most of the popular languages have JSON mechanisms that are as easy as this one to convert basic data structure into and out of JSON.
基本上,一个队列就是一个先入先出(FIFO)的数据结构。
Basically, a queue is a first-in, first-out (FIFO) data structure.
这个问题也突显了并发数据结构的基本设计原则之一:决不要假设任何代码会连续执行。
This problem also highlights one of the fundamental design principles when it comes to working with parallel data structures: Do not assume sequential execution of any code, ever.
本教程是为那些具有编程和脚本背景,并且了解基本的计算机科学模型和数据结构的开发人员编写的。
This tutorial is for developers who have a background in programming or scripting and who understand basic computer-science models and data structures.
清单1显示了我用作基本数据结构表示的类。
Listing 1 shows the classes I'll use for the basic data structure representation.
学习基本的算法和数据结构。
用于显示PHP的所有基本数据结构的运算符
Operators to display all of PHP's fundamental data structures
持久化基本链表数据结构是最简单的;在这里,Clojure中的一个列表绑定到一个名为“a”的变量。
Making a basic linked-list data structure persistent is the easiest exercise; here, a list in Clojure is bound to a var named "a".
更慢一点儿的数据结构是HashMap,然后是ThreadLocal(这基本上是一个以当前线程作为键的特殊散列表)。
The next-fastest data structure is HashMap, followed by ThreadLocal (essentially, a specialized hash table in which the current thread is the key).
这种组合不可避免地使许多程序员忽视了数据类型(如整型和浮点)和基本数据结构(如列表和映射)的缺陷。
The combination was irresistible enough that programmers could overlook the lack of data types like int and float and basic data structures like lists and maps.
本教程是为那些具有编程和脚本背景,了解计算机科学基本模型和数据结构的开发人员编写的。
This tutorial is written for developers who have a background in programming and scripting and who have an understanding of basic computer-science models and data structures.
本教程是为那些具有编程和脚本背景、了解基本的计算机科学模型和数据结构的开发人员编写的。
This tutorial is written for developers who have a background in programming or scripting and who have an understanding of basic computer-science models and data structures.
在计算机科学中,队列数据结构是基本的先进先出(FIFO)结构。
In computer science, a queue data structure is your basic first-in, first-out (FIFO) structure.
若点击数据结构柱形图中的任意柱形,窗口右侧就会更新为显示选定结构内容的基本汇总。
When you click on a bar in any of the data structure bar charts, the right side of the window will update to display an initial summary of the contents of the selected structure.
说明一下,Reader基本上是个Clojure解析器;它会将文本形式的Clojure程序转换为Clojure数据结构,然后再对该数据结构求值。
As a reminder: the Reader is basically Clojure's parser; it turns a textual representation of a Clojure program into Clojure data structures, which can then be evaluated.
因为分配器中的基本数据结构允许在malloc,free或realloc的任何一个中任意时刻进行合并,相应的高速缓冲探索都很容易应用。
Because the basic data structures in the allocator permit coalescing at any time, in any of malloc, free, or realloc, corresponding caching heuristics are easy to apply.
作为基本数据结构一部分的完整类型清单已经超出本文讨论范围,但您可在PrivacyPolicyEditor之类的工具中找到它。
A complete listing of the types that are part of a basic data structure is beyond the scope of this article, but you can find it in tools such as the Privacy Policy Editor.
您可以使用NLTK完成的很多工作,尤其是低层的工作,与使用Python的基本数据结构来完成相比,并没有太大的区别。
Much of what you can do with NLTK, particularly at its lower levels, is not that much different from what you can do with Python's basic data structures.
GoatRodeo中的基本数据结构就是Q ' s——量子信息,编译器会检查该信息,同时能够处理JSON的任何语言都可以使用该信息。
The fundamental data structure in Goat Rodeo will be known as q's - quanta of information, which will be compiler checked and available for consumption by any language capable of understanding JSON.
首先,本教程将介绍一些基本的Xforms开发,包括文本输入、密码模糊文本输入和所需的的数据结构。
First, the tutorial will address some of the basics of XForms development including text entry, password obscuring text entry, and the data structures that are required.
本文假设您对InitiatePatient及其数据结构有基本的了解。
The article assumes you have a basic understanding of Initiate Patient and its data constructs.
参数是强类型的,类型的范围是从基本的非派生类型(布尔(booleans)、字节(bytes)、整型(integers))到高层次数据结构(字符串(strings)、数组(arrays)和字典(dictionaries))。
Arguments are strongly-typed, and the types range from fundamental primitives (booleans, bytes, integers) to high-level structures (strings, arrays, and dictionaries).
二叉树是计算机科学中最基本的也是最重要的树型数据结构。
Binary trees are the most fundamental and important data structures used in computer science.
一些数据结构的基本算法,例如树,图的遍历等。
Some of the basic algorithm for data structure, such as trees, graph traversal and so on.
上下文是一个用户定义的数据结构的一个基本架构已经没有什么是知识。
A context is a user-defined data structure which an underlying architecture has no knowledge of what it is.
现在了解过苹果分区的基本概念后,我们可以看一下数据结构。
Now that we have examined the basic concepts of an Apple partition, we can look at the data structures.
计算机:知晓一些基本的原理,比如数据管理系统、算法和数据结构、网络技术等。
Computer Science: some basic principles, for example, database management system, algorithm and data structure, network technology.
计算机:知晓一些基本的原理,比如数据管理系统、算法和数据结构、网络技术等。
Computer Science: some basic principles, for example, database management system, algorithm and data structure, network technology.
应用推荐