- 博客(1)
- 收藏
- 关注
原创 编程珠玑内存不足情况下多趟排序
#include #include #include #include using namespace std; //1000个数字,利用两趟排序 #define N 500 #define MASK 0x1F #define SHIFT 5 #define K 2//排序次数 int a[1+N/32];//一个int可以存放32个整数 int* arr=new int
2013-03-27 16:26:52
701
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人