zoukankan      html  css  js  c++  java
  • sort_region——对区域进行排序

    The operator sort_region sorts the regions with respect to their relative position. All sorting methods with the exception of 'character' use one point of the region. With the help of the parameterRowOrCol = 'row' these points will be sorted according to their row and then according to their column. By using 'column', the column value will be used first. The following values are available for the parameter SortMode:

    'character'

    The regions will be treated like characters in a row and will be sorted according to their order in the line: If two regions overlap horizontally, they will be sorted with respect to their column values, otherwise they will be sorted with regard to their row values. To be able to sort a line correctly, all regions in the line must overlap each other vertically. Furthermore, the regions in adjacent rows must not overlap.

    'first_point'

    The point with the lowest column value in the first row of the region.

    'last_point'

    The point with the highest column value in the last row of the region.

    'upper_left'

    Upper left corner of the surrounding rectangle.

    'upper_right'

    Upper right corner of the surrounding rectangle.

    'lower_left'

    Lower left corner of the surrounding rectangle.

    'lower_right'

    Lower right corner of the surrounding rectangle.

    The parameter Order determines whether the sorting order is increasing or decreasing: using 'true'the order will be increasing, using 'false' the order will be decreasing.

  • 相关阅读:
    如何成为一名数据科学家
    暑假反思
    暑假计划(7月23日-8月21日)
    ACM数论模板
    Nelder–Mead method
    Introduction to Data Mining
    51_1037最长循环节 (miller rabin算法 pollard rho算法 原根)
    乘法逆元(转)
    51_1228 序列求和(伯努利数)(转)
    清除input中内容的简单方法
  • 原文地址:https://www.cnblogs.com/qqhfeng/p/7256570.html
Copyright © 2011-2022 走看看