• 我们首先扩展基本数据结构之一队列

    Begin by extending one of the most basic data structures: the queue.

    youdao

  • 课程扩展了现代编程概念技术涵盖了基本数据结构算法

    The course extends modern programming concepts and techniques and covers basic data structures and algorithms.

    youdao

  • 大多数流行语言都具有这里一样简单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.

    youdao

  • 基本队列就是一个先入先出(FIFO)的数据结构

    Basically, a queue is a first-in, first-out (FIFO) data structure.

    youdao

  • 这个问题突显了并发数据结构基本设计原则之一决不要假设任何代码连续执行

    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.

    youdao

  • 教程那些具有编程脚本背景并且了解基本计算机科学模型数据结构开发人员编写的。

    This tutorial is for developers who have a background in programming or scripting and who understand basic computer-science models and data structures.

    youdao

  • 清单1显示用作基本数据结构表示

    Listing 1 shows the classes I'll use for the basic data structure representation.

    youdao

  • 学习基本算法数据结构

    Learn Basic Algorithms and Data structures.

    youdao

  • 用于显示PHP所有基本数据结构运算符

    Operators to display all of PHP's fundamental data structures

    youdao

  • 持久化基本数据结构简单的;在这里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".

    youdao

  • 更慢一点儿的数据结构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).

    youdao

  • 这种组合不可避免地使许多程序员忽视数据类型(浮点)和基本数据结构(如列表和映射)的缺陷。

    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.

    youdao

  • 教程那些具有编程脚本背景了解计算机科学基本模型数据结构开发人员编写的。

    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.

    youdao

  • 教程那些具有编程脚本背景了解基本计算机科学模型数据结构开发人员编写的。

    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.

    youdao

  • 计算机科学中,队列数据结构基本先进先出(FIFO)结构

    In computer science, a queue data structure is your basic first-in, first-out (FIFO) structure.

    youdao

  • 点击数据结构中的任意柱形,窗口右侧就会更新显示选定结构内容基本汇总

    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.

    youdao

  • 说明一下,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.

    youdao

  • 因为分配器中的基本数据结构允许malloc,freerealloc任何一个中任意时刻进行合并相应高速缓冲探索容易应用

    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.

    youdao

  • 作为基本数据结构一部分完整类型清单已经超出本文讨论范围,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.

    youdao

  • 可以使用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.

    youdao

  • 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.

    youdao

  • 首先教程介绍一些基本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.

    youdao

  • 本文假设InitiatePatient及其数据结构基本了解

    The article assumes you have a basic understanding of Initiate Patient and its data constructs.

    youdao

  • 参数类型的,类型的范围是从基本非派生类型(布尔(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).

    youdao

  • 二叉计算机科学基本也是最重要的树型数据结构

    Binary trees are the most fundamental and important data structures used in computer science.

    youdao

  • 一些数据结构基本算法例如遍历

    Some of the basic algorithm for data structure, such as trees, graph traversal and so on.

    youdao

  • 上下文一个用户定义数据结构基本架构已经没有什么知识

    A context is a user-defined data structure which an underlying architecture has no knowledge of what it is.

    youdao

  • 现在了解苹果分区基本概念后,我们可以一下数据结构

    Now that we have examined the basic concepts of an Apple partition, we can look at the data structures.

    youdao

  • 计算机:知晓一些基本原理比如数据管理系统算法数据结构网络技术等

    Computer Science: some basic principles, for example, database management system, algorithm and data structure, network technology.

    youdao

  • 计算机:知晓一些基本原理比如数据管理系统算法数据结构网络技术等

    Computer Science: some basic principles, for example, database management system, algorithm and data structure, network technology.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定