资 源 简 介
冒泡排序 快速排序 简单插入排序 2路归并排序#include"stdio.h" #include"malloc.h" #include"stdlib.h" #include"time.h" typedef int datatype; typedef char elemtype; typedef long clock_t; typedef struct { datatype data; //数据 elemtype eles; }xxb; void chanshengshu(datatype b[],unsigned int n) //产生随机数组 {unsigned int i; for(i=0;i