词语吧>英语词典>contiguous翻译和用法

contiguous

英 [kənˈtɪɡjuəs]

美 [kənˈtɪɡjuəs]

adj.  相接的; 相邻的

TOEFLGRE医学

BNC.13183 / COCA.15684

牛津词典

    adj.

    • 相接的;相邻的
      touching or next to sth
      1. The countries are contiguous.
        这些国家互相接壤。
      2. The bruising was not contiguous to the wound.
        这青肿块不在伤口边上。

    柯林斯词典

    • ADJ 相接的;相邻的
      Things that arecontiguousare next to each other or touch each other.
      1. Its vineyards are virtually contiguous with those of Ausone.
        其葡萄园差不多紧挨着欧颂堡的葡萄园。
      2. ...two years of travel throughout the 48 contiguous states.
        两年游遍美国本土的48州

    英英释义

    adj

    • very close or connected in space or time
      1. contiguous events
      2. immediate contact
      3. the immediate vicinity
      4. the immediate past
      Synonym:immediate
    • having a common boundary or edge
      1. Rhode Island has two bordering state
      2. the side of Germany conterminous with France
      3. Utah and the contiguous state of Idaho
      4. neighboring cities
      Synonym:adjacentconterminousneighboring(a)
    • connecting without a break
      1. the 48 conterminous states
      2. the contiguous 48 states
      Synonym:conterminous

    双语例句

    • You must specify a single, contiguous ( rectangular) range of cells.
      您指定的单元格必须位于单一区域或连续区域(矩形)。
    • If the same data value occurs in a contiguous block, that block is replaced by a number that denotes the runs and the data.
      如果相同的数据值出现在一个连续的块中,该块将被替换为一个表示运行和数据的数字。
    • Another possible issue is that while each distinct column value is stored randomly, like-kind values are contiguous.
      另一个可能的问题是,尽管每个不同的列值随机存储,like类型的值也是连续的。
    • Ext4 fixes this with a block allocator that allocates multiple blocks at a time, likely contiguous on disk.
      ext4使用块分配器修复了这个问题,它能够在磁盘上一次分配多个块。
    • Partitions are containers that consist of contiguous sectors on the disk; partitions are defined by simple data structures.
      分区是由磁盘上相邻扇区组成的容器,分区是由简单数据结构定义的。
    • When multiple blocks were necessary, it was possible to find contiguous data in non-contiguous blocks.
      当需要分配多个块时,非相邻块中可能存在相邻的数据。
    • Technically, a gap is a maximal sequence of contiguous spaces.
      从技术上讲,间隙是最大的连续空格序列。
    • As we saw in the pictorial example, an object needs contiguous space to be allocated on the heap.
      正如我们在之前的示意图中看到的,需要为对象分配heap上的连续空间。
    • A large table of contiguous locations is used as a stack which is initially empty.
      我们把一大片相连单元作一个栈,开始时为空。
    • A final optimization again, contiguous block related is the block allocator for ext4.
      这是最后一个与相邻块相关的优化,即针对ext4的块分配器。