搜索资源列表
window unix file
- 操作文件的函数的说明和代码,包含了所有文件操作的功能,适合在windows和unix下运行。-operation as a function of the document descr iption and code, containing all the file manipulation functions, suitable for the windows and unix running.
UNIX文件模拟系统
- 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
DOS文件格式转化为UNIX文件格式的C程序
- DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
UNIXoperationsystem
- 模拟unix文件系统,该系统界面友好,可以下下学习学习哦-Simulation unix file system, the system user-friendly, you can study under the study under Oh
unixfilesystem
- 操作系统课程设计 模拟unix文件系统 心血-Simulation of operating systems curriculum design efforts unix file system
unix
- 模拟了一个简单的UNIX文件系统,实现了UNIX的文件管理功能-Simulation of a simple UNIX file system, the realization of the UNIX file management functions
unix
- 模拟unix文件系统 ,可进行文件的删除,文件的打开,文件的读写,创建目录-Simulation unix file system, files can be deleted, documents opened, read and write documents, create a directory
file
- 二级文件系统 可以实现目录浏览 创建目录 创建文件等操作-Secondary file system directory can create a file browser, such as the creation of directory operations
list
- 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
UNIX
- 介绍UNIX系统操作的文件,登录步骤,文件或目录处理,复制文件,建立新目录-Introduction UNIX file system operations, log steps, file or directory processing, copy files, create a new directory
filesys
- 自己编写的一个UNIX小型文件系统,实现了ls,grep,cd,cp等基本指令集-a small UNIX file system, to achieve a ls, grep, cd, cp, and other basic instruction set
Use-Unix
- Unix使用1 UNIX起源、流派及标准 初次上机 UNIX文件和目录结构等简要介绍-Use 1 UNIX Unix origin, schools and the standard first-on UNIX file and directory structure introduced
UNIX-FILE-SYSTEM
- MFC实现的模拟UNIX小型文件系统 具有一些UNIX中常见的简单功能。-a UNIX FILE SYSTEM write in MFC
small-unix
- 用C语言模拟小型类UNIX文件系统, 文件系统被分成三个部分,依次为:位视图,I节点区和数据区。数据区被分成1024块,每块有1024个字节。用一个文件模拟外存,在程序中用数组分别模拟内存中的I节点,位图,文件系统。在每一次的操作中如果相应元素有变动,则对应在文件中更新输出相应数据。-Small classes in C language simulation UNIX file system, file system is divided into three parts, as follow
Understanding-UNIX-Filesystems
- A very good ebook which explains unix file system
file
- 操作系统实习作品,用VC模拟unix文件系统,对理解unix文件管理有帮助,模仿CMD的样式,便于操作。-Practice operating system works with VC simulation unix file system, file management understanding unix help, CMD to imitate the style, easy to operate.
Programming-in-the-UNIX
- UNIX高级环境编程第二版 英文原版 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,Postscr ipt 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 -Advanced Programming in the UNIX® Envi
A-Fast-File-System-for-UNIX-1.pdf
- 本文针对Unix文件系统的缺陷,提出了并实现了改进方案。性能取得了显著的提升。是一篇必读的佳作。-In this paper, Unix file system deficiencies, proposed and implemented improvements. Achieved significant performance improvement. Is a must-read masterpiece.
模拟unix系统
- 完成UNIX文件管理系统的子集的模拟实现(Complete the simulation implementation of subset of UNIX file management system.)