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)
浙公网安备 33010602011771号