CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - delete file

搜索资源列表

  1. Unix文件系统模拟实验报告

    4下载:
  2. 操作系统课程设计 要完成的任务是模拟unix操作系统中的文件系统功能。在终端界面上用户可以象unix的shell命令一样输入一些命令,如输入ls 显示文件目录,chmod改变文件权限,chown改变文件拥有者,chgrp改变文件所属组,chnam改变文件名,pwd显示当前目录,cd改变当前目录,mkdir创建目录,rmdir删除目录,mk创建文件 ,cp文件拷贝,rm删除文件,cat显示文件内容,login切换用户,passwd修改用户口令 等功能。在后台,要实现混合索引式文件结构,包括用
  3. 所属分类:报告论文

    • 发布日期:2014-01-15
    • 文件大小:265549
    • 提供者:xlog
  1. chengjiguanlixitong

    0下载:
  2. 实现菜单设计,使用数据文件保存和修改,应用结构体和指针。实现学生信息的输入,查询,插入,删除,排序,打印等操作。-Achieve menu design, use and modify the data file, the application of structure and pointer. Achieve the student information input, query, insert, delete, sort, print and other operations.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:221417
    • 提供者:许燕
  1. VC 系统操作通过菜单的形式完成

    0下载:
  2. 系统操作通过菜单的形式完成,包括:文件复制、文本文件显示、文件连接、文件目录显示、文件更名、文件删除、文本文件字节数统计内容、文件内容比较功能-System operation through the menu in the form of completion, including: file copy, text documents, file connections, file directory display, file rename, file delete, the text fi
  3. 所属分类:编程文档

    • 发布日期:2017-03-25
    • 文件大小:40741
    • 提供者:吴欣
  1. 图象处理作业

    0下载:
  2. 这是一般都会有的作业答案 请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下 -This is usually the answer to some operation, please carefully read your paper packet and then write their specific functions (
  3. 所属分类:其它文档

    • 发布日期:2017-03-30
    • 文件大小:329669
    • 提供者:留慧
  1. Album980224

    0下载:
  2. 使用ASP元件(請自行下載、安裝或登錄) AspUpload+AspJpeg+Jmail[或AspMail] 整合JS與FLASH套件 Highslide JS+SWFUpload+TitleView+FPV4[請自行下載] 新增相薄圖檔後[Web上傳或FTP上傳後批次新增],自動生成TitleView/FPV4,使用的XML腳本檔。刪除或搬移圖檔,同樣更新XML腳本檔。 使用 4.1_先用記事本設定編輯config.asp/menu.asp 4.2
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:398853
    • 提供者:林文跳
  1. vssback

    0下载:
  2. vss自动备份和删除14天前的文件.非常好用,解放所以网管劳动力-vss automatic backup and delete the file 14 days ago. very easy to use, so the liberation of labor management
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:24204
    • 提供者:hy308
  1. c

    0下载:
  2. 1. 录入每个联系人的基本信息(至少应有姓名、单位、电话号码); 2. 顺序查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 3. 删除一条记录; 4. 插入一条记录; 5. 保存记录到磁盘文件; 6. 从磁盘文件中读取记录到内存; 7. 显示所有的数据记录; 8. 按姓名对数据记录排序; 9. 使用二分法快速查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 10. 退出 -1. Recording the basic in
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6046
    • 提供者:xj
  1. ASP

    0下载:
  2. 网络存储系统实现了用户注册、用户信息的修改、文件上传、文件下载、文件删除、文件夹的建立与管理,以及共享用户对普通用户上传文件的访问等功能。整个系统采用ACCESS作为数据库,使用ASP并结合HTML、VBscr ipt以及Javascr ipt等技术完成的-Network storage systems to achieve the user registration, user information changes, file upload, file download, delete fi
  3. 所属分类:Document

    • 发布日期:2017-04-10
    • 文件大小:1044889
    • 提供者:jem
  1. testpthread

    0下载:
  2. System will automatically delete the directory of debug and release, so please do not put files on these two directory this is Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:26300
    • 提供者:Eli
  1. 1

    0下载:
  2. 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:152734
    • 提供者:小强
  1. chengji

    0下载:
  2. (1) 学生数据录入(可以从键盘输入或格式化的文本文件读入)和存储(至文件),要求对用户输入的数据进行各种检验(检验必须尽可能完整)。 (2) 学生信息的查询(可以指定各种条件,如:按准考证号、姓名、身份证号码等)。 (3) 按各种顺序输出(必须包含部分统计信息,如:总分、排名等)。 (4) 数据的修改和删除(必须先查询到要删除的一条记录)。 (5) 统计与分析,包括:各学生总分、排名,各科平均分、各分数段人数、最高、最低分,可以按文理科、性别等分别统计。 -(1) Stud
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:53872
    • 提供者:林敏
  1. C_File_System_Simulation

    0下载:
  2. 文件系统的模拟本系统可以实现改变目录(cd),创建文件(create),删除文件(delete),显示目录(dir),创建目录(mkdir)以及退出系统(exit)。-The file system simulation of this system can bring about change directory (cd), create a file (create), delete the file (delete), which displays a directory (dir), c
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:94629
    • 提供者:杨新宇
  1. chapter4

    0下载:
  2. 实现网络文件管理器,并能够添加文件和文件夹的删除功能-To achieve network file manager, and be able to add files and folders, delete function
  3. 所属分类:Communication

    • 发布日期:2017-05-21
    • 文件大小:6288410
    • 提供者:lihairan
  1. 4

    0下载:
  2. CPP编写的职工管理系统 1. 可以从键盘输入职工信息,添加到磁盘的文本文件中 2. 可以根据职工的姓名查找 3. 可以排序输出 4. 可以指定删除某个职工信息 -CPP prepared by the staff management system 1. You can enter the employee information from the keyboard, add a text file to disk 2. You can find the names of
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:2456
    • 提供者:田共
  1. PhoneBook

    0下载:
  2. 一个基本的电话簿管理程序,具有插入、删除、显示、修改和查询联系人电话号码的功能。-A basic phone book management program, with insert, delete, display, modify, and query functions contact phone number.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:14235
    • 提供者:shcai_08
  1. PBcopy

    0下载:
  2. PB内文件复制和删除代码,1、文件拷贝,2、删除文件-PB within the file copy and delete the code, a file copy, delete file
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:591
    • 提供者:laijj
  1. File

    0下载:
  2. 完整的.net对文件的操作代码,删除。创建。读取。重命名-Complete net operating code file, delete. Created. Read. Rename
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:738
    • 提供者:张三
  1. File-system-experiment

    0下载:
  2. 1、 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、 要求设计一个n个用户的文件系统,每次用户可以保存M个文件。用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有create、delete、open、close、read、write等命令。 -File system experiment
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:34505
    • 提供者:zipeng
  1. File-project

    0下载:
  2. we can learn how to inset ,read ,delete ,update and search in text files with c++ code attached in the file
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:2395
    • 提供者:mohamed
  1. File-Deleter

    0下载:
  2. File Deleter, as the name suggests, helps delete any file permanently your computer. The files deleted using this software are not sent to Recycle Bin!-File Deleter, as the name suggests, helps delete any file permanently your computer. The files de
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7042
    • 提供者:Mateus
« 12 3 4 »
搜珍网 www.dssz.com