有序数组

  • 网络Ordered Array
有序数组有序数组
  1. 该枚举类型的values()方法返回这种类型的不同值的有序数组。

    The values () method of the enumerated type returns an ordered array of the different values of that type .

  2. 方法在体绘制前,将每个体数据的每个层片编码成以体素值为序的有序数组。

    Method Before volume rendering we transfer each slice of volume into an array indexed by the value of voxels , element in which stores the position of each voxel .

  3. 均能被有序二进制数组表示的两组数的关系索引。

    An index of the relation between any two sets of scores that can both be represented on ordered binary dimensions ( e.g. , male-female ) .

  4. 看看目标元素在不在数组里,也就是说我要去,检索一个有序的数组。

    And the example I want to look at is , suppose I want to search a list that I know is sorted , to see if an element 's in the list .

  5. 本文主要阐述用有序实数组建立平面射影坐标系的目的、方法、条件及唯一性,并将其理论推广到射影空间里,最后浅谈教学体会。

    The essay mainly discusses the purpose , method , condition and one and the only nature of the planar projective coordinate system established by ordered real number group and extends it 's theory to the projective space , then it discusses briefly the author 's teaching experiences .

  6. 移除的节点越来越多,堆数组就越来越小,但是有序数据的数组却越来越大。

    As more items are removed , the heap array becomes smaller and smaller , while the array of ordered data becomes larger and larger .