2016年8月23日

Linux Linux程序练习二

摘要: /* 编写一个程序读取a.txt文件,将文件内容数字从小到大排序,并将排序结果写入b.txt。 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> //插入排序 void InertionS 阅读全文

posted @ 2016-08-23 23:19 寒魔影 阅读(333) 评论(1) 推荐(0)

Linux 文件管理(C语言库函数三)

摘要: getcwd,opendir,目录检索 阅读全文

posted @ 2016-08-23 20:04 寒魔影 阅读(269) 评论(0) 推荐(0)

Linux 文件管理(C语言库函数二--程序日志)

摘要: remove,rename,日期计算 阅读全文

posted @ 2016-08-23 14:12 寒魔影 阅读(663) 评论(0) 推荐(0)

导航