2021年3月16日
摘要: struct hllhdr { char magic[4]; /* "HYLL" */ 4个字符的魔数HYL uint8_t encoding; /* HLL_DENSE or HLL_SPARSE. */ 密集表示 还是稀疏表示 uint8_t notused[3]; /* Reserved fo 阅读全文
posted @ 2021-03-16 19:13 子虚乌有 阅读(173) 评论(0) 推荐(0)