• 可能见到过大整数质因数分解,或是复杂数据结构庞大列表进行分类这些都是长时间运行操作

    You might see examples of prime factorizations of large integers, or sorting huge lists of complex data structures, and those are certainly long running operations.

    youdao

  • 构建外部描述数据结构概念之上,这是固定列表动态sql使用主机变量一种编码方法

    It also builds upon the concept of externally described data structures, a way of soft coding the host variables used by fixed-list dynamic SQL.

    youdao

  • 前所述,列表包含聚合数据结构级别(如图5示)相同顶级泄漏疑点

    As mentioned earlier, this list should contain the same top leak suspects as shown in the aggregated data structure level view (Figure 5).

    youdao

  • 接下来篇文章中我们探讨强大更方便数据结构应用有序列表随机访问字典

    In the next two articles, we'll explore the use of much more powerful and convenient data structures: ordered lists and random-access dictionaries.

    youdao

  • 方法返回这种列表对于构建许多常用数据结构很有用

    Returning such a list from a method could be useful for building many very common data structures.

    youdao

  • 清单20显示了修改后函数,它利用几个列表数据结构前面描述各种列表操作函数的优势。

    Listing 20 shows a new version of the function that takes advantage of several list data structures and the various list-manipulation functions described earlier.

    youdao

  • 选择导入导入设置数据结构列表

    Select the importer settings and the list of data structures to be imported.

    youdao

  • SPL中的补充php添加了一些有用的并且易于使用功能以及数据结构实现例如双重链接列表队列

    The new additions to SPL add some useful functionality to PHP that is easy to use, as well as implementations of data structures, such as doubly linked lists, stacks, heaps, and queues.

    youdao

  • 然后数据提取工具可以网页表格列表其他数据结构提取数据

    Then there are the data extraction tools which allow you to extract data from tables, lists and other data structures on the webpage.

    youdao

  • 因为Python类型动态的,具有简洁数据结构语法比如列表字典所以neo发现通常可以减少代码

    Since Python is dynamic typed and has concise syntax for data structures such as list and dictionary, Neo found it usually results in fewer lines of code.

    youdao

  • 当然很少有Python程序员希望使用上面诸如列表元组字典等日益复杂数据结构

    Of course, few Python programmers want to work with increasingly complex forests of data structures like the lists, tuples, and dictionaries above.

    youdao

  • Gperf内部实现两个内部数据结构为核心:关键签名(keyword signatures)列表(Key_List)关联(associated values)数组(asso_values)。

    Gperf's internal implementation centers on two internal data structures: the keyword signatures list (Key_List) and the associated values array (asso_values).

    youdao

  • Haskell突出三种数据结构tuple列表(list)用户定义类型

    The three most prominent data structures in Haskell are tuples, lists, and user-defined types.

    youdao

  • 选项列表我们所用的Web服务数据结构的关系。

    The list of both selections is empty, because of the data structure that is used by our Web services.

    youdao

  • 相反,Vimscript中的列表的序列可变的,并且很多情况下类似匿名数组数据结构

    In contrast, lists in Vimscript are mutable and in many ways far more like (references to) anonymous-array 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

  • Andrej在比较了类型对象与基于列表数据结构后,又转向变量定义讨论

    After a discussion about strongly typed objects versus list-based data structures, Andrej moves on to definitions verses variables.

    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

  • 从某种意义上说,您所想要列表上给出完全相反的:一个顺序相关,身份明确数据结构

    What's wanted is, in a sense, the exact opposite of a list: a data structure where order is irrelevant, and identity is explicit.

    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

  • 使用适用于列表列表节点数据结构

    Using a list node data structure for lists.

    youdao

  • 访问控制列表(acl): ACL数据结构将一服务的权限列表与一主体相关联。

    Access Control list (ACL) : An ACL is a data structure that associates to a set of principals a list of permissions for a service.

    youdao

  • 一开始创建数据结构(my _ data_struct),结构包含一些数据两个列表

    At the start, you create your data structure (my_data_struct), which includes some data and then two list heads.

    youdao

  • 如果可行就可以小时之内Python整洁列表字典数据结构以及列表理解(list comprehension)等整洁的函数编程功能来编写这个代码。

    If it was possible he could write it within a few hours with Python's neat data structures such as list and dictionary, neat functional programming features such as list comprehension.

    youdao

  • 描述路径线性多边形列表移动来说一个灵活数据结构可以局部调整路实体移动位置

    Thelinear list of polygons describing the path is a flexible data structure forsteering, and it can be locally adjusted as the agent's position moves.

    youdao

  • 列表数据结构一个简单例子

    A list is one simple example of a data structure.

    youdao

  • 随后字符串将被传递VectorSpace模块并且数据散列数据结构将依靠文件名来获得文件向量列表

    This string is then passed into the VectorSpace module, and a data hash data structure is keyed on the filename for the list of vectors within a file.

    youdao

  • ClojureLisp变体因此计算过程首先将一表达式读取Clojure数据结构(通常是一个列表),随后计算数据结构中的表达式。

    Clojure is a Lisp variant, so evaluation occurs by first reading an expression as a Clojure data structure (usually a list), then evaluating each expression in the data structure.

    youdao

  • Ruby列表(关联数组)一种数据结构允许定义用于存储(而不是简单数值索引)。

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

    youdao

  • 有序列表常见线性数据结构之一。

    The most common linear data structure used is the list.

    youdao

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

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

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