文件名称:Normal-files-directories-
-
所属分类:
- 标签属性:
- 上传时间:2013-03-24
-
文件大小:11.93kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
普通文件和目录编程
1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。
2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。
3. 用流文件系统函数重新编写上面的程序。
. 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间
注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime()函数的用法。
-Ordinary files and directories programming. Program mycp.c copy function that reads files from the command line with the original file system calls. 2. Write programs mycat.c, and display the contents of the file, the original file system call implementation. 3, with the stream file system function to re-write the above program. Call directory function, write program myls.c, and display the current directory file list in the following format: file name, file size of the file creation time attention to studying the conversion of the file creation time, that is how the number of seconds since January 1, 1970 converted to a string that represents the time to show up, pay attention to the research asctime () function ctime () function usage.
1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。
2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。
3. 用流文件系统函数重新编写上面的程序。
. 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间
注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime()函数的用法。
-Ordinary files and directories programming. Program mycp.c copy function that reads files from the command line with the original file system calls. 2. Write programs mycat.c, and display the contents of the file, the original file system call implementation. 3, with the stream file system function to re-write the above program. Call directory function, write program myls.c, and display the current directory file list in the following format: file name, file size of the file creation time attention to studying the conversion of the file creation time, that is how the number of seconds since January 1, 1970 converted to a string that represents the time to show up, pay attention to the research asctime () function ctime () function usage.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Linux-Normal files and directories programming.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.