发布时间:2014-04-10 18:55:46
这是压缩代码:点击(此处)折叠或打开int Compress( char *ppathname, char *pfilename ){ int iRet = 0; char command[128 + 1]; iRet = SplitFil.........【阅读全文】
发布时间:2014-04-09 16:35:11
#include <stdio.h> 5 #include <stdlib.h> 6 #include <time.h> 7 8 #define MAXSIZE 7 9 10 /*函数名:Cstr() 11 * 函数参数:无 12 * 函数返回值:0 13 * 函数功能:随机输出7个大小写字母 14 */ 15 .........【阅读全文】