搜索资源列表
DiskMonitor_new
- 最近的磁盘监控软件,可以监控某磁盘的变化,修改、删除文件操作,一一被记录下来,还可以导出为html格式的文件,防止导出txt文件后被修改的可能。-Recent disk monitoring software can monitor a disk change, modify, delete file operations, one by one is recorded, you can also export to html format, export the txt file after
Delete-Files-older-than-14-days
- 用C语言开发的文件操作小程序,功能是删除时间超过14天的文件。-Developed in C language file operations applet, function is to delete the files longer than 14 days.
slnUsingFile
- File类应用实例,文件的打开、新建、移动、复制、删除-File type application examples, documents opened, new, move, copy, delete
diskobjectdemo_src(file)
- 一个简单的文件操作的程序,可以实现文件的增加修改删除和查找-Paper a simple operation procedures, can be modified to delete the document and find the increase and so on ...
VB_File_System_Monitor
- 一款可以监视文件的创建、打开、删除和文件夹的打开和删除的小程序。推荐一下。-Can monitor the creation of a file, open, delete, and open the folder and delete the applet. You recommend.
delete
- 垃圾文件清理工具,可以对一些系统的垃圾文件进行清理-Junk file cleanup tool, you can file on some systems to clean up garbage
File-management
- 文件管理,创建文件,写入内容,删除文件的功能,测试已经通过了,基本功能很实用,值得学习-File management, create a file, write content, delete the file function, the test has passed, the basic function is very useful, it is worth learning
sik-clear-file
- 快速清理开发过程中产生的中间文件,减小工程体积。。dos命令删除一些文件而已。-Quick clean up the development process of the intermediate file, reducing the project size. . dos command to delete some files only.
file--help-warrapper-class
- file class unicode file create line Analyze , delete and create directory files file exist and get file size
message
- 通讯录的一部分,删除操作,没有使用文件,还是可以学习一下的-Part of the address book, delete, file is not used
delete
- 将文件或文件夹拖拽到本程序上,程序可自动识别,然后将其删除-delete floder or file
file-deletions-small-tools
- 一个简单的文件删除小工具,用于删除指定的文件夹。-A simple file deletions small tools, used to delete specified folder.
delete
- 这是自己写的一个删除重复文件的程序,因为有时下载文件会重复下载,如果想删除重复的文件可以看看我写的这个程序-This is to write a program to delete duplicate files, download the file because sometimes repeat the download, if you want to delete duplicate files you can see I wrote this program
delet-specfic-file
- this developed for delete specfic file by labview-this is developed for delete specfic file by labview
File
- 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
File
- 设计目的:通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。 设计要求: ⑴设计一个支持n个用户的文件系统,每个用户可拥有多个文件; ⑵采用二级或二级以上的多级文件目录管理; ⑶对文件应设置存取控制保护方式,如“只能执行”、“允许读”、“允许写”等; ⑷系统的外部特征应接近于真实系统,可设置下述文件操作命令:建立文件、打开文件、关闭文件、删除文件、读文件、写文件、
File-System--
- 图形化界面,支持文件创建,文件删除,文件重命名,文件复制,剪切和粘贴以,文件保护,文件查找,查看文件属性等操作,多用户系统。-Graphical interface, supporting documents, and create, delete file, file renaming, file copying, cutting and pasting to, protect documents, file search, check the file attributes operatio
mult-users-mult-dir-file-system
- 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5
File-Management-System
- 本程序采用Visual C++作为开发工具,参照了Windows资源管理器的结构,模拟文件管理的工作过程来创建一个文件系统。实现了树形和列表显示文件,创建文件、文件夹,对文件的打开,读写,删除,关闭,剪切,复制,粘贴,重命名,刷新,查看,及属性设置能够删除文件或文件夹。采用VC的MFC来开发程序,全部操作均为可视化,实现了不需要敲命令用鼠标就能实现对文件的各种操作,具有友好的图形界面。-The file system is based on Windows window for referenc
VC-copy-delete-file
- vc 实现对文件的遍历,对指定文件的复制、删除等操作。-vc traversal of the document, the specified file copy, delete and other operations.