Welcome![Sign In][Sign Up]
Location:
Search - mycp

Search list

[Linux-Unixmycp

Description: 使用 creat,read,write等系统调用实现在linux下文件复制命令-The use of creat, read, write, such as system calls in the implementation of the file copy command linux
Platform: | Size: 2048 | Author: 西风凋敝树 | Hits:

[Windows Developmycp

Description: 模拟windows下的文件复制操作,包括目录的复制等-Under simulated windows file copy operation, including a copy of the directory, such as ... ...
Platform: | Size: 1024 | Author: 杜建 | Hits:

[File Operatemycp

Description: 实现对linux下cp命令的模拟 在windows下实现 操作系统课程设计-copy
Platform: | Size: 107520 | Author: guanzi | Hits:

[Booksmycp

Description: Linux环境实现实用拷贝命令实现,实现将一个文件的数据复制到另一个文件中,其中两个文件名作为mycp程序的参数。-Linux
Platform: | Size: 1024 | Author: tt | Hits:

[OS programmycp

Description: 模拟windows和linux,完成一个目录复制命令mycp,包括目录下的文件和子目录。-Simulation windows and linux, directory replication to complete a command mycp, including directory files and subdirectories.
Platform: | Size: 34816 | Author: Mr Wang | Hits:

[Linux-Unixlinux-mycp

Description: 实现文件复制:完成一个目录复制命令,包括目录下的文件和子目录。学习和掌握操作系统中与文件操作相关的概念,并使用系统提供的API编程实现。-Implementation file: a directory to complete the copy command, including the directory files and subdirectories. Learn and master the operating system and file operation related concepts, and using the system provided API programming.
Platform: | Size: 2048 | Author: daibin | Hits:

[File Operate1234

Description: 复制文件。完成一个目录复制命令mycp,包括目录下的文件和子目录。-Copies files. Complete a directory replication mycp commands, including a list of files and subdirectories in a directory.
Platform: | Size: 7454720 | Author: 吴方鸣 | Hits:

[Linux-Unixlinux

Description: 文件复制。完成一个目录复制命令mycp,包括目录下的文件和子目录-Copies files. Complete a directory replication mycp commands, including a list of files and subdirectories in a directory.
Platform: | Size: 1024 | Author: 吴方鸣 | Hits:

[Internet-Networkmycp_1_0_3.tar

Description: 可以编译通过的mycp框架,支持客户端、服务端通信开发,很高效-Can be compiled by mycp framework to support the client server communication development, very efficient
Platform: | Size: 5243904 | Author: kkj | Hits:

[Internet-Networkbiwoo_1_0_4_86.tar

Description: 基于mycp的IM通讯软件,服务器端编译顺利通过。-Mycp-based IM communication software
Platform: | Size: 13387776 | Author: kkj | Hits:

[Embeded LinuxNormal-files-directories-

Description: 普通文件和目录编程 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.
Platform: | Size: 12288 | Author: weiwei | Hits:

[Windows DevelopMycp

Description: 完成一个目录复制命令mycp,包括目录下的文件和子目录。包含了实验报告和源代码。-Complete a directory replication command mycp, including directory files and subdirectories. Contains experimental reports and source code.
Platform: | Size: 539648 | Author: Dean Miller | Hits:

[Linux-UnixMycp

Description: 完成一个目录复制命令mycp,包括目录下的文件和子目录。压缩包中包含了实验报告和源码。-Complete a directory replication command mycp, including directory files and subdirectories. Contains experimental reports and source code.
Platform: | Size: 538624 | Author: Dean Miller | Hits:

[Windows Developmycp

Description: 操作系统实验,实现文件复制功能,代码分为三个部分,附有注释,结构清晰-Experimental operating system, file copy function, the code is divided into three parts, with notes&&clear structure
Platform: | Size: 144384 | Author: luke | Hits:

[Linux-Unixmycp

Description: linuc c cp命令的简单模仿代码-linux c cp cmd simple code..........................
Platform: | Size: 5120 | Author: 陈小维 | Hits:

[File Operate1234

Description: 完成一个目录复制命令mycp,包括目录下的文件和子目录, 运行结果如下: beta@bugs.com [~/]# ls -l sem total 56 drwxr-xr-x3 beta beta 4096 Dec 19 02:53 ./ drwxr-xr-x8 beta beta 4096 Nov 27 08:49 ../ -rw-r r 1 beta beta128 Nov 27 09:31 Makefile -rwxr-xr-x1 beta beta 5705 Nov 27 08:50 consumer* -rw-r r 1 beta beta349 Nov 27 09:30 consumer.c drwxr-xr-x2 beta beta 4096 Dec 19 02:53 subdir/ beta@bugs.com [~/]# mycp sem target beta@bugs.com [~/]# ls -l target total 56 drwxr-xr-x3 beta beta 4096 Dec 19 02:53 ./ drwxr-xr-x8 beta beta 4096 Nov 27 08:49 ../ -rw-r r 1 beta beta128 Nov 27 09:31 Makefile -rwxr-xr-x1 beta beta 5705 Nov 27 08:50 consumer* -rw-r r 1 beta beta349 Nov 27 09:30 consumer.c drwxr-xr-x2 beta beta 4096 Dec 19 02:53 subdir/ 说明: Linuk: mkdir,opendir,readdir,symlink,readlink等系统调用 Windows:CreateDirectory,FindFirstFile,FindNextFile等函数-Complete a directory replication command mycp, including files and subdirectories, operating results are as follows: beta@bugs.com [~ /]# ls-l sem total 56 drwxr-xr-x3 beta beta 4096 Dec 19 02:53 ./ drwxr-xr-x8 beta beta 4096 Nov 27 08:49 ../-rw-r- r- 1 beta beta128 Nov 27 09:31 Makefile-rwxr-xr-x1 beta beta 5705 Nov 27 08:50 consumer*-rw-r- r- 1 beta beta349 Nov 27 09:30 consumer.c drwxr-xr-x2 beta beta 4096 Dec 19 02:53 subdir/beta@bugs.com [~ /]# mycp sem target beta @ bugs.com [~ /]# ls-l target total 56 drwxr-xr-x3 beta beta 4096 Dec 19 02:53 ./ drwxr-xr-x8 beta beta 4096 Nov 27 08:49 ../-rw-r r- 1 beta beta128 Nov 27 09:31 Makefile-rwxr-xr-x1 beta beta 5705 Nov 27 08:50 consumer*-rw-r- r- 1 beta beta349 Nov 27 09:30 consumer.c drwxr-xr-x2 beta beta 4096 Dec 19 02:53 subdir/Description: Linuk: mkdir, opendir, readdir, symlink, readlink system calls Windows: CreateDirectory, FindFirstFile, FindNextFile and other functions
Platform: | Size: 5120 | Author: 于冰 | Hits:

[Embeded Linuxmycp

Description: 基于Linux平台下的复制功能,基本实现了文件复制与目录文件复制的功能-the copying function based on the platform of Linux can realize the function of file-copy and directory file
Platform: | Size: 3072 | Author: 曾令树 | Hits:

[Othermycp.c.tar

Description: done with perfect accuracy with no error
Platform: | Size: 1024 | Author: trall1951 | Hits:

CodeBus www.codebus.net