CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 文件删除

搜索资源列表

  1. os

    0下载:
  2. 设计一个模拟的多用户多级目录的文件系统,并提供基本命令来模拟这个文件系统的文件操作。用一个文件来模拟用户表,用来记录当前系统中的用户,每一个用户有一张自己的用户目录表,用来记录自己账户下的目录情况,目录表也是用形式保存在硬盘中。用户分普通用户,管理员,超级管理员三种,各用户只可以在自己目录下操作文件,超级管理员可以为新用户分配用户目录,可以设置用户的权限,而管理员只可以为新用户分配用户目录,普通用户则只能在自己的目录下进行文件操作。 用户登陆之后,可以在其用户目录下面进行文件操作,可以新建
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19090
    • 提供者:Dante
  1. SimpleNote

    0下载:
  2. 初级的C语言记事本,代码简单,功能齐全,包含了读写文件,插入删除记录等操作,建议C语言初学者参考-Primary language of C Notepad, the code is simple, functional and contains the read and write files, delete records, etc. Insert operation, the proposed C language reference for beginners
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4643
    • 提供者:刘国荣
  1. file

    0下载:
  2. 用vc写得操作系统课程设计题,简单文件系统实现,对文件和目录进行创建,修改,查询,删除,读,写,打开,关闭等功能-Written by vc title operating system curriculum design, simple file system for files and directories to create, modify, query, delete, read, write, open, shut down and other functions
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:7429
    • 提供者:ws
  1. xiaoxiaowenjian

    0下载:
  2. 小小文件管理系统,主要是使用系统功能管理文件信息,即文件创建,文件删除,目录创建,目录删除等。-Small document management system, mainly the use of document information management system, document creation, file deletion, directory, create, delete, such as directory.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1438
    • 提供者:
  1. OS-FileSystem

    1下载:
  2. 简单模拟了操作系统文件系统的操作,其中包括:添加文件夹,文件,修改文件名,删除文件,格式化等操作-Simple simulation of the operating system, file system operations, including: Add a folder, file, modify file names, delete files, formatting and other operations
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:740370
    • 提供者:HT
  1. FileSystem

    0下载:
  2. 文件管理系统的模拟实验,实现删除,添加功能-Document Management System simulation experiments, to achieve the deletion, add features
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:8341
    • 提供者:wyywd
  1. KeChengSheJi

    0下载:
  2. (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1290436
    • 提供者:唐吟
  1. erasefile

    0下载:
  2. 这个小工具可以比较安全的删除文件和目录。它删除文件的流程是: 1. 使用伪随机数填充整个文件 2. 将文件长度截为零 3. 将文件命名为随机字符串 4. 删除文件 需要指出的是,这样的删除在软件级别已经是不可能恢复了。但是特别重要的数据(军事级别?)是不允许这么简单的操作的,据某个标准称为了在特殊的硬件设备下都无法恢复硬盘数据,至少应该把文件区域写7遍,更安全的办法是把磁盘物理销毁(例如粉碎)。 -This gadget can be relatively sa
  3. 所属分类:File Operate

    • 发布日期:2014-09-10
    • 文件大小:26156
    • 提供者:王小军
  1. UndeleteDiskvxd

    0下载:
  2. 禁止删除一些文件的文件保护的驱动程序,可以有效保护文件。-The prohibition to delete some files to protect the driver, you can effectively protect the document.
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-14
    • 文件大小:3974
    • 提供者:ababab111
  1. cmd

    0下载:
  2. 感染当前文件夹的test.com文件 并删除当前文件夹的del.txt文件 显示预设的字符串 -Infection in the current folder and delete the current test.com file folder documents show del.txt default string
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:897
    • 提供者:wt
  1. FileManagementSystem

    0下载:
  2. 本系统通过读入各硬盘或文件夹中的文件信息(包括:路径、文件主名、扩展名、文件大小、创建日期、修改日期、访问日期),实现统计同名(同大小同创建日期)文件的数量、更改文件名、更改文件创建日期、更改文件最近访问和修改日期、移动文件,以及根据统计信息删除冗余文件等功能。-File information management system
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:576366
    • 提供者:田民格
  1. flashfat16

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-04
    • 文件大小:40194
    • 提供者:思宇
  1. avr_flash

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7362617
    • 提供者:思宇
  1. tkzyk

    0下载:
  2. 远程控制软件-偷窥者 本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用 于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:166958
    • 提供者:许凤
  1. Diskdocumentmanagemensystem

    0下载:
  2. 磁盘文件管理系统: 能浏览、删除、复制文件 我用三个子程序open,copy,delete分别实现了对磁盘文件的浏览,复制和删除。主要都是调用3DH,3FH,3EH,40H,41H等功能,没有什么特别的。主要困难在于路径的输入和存取。其他琐屑的细节问题只是比较耗时间-Disk document management system: able to browse, delete, copy paper I use three subroutines open, copy, delete,
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:梁生
  1. pro

    0下载:
  2. C语言开发的通讯录,有增加,删除,添加,修改,排序,保存文件等功能、-rintf("# O: order them. #") gotoxy(2,11) cprintf("# #") gotoxy(2,12) cprintf("# M: modify a record. #") gotoxy(2,13) cprintf("#
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4184
    • 提供者:zhanglei
  1. dhfile_MY

    0下载:
  2. 邪八制造出的一款利用DuplicateHandle函数防止文件被删除、改名等操作 ... -Eight of evil to create a function to prevent the use of DuplicateHandle files are deleted, renamed, such as the operation ...
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:125864
    • 提供者:流云
  1. main

    1下载:
  2. 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:280779
    • 提供者:马文斌
  1. WebFileManager

    0下载:
  2. WEB在线文件管理 支持新建文件/文件夹 复制 粘贴 剪切 重命名 删除 上传 采用面向对象开发,页面美观大方-WEB online document management to support the new file/folder copy and paste shear rename delete From the object-oriented development, elegant page
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:72874
    • 提供者:xsgx
  1. Udisk

    0下载:
  2. VB2005程序,可以对U盘进行操作,文件写入,文件读取,文件删除等-VB2005 procedures can operate on the U disk, file write, file read, delete files, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:56508
    • 提供者:林鑫海
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com