2017年1月12日

摘要: func.h #include<stdio.h>#include<stdlib.h>#include<time.h>#define N 100000000 #define SWAP(a,b) {int temp;temp=a;a=b;b=temp;} //void a_quicksort(int*, 阅读全文
posted @ 2017-01-12 23:44 小王来了 阅读(161) 评论(0) 推荐(0)
 
摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> int main(int argc,char* argv[]) { FILE *fp; FILE *fp1; char c,j; fp=fopen(argv[1],"r+"); fp1=f 阅读全文
posted @ 2017-01-12 23:40 小王来了 阅读(108) 评论(0) 推荐(0)