上一页 1 ··· 4 5 6 7 8
摘要: stat 函数讲解 表头文件: #include <sys/stat.h> #include <unistd.h> 定义函数: int stat(const char *file_name, struct stat *buf); 函数说明: 通过文件名filename获取文件信息,并保存在buf所指 阅读全文
posted @ 2017-03-02 15:57 Cyril_Wu 阅读(30318) 评论(0) 推荐(1) 编辑
摘要: http://blog.chinaunix.net/uid-20196318-id-3277600.html Jerasure库提供Reed-Solomon和Cauchy Reed-Solomon两种编码算法的实现. Reed-Solomon编解码接口 1) 编码矩阵生成 2)编码接口 void j 阅读全文
posted @ 2017-03-02 15:52 Cyril_Wu 阅读(588) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8