搜索资源列表
os
- 可变分区存储管理源文件,操作系统课程设计非常需要。-Variable partition storage management source files, operating system, a great need for curriculum design.
QuickSort
- Quicksort is a divide and conquer algorithm. Quicksort first divides a large list into two smaller sub-lists: the low elements and the high elements. Quicksort can then recursively sort the sub-lists. The steps are: Pick an element, called a pivo