摘要: 修改可读取压缩格式文件 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <zlib.h> 5 6 #define RLEN 1024 7 8 static void getfq(char *fq) 阅读全文
posted @ 2020-11-04 17:17 天使不设防 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 目前只能处理短序列,若要处理长序列,可按照https://www.cnblogs.com/mmtinfo/p/13036039.html的读取方法。 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #define 阅读全文
posted @ 2020-11-04 10:34 天使不设防 阅读(303) 评论(0) 推荐(0) 编辑