For example , you can programmatically specify your own sorting algorithms , and you can create your own types of cells 例如,可以采用编程方式指定自己的排序算法,以及创建自己的单元格类型。
It includes sorting algorithms , developed by the author , for use with random alphanumerical and numerical data key fields 它包括了排序算法,由作者开发的,可用于随机的文字数字和数字数据关键字。
In addition to the theoretical work , on the way for practical applications , sorting algorithms are investigated 排序是计算机科学中一项复杂而重要的技术,应用非常广泛,尤其是现在的热门数据挖掘。
To deal with the vacant data , this system use a sorting algorithm of datamining which is a very popular technique 数据挖掘技术是当前较流行的热门技术,在这个系统运用其中的一种分类算法来实现对采集数据空缺值的处理。
The sorting algorithm can prevent unordered simulation that lead to waste time , which improved the speed of simulation to a certain extent 这种排序算法可以避免无序的模拟而造成的时间浪费,从而在某种程度上提高了模拟速度。
Can be used as the basis of a sort algorithm , and while using a delegate comparison method as the basis of a sort algorithm would be valid , it is not ideal 可用作排序算法的基础,虽然将委托比较方法用作排序算法的基础是有效的,但是并不理想。
Open standards based - the message sorting algorithm , which is a major part of the message queue framework , is implemented in class treeset , a part of the j2me specification 基于开放标准消息排序算法(消息队列框架的主要部分)在treeset类( j2me规范的一部分)中实现
The proposed algorithm for knapsack problem is based on mimd . the sort algorithm by sampling is introduced in the sorting stage . the stages of generating subset - sum and searching are also optimized 并行背包算法基于mimd结构,在排序过程中引入基于采样的排序算法,然后对子集和生成和搜索过程加以优化。
Now that we can easily see the difference between files and folders , we can also see that that , in the table view , the default sorting algorithm has ordered them alphabetically - but mixed the folders and files together 现在,可以很容易地看出文件和文件夹之间的区别,我们还可以看到:在表视图中,缺省排序算法按字母顺序给各项排序但将文件夹和文件混在一起。
A sorting algorithm is an algorithm that puts elements of a list in a certain order. The most-used orders are numerical order and lexicographical order.