2017年6月15日

c语言读取一个文件夹下的全部文件(jpg / png 文件)

摘要: #include #include #include #include #include // Jinxu void get_files(char *p, char **image_paths, int *img_cnt) { DIR *dir; char base_path[512]; memset(base_path, 0, sizeof base_path... 阅读全文

posted @ 2017-06-15 16:17 暴力的轮胎 阅读(5689) 评论(0) 推荐(0) 编辑

导航