用户可以根据ID或名称对数据排序。
科学家和专家们也需要做某种程度的数据排序。
Scientists and experts have to do a certain amount of data sorting.
“数据排序”选项。
您也许还要设计索引以避免数据排序并提供只带索引的访问。
You may also need to design indexes to avoid data sort and to provide index only access.
记住,排序语法,比如orderBY,并不一定要引起数据排序。
Remember, sort syntax such as ORDER BY does not necessarily have to cause a data sort.
它暗含着其他类似的服务,如为数据排序及传输问题提供黑盒解决方案。
It hints at other similar services, which offer black-box solutions to (for example) sorting or data transformation problems.
例如,要让DB 2按指定顺序返回结果,您不需要自己去对数据排序。
For example, if you have DB2 return results in a specified order, you won't need to sort the data yourself.
这种散列算法及其推广可以很好地运用于某些分布的数据排序。
The hash algorithm and its improvement can be used in sorting data with some distributions much better.
ORDERBY和GROUP BY等排序语法不一定会导致数据排序。
Sort syntax such as ORDER BY and GROUP BY does not necessarily cause a data sort.
为减少数据的非线性和提高训练速度,形成了特殊的数据排序方法。
A special method is developed for data ordering to reduce the nonlinearity of data and to increase the speed of training.
所有收集到的数据排序成一种逻辑树结构,其结构由BTrace脚本作者指定。
All collected data is sorted into a logical tree structure, a structure that the author of the BTrace scripts decides upon.
结果部分应以逻辑的顺序围绕一系列表和/或数据排序来呈现你的重要发现。
The Results section should be organized around a series of Tables and/or Figures sequenced to present your key findings in a logical order.
现在,如果最适合DB2用于避免数据排序的索引不是有序列表,而是随机的,会发生什么?
Now, what happens if the index that would have been ideal for DB2 to use to avoid a data sort is not an ordered list, but rather random?
数据转换:BIRT在把数据展现给用户之前,提供了对数据排序、过滤、分组、汇总的支持。
Data Transformation: BIRT provides support to sort, filter, group and summarize data before it is presented to the user.
分组操作的performance - wise成本与依据分组列进行数据排序的成本类似。
The grouping operation is about as costly performance-wise as sorting the data by the grouping column.
这使得没有JS的用户也能重新对数据排序,虽然响应速度稍微慢些,但仍然是功能齐全的“高保真”体验。
That would enable non-JS users to re-sort the data too, giving them a slightly less responsive, but still full-functional “hi-fi” experience.
接着经过时序分析得出,进行适当的数据排序变换,可用U ART方式0有效地模拟SPI操作。
Secondly, it is concluded through analyzing time order that simulating SPI operation using UART mode 0 is effective after proper data transformation.
本文提出用构造映射函数实现数据排序的散列算法,从理论上对映射函数的一般构造进行分析和研究。
In this paper we propose a hash sort algorithm and study the general structure of its mapping function theoretically.
gentab库还能够自动处理大量数据,方法是为表数据标页数,并提供一个接口按列名对数据排序。
The gentab library is also built to automatically deal with large amounts of data by paginating the table's data and providing an interface to sort data by column names.
给出了归并排序算法的一种改进算法,对具有“离散”性的多个数据排序时利用该算法具有较明显的优势。
This article has provided a kind of improved algorithm for merging sort, which has remarkable advantage in sorting a large amount of discrete data.
计算机的学习方式,是自将来自多个传感器需输入至机械手臂各自驱动马达的数据排序成重现模式中来学习。
The computer learns as data from the multiple sensors is sorted into reproducible patterns that will provide input to the individual motors of the mechanical arm.
可以使用字符串中每个字符的代码点为基础进行排序,如果样式表只需要对英文数据排序那么这种方法非常合适。
You can use the code points of the individual characters in a string as a basis for collation, and it might work reasonably well if your stylesheets only have to collate data in English.
在表模式下,您可以搜索数据,删除数据,对数据排序,选择不同的排序标准等,然后使用更改后的表数据显示图表。
You can search, eliminate some data, sort the data, choose different sort criteria, etc., when in table mode and then you can display the chart with the changes to the table data.
有时候,用户可能希望只根据一个可用的选择条件对数据排序,而将其他条件留空,或者不选择任何条件,将所有条件留空。
Sometimes the user may want to sort the data only on one of the available selection criteria and leave the others blank or select no criteria to sort the data by leaving all the criteria blank.
这里DB 2仅可在一列上匹配,并且因为LASTNAME是随机的,DB 2必须执行数据排序来以LASTNAME、EMPNO顺序返回我们的行。
Here DB2 can match on only one column, and since LASTNAME is random, DB2 must do a data sort to bring our rows back in LASTNAME, EMPNO order.
这是一个典型的复杂数据排序操作,在该例中,要对日期、时间和id号进行排序,这是通过将数字连接在一个数字上,然后对其进行数字排序实现的。
This is a fairly typical sort of complex data, in this case ordering something by date, time, and ID number by concatenating the Numbers into a single number that we can then sort numerically.
如果DB 2没有一个适当次序的索引可以避免排序,或者当DB 2以LIST PREFETCH方法使用任何索引时,那么一个ORDERBY必定会引起数据排序。
When DB2 does not have an index in the appropriate order for sort avoidance or when DB2 USES any index the LIST PREFETCH way, then an order BY will most certainly cause a data sort.
如果您有一个长期运行的OPENCURSOR,并不是因为DB 2正在构建一个结果集,最有可能是因为DB 2正在OPEN(通常满足一个常见orderBY)上进行数据排序。
If you have a long-running OPEN CURSOR, it is not because DB2 is building a result set. It is most likely because DB2 is doing a data sort at OPEN (usually to satisfy a common ORDER BY).
对于应用程序,加载一个包含雇员数据的简单表;该表将支持对其任何列进行排序。
For the application, load a simple table with employee data; the table will support sorting on any of its columns.
对于应用程序,加载一个包含雇员数据的简单表;该表将支持对其任何列进行排序。
For the application, load a simple table with employee data; the table will support sorting on any of its columns.
应用推荐