摘要:
1 #include <iostream> 2 #include <fstream> 3 4 using namespace std; 5 6 #define N 10000000 7 #define M 4 8 #define SHIFT 5 9 #define MASK 0x1f 10 11 void Set(int *a,int j);//j不是4的倍数,就是直接的第一个byte位 12 int Count(int *a,int i);//i是4的倍数 13 void Clr(int *a,int j);//j不是4的倍数,就是直接的第一个byte位 14 vo. 阅读全文
posted @ 2012-04-06 09:02
clay&&more
阅读(148)
评论(0)
推荐(0)

浙公网安备 33010602011771号