搜索资源列表
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
CAD_Import_VCL_6.1
- CAD Import VCL 6.1 New features: - AutoCADÖ DWG 2007 file format is supported. - AutoCADÖ PROXY (including AEC) entities are supported. - HPGL/HPGL2 file format - Bezier splines are supported. - DXF loading has been optimiz