搜索资源列表
查找指定目录下的文件(包括子目录)
- 查找指定目录下的文件,包括子目录-designated directories to search documents, including subdirectories
Linux下C语言编程--文件操作
- 提供几种常见的文件操作,如对文件进行读或写,显示目录,创建目录等等。-provide several common file operations, such as the document read or write, show directory, create directories and so on.
目录监控
- 监视系统中被访问的文件,检查文件被篡改与否-surveillance system were to visit the paper, check the documents have been tampered with or not
Cron的实现
- Cron的实现 UNIX 下设计编写中小型程序的能力,巩固加深对Unix 环境下文件目录操作、进程控制、信号等内容的理解。-UNIX Cron achieve the design process of the preparation of small and medium capacity, enhance the consolidation of the Unix environment directory operations, process control, signal c
UNIX文件模拟系统
- 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
Des加密解密文件
- 可以操作的文件类型:TXT、DOC、JAVA等,且Word文档中包含图片也没问题 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。-can operate file types : TXT, DOC, JAVA, but Word document contains photographs have no problem ru
filewatch1111
- 对文件目录进行监视,包括读写,和本人自协的详细分析说明-right directory for surveillance, including reading and writing, since I and the Association of detailed analysis shows
superXcopy
- Xcopy 选项: /a 包含属性 /b 备份模式(只拷贝设置为归档属性的文件) /c 把目标文件的创建日期设置为当前文件日期 /e 包含创建空目录 /f 刷新已存在文件(只拷贝已存在的文件) /h 拷贝隐含文件 /p 对每个文件/目录都进行确认 /q 简洁模式 /r 多盘拷贝(如果目标盘为A-E且容量小于2M时会被提问) /s 包含子目录 /u 更新模式(只拷贝新文件) /v 校检目标文件,速度缓慢 /w 窗口模式 /x 文件名 不包括该
fileMon2006042011
- 文件监视程序,可以指定监视的文件目录,并将该目录内的文件变化自动备份到指定的目录中,主要用于开发过程中的自动备份或者数据库的自动异地备份操作。-surveillance procedures document can specify the directory surveillance, The directory will document changes within the automatic backup to a specific directory, the main course
Win32explorer
- 使用Win32组件制作资源管理器,完成文件管理的常用功能,比如生成文件目录树、显示目录中的子目录和文件,文件的拷贝、粘贴等。-use Win32 components production resources manager, completed the commonly used document management functions, For example, file directory tree, directory and subdirectory of documents, a
mycopy
- LINUX下文件拷贝,实现文件目录拷贝,包括文件和文件目录-LINUX paper copy, copy achieve directory, including files and directories
vfs
- 在Windows的环境下在用户级实现一个单用户一级目录结构的模拟文件系统。实 现步骤如下: 1、先建立一个100mb的文件; 2、模拟文件系统建立在这个文件的基础上。 3、文件存储资源管理机制采用空闲块链结构。 4、目录采用一级目录结构。 5、文件结构采用索引结构,规定每个文件最多占用16个磁盘块,文件索引表存放在文件目录项中,采用直接索引结构。 6、打开文件结构采用文件控制块和系统打开文件表结构。 7、实现文件创建、打开、关闭、读、写和显示文件目录操作。
systemdirwatch
- 系统目录监视源程序,对添加删除文件目录,和文件属性均进行监视.
JD11111
- 为LINUX设计一个简单的二级文件系统。要求做到以下几点: 1、 可以实现下列几条命令 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。
unix
- 模拟unix操作系统中的文件系统功能,在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用空闲结点号栈管理空闲结点和成组链接发管
FileSystem
- 我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared
OSbiancheng
- (1)实现建立文件、打开文件、复制文件、查询目录;(2)建立相应的数据结构级文件目录的文件管理系统设计-Based on the multi-level directory of the document management system design requirements: (1) to achieve the establishment of documents, open files, copy files, directory inquiries (2) the establish
Delphi.classic.code.file.directory.operations
- Delphi编程实现文件目录操作经典代码Delphi Programming-Delphi Programming classic code file directory operations
使用链式栈搜索目录下的文件
- 在Linux系统中编译使用,通过使用链式栈实现目录的检索功能,可以检索某个目录下的所有文件。(It is compiled and used in the Linux system to retrieve all the files under a directory by using the chain stack to implement the retrieval function of the directory.)
Linux下的文件系统
- 实现一个在Linux下的模拟文件系统,完成目录的增删改、文件的增删改(Implementation of a simulated file system under Linux)