• I can't read the book without using a dictionary.

    不用字典,我看不了这本书。

    youdao

  • The Dictionary-Lookup operator processes the text using a dictionary.

    Dictionary-Lookup 操作符使用字典处理文本。

    youdao

  • Then, if you wish, you can read it once again more slowly, using a dictionary when necessary.

    然后,如果你愿意,你可以再慢点看一遍,必要时还可以查字典。

    youdao

  • In the default rule set, a part type is identified by classifying the token using a dictionary.

    在默认的规则集中,可以通过使用字典分类令牌来识别部件类型。

    youdao

  • A little trick of using a dictionary as a switch statement is used here (although the otherwise case remains too narrow in the example).

    在这里我们使用了一个技巧,就是用一个字典作为一个switch语句(尽管示例中的otherwise情况还是太狭窄了)。

    youdao

  • I would feel very childish and ridiculous troubling the teacher with questions I could answer for myself with a little thought and by using a dictionary.

    如果我拿许多经过自己略微思考、查一下词典就能得到答案的问题去麻烦老师,我会觉得这很幼稚、很荒唐。

    youdao

  • When you're using a dictionary in your Python program, you'll more likely to want to test whether a particular key or value is contained in your dictionary.

    在Python程序中使用dictionary时,很可能希望检查dictionary中是否包含特定的键或值。

    youdao

  • It was hard to study regularly at the beginning: Reading books and using a dictionary were not "normal activities" for her. And every English sentence was a challenge.

    一开始很难做到有规律地学习:读书并使用字典对于她来说不是一个“平常的行为”,每一个英语句子对于她来说都是一种挑战。

    youdao

  • Carefully write ane-mail message in English, using a dictionary or a Web search every 20 seconds to make sure every word is correct, and taking 5 minutes to write one sentence.

    仔细地用英文写一封电子邮件,每20秒使用一本词典或是网络搜寻器以确保每个单词的正确性,然 后用5分钟的时间写一个句子。

    youdao

  • Using this information, they were able to figure out a list of potential keystroke pairs.The results were then compared with a 58,000-entry dictionary.

    通过这些信息,他们可以得到潜在的击键对的列表,再将获得的结果,与拥有58,000条词条的词典进行比对。

    youdao

  • Then create a taxonomy using the dictionary entries, which enables you to get a higher-level view of the skills mentioned.

    随后使用字典条目创建一个分类,它使您能够获得关于上述技能的一个更高层次的视图。

    youdao

  • This process is somewhat like using a language dictionary in another country, in that you know what you want to say, so you just need to find the correct translation.

    这个过程有点像在另一个国家使用语言字典一样,因此您只需要找到正确的翻译即可。

    youdao

  • In this article, I will introduce a solution for the internationlization of Web content using XSLT style sheets and an XML Dictionary.

    在本文中,我将介绍使用XSLT样式表和 XML 字典所进行的Web内容的国际化解决方案。

    youdao

  • With Jython's built in dictionary based String formatting which is as powerful as printf in c, we can associate a dictionary using the % operator.

    基于Jython内置字典的字符串格式化与c中printf的一样强大,我们可以使用%运算符来关联字典。

    youdao

  • The Heritage Dictionary also claims that there was a meaning once of hassle to cut and hack at something with a sawing motion using a dull knife.

    《传统词典》还称,hassle以前的另一个含义是用钝刀切割物品。

    youdao

  • Dictionary attack — Guessing the password of a valid user using a brute force search through dictionary words.

    字典攻击——根据字典词汇,使用蛮力搜索的方式推测一个有效用户的密码。

    youdao

  • You create a dictionary in Vimscript by using curly braces around a list of key/value pairs.

    您可以通过在键/值对列表上加花括号来创建一个字典。

    youdao

  • Creates a shadow replicate using the attributes of the existing mastered replicate attributes, with the new master dictionary, and the new SELECT statement.

    使用已有的主复制属性,加上新的主目录和新的select语句,创建一个影子复制。

    youdao

  • To implement a dictionary using a relational database for our system, each word and its synonyms would be stored in a row.

    要为我们的系统实现一个使用关系数据库的dictionary,每个单词及其同义词都将存储在行中。

    youdao

  • The summarize method is invoked via a Dictionary instance using the object operator.

    summarize方法是通过Dictionary实例使用对象操作符调用的。

    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

  • I mentioned earlier that a dictionary is implemented using a hashtable and that means that the keys have to be hashtable.

    我之前说过,字典是用哈希表(散列表)来实现的,这就意味着所有键都必须是散列的。

    youdao

  • Using this information, they were able to figure out a list of potential keystroke pairs. The results were then compared with a 58,000-entry dictionary.

    利用这样的信息,他们就可以得出一系列有可能的键位配对,然后再把这些结果与一份拥有58000份条目的词典进行比对,最终得到可能的密码。

    youdao

  • Once you have created a dictionary, you can access its values using the standard square-bracket indexing notation, but using a string as the index instead of a number.

    一旦完成了创建字典,您就可以使用标准方括号索引符号来访问它的值,但是要使用字符串作为索引而不是一个数字。

    youdao

  • The dictionary array and letter frequencies hash were obtained only once (using a closure).

    dictionary数组以及字母频率的散列只得到一次(使用closure)。

    youdao

  • Using one key-value combination gives a single-item dictionary, and so on, to whatever size you desire.

    使用一个键-值组合,就会创建具有一个元素的 dictionary,以此类推,直至您需要的任何规模。

    youdao

  • As this example demonstrates, a dictionary is created in Python by using curly braces, with key-value combinations separated by the colon character.

    如这个例子所示,在Python中创建dictionary要使用花括号和以冒号分隔的键-值组合。

    youdao

  • Recently, I did a survey about using electronic dictionary among students, teachers and parents.

    最近,我在同学、老师和家长中间做了一个关于使用电子词典的调查。

    youdao

  • In this dictionary, definitions have been written using words from a specially chosen list.

    在这本字典里,释义中用的单词是经过特别挑选的。

    youdao

  • In this dictionary, definitions have been written using words from a specially chosen list.

    在这本字典里,释义中用的单词是经过特别挑选的。

    youdao

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

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

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