搜索资源列表
2011813035ex3
- Linux shell的使用:i. 将cp命令设置别名为copy,将mv命令设置别名为move。 ii. 使用history命令查看命令历史。 -Linux shell usage:. I would cp command to set an alias for copy, the mv command to set the alias for the move. ii. use the history command to view the command history.
md5
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。 编译:命令行模式下,切换到代码所在目录,输入m