随笔分类 -  库函数

摘要:qsort 功 能: 使用快速排序例程进行排序 用 法: void qsort(void *base, int nelem, int width, int (*fcmp)(const void *,const void *)); 各参数:1 待排序数组首地址 2 数组中待排序元素数量 3 各元素的占 阅读全文
posted @ 2016-03-29 15:51 章三丰 阅读(1291) 评论(0) 推荐(0)