05 2014 档案
摘要:BitMap的实现在上一篇博文中#include "BitMap.h"#include int main(){ double start = clock(); BitMap a = BitMap(9999999); freopen("E:\\phoneNum.txt","r",stdin); //...
阅读全文
摘要:#pragma once#include #include #include using namespace std;#define BM_Max 8000000000class BitMap{public: BitMap(unsigned); ~BitMap(void); bool getBit(...
阅读全文
摘要:import string, randomrandom_len = 7def random_str(random_len = 7): digit = list(string.digits) random.shuffle(digit) return ''.join(digit[:random_len]...
阅读全文

浙公网安备 33010602011771号