table sort

[ˈtebəl sɔrt][ˈteibl sɔ:t]

[计] 表排序,表分类

  • At the actualization of the inner code table the hash table and the sort search are integrated to improve the speed of searching character .

    在输入法内部码表实现中,采用了哈希 顺序查找相结合的方法,提高了字符的查找速度。

  • Before building the rows of the table the code uses the array_multisort function to sort the array of rules by the starting port number of each rule .

    在构建 表格行之前,以上代码使用arraymultisort函数根据每个规则的起始端口号对规则数组 排序

  • The new performance table in the annual report comes across as a sort of yardstick compromise .

    在年报中对业绩 做变动,给人的印象 在衡量标准方面做出了妥协。

  • The index on the outermost table can be used to return rows in the order of the ORDER BY clause eliminating the need for a sort .

    可以用最外面的 上的索引,以ORDERBY子句的次序返回行,从而消除 排序的需要。

  • The following table describes the comparison options and a sort style .

    介绍比较选项和 排序样式。

  • Control displays data as a table and provides the capability to sort columns page through data and edit or delete a single record .

    控件以 的形式显示数据,并提供对列进行 排序、翻阅数据以及编辑或删除单个记录的功能。

  • For instance the purchaseOrders table is partitioned by po_date and has a local index on po_customer the query below will need a sort after the index scan

    例如, purchaseOrders通过podate进行了分区,并具有本地索引pocustomer,以下查询在完成索引扫描后还需要进行 排序

  • When viewing a report the user often wants to sort the data in the table based on the values in one column where the sorting is different from the default sort order provided in the report design .

    在查看一个报告时,用户常常希望以不同于报告设计提供的默认顺序的方式,根据 中某列的值对数据进行 排序

  • I do some cleaning about my work table and sort out all my old teaching materials .

    我打扫了一下我的工作 ,并且把旧的教学资料进行了 分类 整理

  • How do you want the Table of Contents to sort the list of posted articles ?

    您希望 目录如何来 排序已投递的文章列表?

  • To better organize and locate the data that is important for your task operations are available for each column of a table so you can sort it or create a filter to focus on specific data ( see Figure 11 ) .

    要更好地组织和找到对您至关重要的任何数据,可以对一个 的每一列执行一些操作,您 可以配备或创建一个过滤器来重点关注特定的数据(参见图11)。

  • In addition this method establishes huge inverted table by merging for only twice and realizes relevance sort by analyzing the features of kev word .

    该方法仅通过两次迭代归并,即能建立海量倒排 ,通过分析关键字段特征实现相关性 排序

  • The Table of sort order in this paper has a general significance for plotting an E-pH diagram on the basis of this table an E-pH diagram to be constructed can be obtained directly .

    本文的 种类顺序 对于建立电位pH图具有普遍的指导意义,以此表为依据可立即直观地得到所要建立的电位pH图。

  • REORG is a utility that unloads the rows in your table and reloads all of those rows or some of those rows usually with a sort in between .

    REORG是卸载您的 表格中的行并重新加载这些行的全部或部分的实用程序,通常会进行 排序

  • If sorted information can return directly without requiring a temporary table to store a final sorted list of data it is a piped sort .

    如果排序信息可以直接返回,而无需临时 来存储最终排序的数据列表,它就是管道排序(piped sort)。

  • Rails has an ActiveRecord class which is an abstraction of a database table and lets you do basic CRUD as well as search sort and data traversal .

    Rails中有一个ActiveRecord类,它是数据库 的抽象,既可以作基本的CRUD操作,也可以完成查找、 排序和数据遍历。

  • The following examples assume all advice is on the same table same partition with the same index type and sort sequence .

    下面的例子假设所有建议都是基于相同 、相同分区、相同的索引类型和 排序顺序的。

  • Otherwise the processor has to use a temporary work table to sort the records first .

    否则,处理器必须先使用临时工作 对记录进行 排序

  • A pairwise comparison table is constructed by using a little outranking information then decision rules are extracted from this table in terms of dominance rough set theory . Finally we use a score function to sort all the alternatives and select the best one .

    利用一小部分整体偏好信息构造成对比较 ,根据优势粗糙集理论提取决策规则,利用一个评分函数对整个方案集进行 排序和优选。

  • Here are some techniques for avoiding long-running actions in the UI thread using a common example : a table or tree that is filled from some sort of database query network call or disk .

    有一些技术用来避免UI线程中的长时间运行动作,举一个常见的例子:使用 某种数据库查询、网络调用或磁盘进行填充的 或树。

  • He went to this table with a sort of vivacity took a key from his pocket and opened the valise .

    他迅速走向 圆桌,从口袋中取出一 钥匙,把小箱子打开。

  • Study the spatial location of table tennis technology system properties you can sort out athletes in various spatial positions of the shot effect to have targeted to help athletes refine the technology training to improve training effectiveness .

    研究 乒乓球技术体系的空间位置属性,可以 梳理运动员在各个空间位置上的击球效果,能够有针对性地帮助运动员对各项技术的细化训练,提高训练成效。

  • The paper summarizes the math formula of decision-making table problem and points characteristic which a sort of multi-items subsection function owns .

    提炼并归纳了决策 问题对应的数学计算公式&特殊的多元分段函数,并指出该 分段函数的特点。

  • Because the inner table is scanned with TBSCAN which does not guarantee the expected order for MSJOIN a SORT node is added to enforce the order .

    因为通过TBSCAN扫描内部 ,即不能对MSJOIN保证预期的顺序,所以添加 SORT节点来执行顺序。

  • If the sorted information requires a temporary table to be returned it is a non-piped sort .

    如果排序信息的返回需要临时 ,那它就是非管道 排序(non-piped sort)。