• Dictionary order, case-sensitive, for use with the 936 (Simplified Chinese) Character Set.

    字典顺序区分大小写用于936(简体中文字符集

    youdao

  • Slovenian dictionary order, case-sensitive, for use with the 1250 (Central European) Character Set.

    斯洛文尼亚文字典顺序区分大小写用于 1250(中欧语)字符集

    youdao

  • Deep compression is just one example-ibm introduced deep compression in DB2 9, but in order to use it you had to know how to enable it and how to build a compression dictionary.

    深度压缩知识一个例子(IBMDB 29引入了深度压缩),使用必须了解如何启用如何构建压缩字典。

    youdao

  • Objects store their methods in a dictionary, which has no order.

    对象方法一般存储一个字典而这个字典是没有顺序的。

    youdao

  • The Random House Unabridged Dictionary defines "to settle" as "to place in a desired state or order; to quiet, calm or bring to rest; to make stable."

    兰登书屋出版的全本词典这样解释"tosettle(随遇而安)":进入一种希望达到的状态秩序安抚平静歇息;稳定下来。

    youdao

  • The order of mappings in a Python dictionary is arbitrary and can vary across different Python installations or even from running the same code more than once using the same Python interpreter.

    Pythondictionary映射次序任意对于不同的 Python安装可能会有变化甚至多次使用同一 Python解释器运行相同代码也会有变化。

    youdao

  • Order isn't important for a dictionary container, so this should make sense because you aren't appending a new mapping but you're adding it to the container.

    对于dictionary容器次序是不重要的,所以应该理解因为不是dictionary后面附加映射而是添加容器中。

    youdao

  • The dictionary is a heterogeneous, mutable container that relies on a key-to-data value mapping, rather than a particular numerical order to access items from the container.

    dictionary一种异构的、易变的容器依赖键到数据映射不是特定数字次序)访问容器中的元素

    youdao

  • This can easily change with a new Python interpreter, so it's important that you never rely on items being in a specific order within a dictionary.

    新的Python解释器容易改变这一次序所以一定不要依赖于元素dictionary中的特定次序。

    youdao

  • Fundamentally, the order of the items in a dictionary is controlled by the actual implementation of the Python dictionary data type.

    本质上dictionary元素次序Python dictionary数据类型实际实现控制的。

    youdao

  • The trouble was that in order to understand the Predictions you had to be able to think like a half crazed, highly intelligent seventeenth century witch with a mind like a crossword puzzle dictionary.

    问题在于,要是理解大书”中的预言,就必须17世纪疯疯癫癫的智商女巫那样思考。这种人的脑袋就填字游戏那样纵横交错的混乱不堪。

    youdao

  • The words in a dictionary are in alphabetical order from "a" to "Z".

    本字典中的单词按照A”到“Z”的字母顺序排列的。

    youdao

  • Words are listed in alphabetic order in the dictionary.

    单词字典里是以字母顺序排列的。

    youdao

  • In a dictionary the words are arranged in alphabetical order.

    词典里单词按照字母顺序排列的。

    youdao

  • The character sorting should follow the sort order of dictionary, and need the specially appointed sort codes for each character participated to sort.

    字符排序一般遵循字典顺序并且需要每个参与排序字符赋予特定排序

    youdao

  • The words in the dictionary are arranged in alphabetical order.

    词典中的字母顺序排列的。

    youdao

  • I only have to consult the digital dictionary in order to find out the meaning of a word I don't know.

    只要一下电子词典就知道一个认识意思了。

    youdao

  • Because the words are in alphabetical order, we can speed things up with a bisection search (also known as binary search), which is similar to what you do when you look a word up in the dictionary.

    我们知道这些单词按照字母表顺序组织的,所以我们可以加速一下,一种对折搜索叫做二元搜索),这个过程就和在现实中用字典单词差不多

    youdao

  • If you type the same example on your computer, you might get a different result. In general, the order of items in a dictionary is unpredictable.

    如果电脑上测试上面段代码,你得到结果也可能不一样,实际上,字典中的顺序不确定的。

    youdao

  • This is because a dictionary is inherently unordered. However, the order is guaranteed to be consisitent.

    是因为字典本来无序的,然而,只要字典在使用的过程不被更改,字典中的成员的顺序是不会变的。

    youdao

  • In order to be perfected the Civil Law Dictionary in China, possession system has to be formulated.

    为了完善中国民法典必须规定相关的占有制度

    youdao

  • What you can do is you can iterate keys, which gives you the keys in the dictionary, and then you can choose them, but there's no guarantee in the order in which you get keys.

    就是迭代得到这样就可以得到字典,所有进行选择但是键的顺序,是没有保证的。

    youdao

  • It's known that the words in the dictionary are arranged in alphabetical order.

    众所周知词典中的字母顺序排列的。

    youdao

  • Shall we reverse the order and put Z AT the beginning of this dictionary?

    我们改变次序Z字母写这本字典开头吗?。

    youdao

  • In order to complete the dictionary in time, he allowed himself no rest.

    为了及时这本字典,没有休息。

    youdao

  • A good dictionary provides us with information we need in order to spell and use correct grammar regarding each different word.

    一本好的词典可以提供给我们不同单词如何拼写正确使用语法信息

    youdao

  • Because sorting is a concept that only makes sense for sequences, this presumably means that you want a sequence of the values of the dictionary in the order obtained by sorting the keys.

    因为排序一个仅仅序列意义概念大概意味着想让字典序列按照通过排列键值顺序获得

    youdao

  • Also, some parts of studies are formulized in the machine dictionary of translation system in order to meet the practice demand of the Chinese-English machine translation.

    结合汉英机器翻译实际需要部分研究成果翻译系统词典加以形式化。

    youdao

  • A compilation of all the words in the film in Pinyin alphabetical order to supplement the online dictionary.

    全片对白词汇拼音分类,可支援文字学习的线上字典查询

    youdao

  • The o (n) behavior of repeated in operators hurts performance, but you can't switch to using just a dictionary, as you also need the sequence's order.

    操作重复o (N)行为损害了性能但是不能切换使用字典因为需要这个序列顺序。

    youdao

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

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

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