sorting algorithms的意思
sorting algorithms中文翻譯:
排序算法
相似詞語短語
genetic algorithms───遺傳算法;基因演算法
evolutionary algorithms───進化算法(preferencesetting的復數)
sporting activities───體育活動
genetic algorithm───遺傳算法
use an algorithm───使用算法
Euclidean algorithms───[數]歐幾里得算法(等于Euc-lid’salgorithm)
evolutionary algorithm───進化算法
algorithms───n.[計][數]算法;算法式(algorithm的復數)
common logarithms───n.[數]常用對數
雙語使用場景
It includes sorting algorithms, developed by the author, for use with random alphanumerical and numerical data key fields.───它包括了排序算法,由作者開發的,可用于隨機的文字數字和數字數據關鍵字。
This paper focuses on the relevant page sorting algorithms. We discuss the link analysis technique with emphasis.───本文主要討論網頁排序相關算法,重點討論了鏈接分析技術。
The queue sorting algorithms include load adjustment and sequence number scheduling.───確定隊列順序的負載調整、隊列號等算法等。
Prepared using the above definition of the heap for sorting algorithms, and analysis of the algorithm is derived time complexity.───編寫利用上述定義的堆進行排序的算法,并分析推導算法的時間復雜度。
I learned how to use the common data sorting algorithms in C.───我學會了使用C語言編寫常用的數據排序算法。
For example, you can programmatically specify your own sorting algorithms, and you can create your own types of cells.───例如,您可以用程式設計的方式指定自己的排序演算法,并建立自己的儲存格型別。
Common Sorting Algorithms in Programming───程序設計中常用的排序算法
A Survey of Sorting Algorithms for Genome Rearrangements───基因組重組排序算法綜述
英語使用場景
Comparing with other sorting algorithms - way merge algorithm is the best one to sort two sorted sublists.
Comparing with other sorting algorithms, the 2-way merge algorithm is the best one to sort two sorted sublists.
It includes sorting algorithms, developed by the author, for use with random alphanumerical and numerical data key fields.
The author would like to thank Simon St. Laurent of O'Reilly and Associates for allowing you to use the first two code examples and the explanatory text for the different sorting algorithms.
Through a comparison and an evaluation of the three sorting algorithms of the selection sort, the bubble sort and the insertion sort, we can see which is the best.
Perhaps just as important are fundamental algorithms like binary search, graph searching algorithms, sorting algorithms, and tree-based searches such as minimax.
This article introduces you various sorting algorithms and do some researches on their implementation improvement and complexness of time.