Demonstrates using data sources that support sorting : data views , data view managers , and sorted arrays . checkedlistbox control 演示如何使用支持排序的數(shù)據(jù)源:數(shù)據(jù)視圖、數(shù)據(jù)視圖管理器和已排序數(shù)組。
Provides methods for creating , manipulating , searching , and sorting arrays , thereby serving as the base class for all arrays in the common language runtime 提供創(chuàng)建、操作、搜索和排序數(shù)組的方法,因而在公共語言運行庫中用作所有數(shù)組的基類。
Class , which provides methods for creating , manipulating , searching , and sorting arrays , thereby serving as the base class for all arrays in the common language runtime 類的主要功能,該類提供一些方法,用于創(chuàng)建、處理、搜索數(shù)組并對數(shù)組進行排序,從而充當公共語言運行庫中所有數(shù)組的基類。
A sorted array is an array data structure in which each element is sorted in numerical, alphabetical, or some other order, and placed at equally spaced addresses in computer memory. It is typically used in computer science to implement static lookup tables to hold multiple values which have the same data type.