C語言實現BitMap

原理 稍後補充web 代碼 #include <stdio.h> #include <math.h> #define TYPE int #define INT_BITS (1<<3) * sizeof(TYPE) #define SHIFT (int)(log(INT_BITS)/log(2)) #define MASK INT_BITS-1 TYPE bitmap[10000]; // 設
相關文章
相關標籤/搜索