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.