读知识>英语词典>unordered翻译和用法

unordered

英 [ˌʌnˈɔːdəd]

美 [ʌnˈɔrdərd]

adj.  无序的;无条理的

计算机

COCA.42866

英英释义

adj

双语例句

  • The previous list, for example, is an unordered list, created with the UL element.
    举个例子,上述的列表是一个无序列表,使用UL元素创建的。
  • If you think you will make use of such conventions, you will want to use unordered patterns.
    如果要采用这种方式,就要使用无序范式。
  • XML has the concept of unordered mapping for element attributes, but strict ordering for nested elements.
    XML中存在这样的概念:对元素属性采用无序映射,而对嵌套元素使用严格的排序。
  • However, if a result set is unordered, no num attribute is used.
    不过,如果结果集是无序的,则不使用num属性。
  • Bags are unordered collections that allow duplicates.
    袋子是允许重复的无序集合。
  • Demonstrates different types of unordered lists.
    这个例子演示了不同类型的无序列表。
  • Further, you can configure unordered delivery on a stream-by-stream basis within an association.
    另外,您可以在一个联合中按照逐个流配置无序发送。
  • You simply add a line break and description line to the unordered list.
    您只需向无序清单中添加一个换行符和描述行。
  • Note: In Python, sets are unordered collections of unique elements.
    注意:在Python内,集是惟一元素的无序集合。
  • Ordered and unordered lists are rendered in an identical manner except that visual user agents number ordered list items.
    可视化用户代理除了会对有序列表项目前面加序号以外,有序列表和无序列表在展现时是一样的。