- 博客(2)
- 收藏
- 关注
原创 Linux下文件复制
1.编程 #include #include #include //功能:实现Linux下文件复制 int CopyFile(char *SourcePath,char *Path); //复制文件函数 int GetCopyPath(char *SourcePath,char *Path,char CopyPath[]); //获取复制路径函数 int main
2015-05-31 17:34:16 260
原创 Linux下简单加密程序实现
1.程序 #include #include #include //功能:实现加密功能,将文件中的a变为b,b变成c,到最后z再变为a,大写字母也一样 void encrypt(char *path); int ReadFile(char *path,char *temp); int WriteFile(char *path,char *temp); int mai
2015-05-27 16:56:29 1253
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人