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

搜索资源列表

  1. 操作系统11

    0下载:
  2. 用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打开文件、关闭文件、读文件、写文件、修改文件名、修改目录名、修
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3620
    • 提供者:江大
  1. 课程设计 文件管理

    0下载:
  2. 此程序实现文件管理,模拟os中的文件管理,可实现文件的创建,访问,删除等功能!-this program document management, simulation os of document management, document can be realized in the creation, access, and delete functions!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:5300
    • 提供者:刘瑜
  1. MP3 ID3V23标签的读、写、删除模块和测试程序

    0下载:
  2. MP3 ID3V23标签的读、写、删除模块和测试程序,适合学习文件操作的朋友.-the module can read,write delete mp3 ID3V23,it is suitable for studying file operation
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:73745
    • 提供者:陈冰星
  1. 用VB创建临时文件

    1下载:
  2. VB操作临时文件的方法,比较有用,对文件的删除等操作有比较详细介绍-VB operating the temporary document, a useful comparison, the paper's operation delete a more detailed briefing
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2491
    • 提供者:英雄
  1. 在文件被使用时强制删除文件

    0下载:
  2. ForceDel.cpp : Defines the entry point for the console application. // // Modified by Zoltan Csizmadia, zoltan_csizmadia@yahoo.com // For companies(Austin,TX): If you would like to get my resume, send an email.-forcedel file when file is using.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:22513
    • 提供者:孙新
  1. 文件版本

    0下载:
  2. 这是学生信息管理系统的文件版本,包括插入,删除,查询和打印等功能。-This is the student information management system of documents, including insertion, deletion, inquiries and printing.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:251991
    • 提供者:冯元粤
  1. DeleteSpeciaExtlFiles

    0下载:
  2. 删除VC及Delphi的可删除文件或您指定的扩展名文件,第一次运行此批处理文件时将在驱动器盘符和目录文件夹右键菜单产生\"Delete special Ext files\"和\"Edit delete special Ext files list\"以及产生一个FileExtList.txt文件,此文件中包含VC及Delphi可删除文件扩展名列表。选择\"Delete special Ext files\"可快速删除指定扩展名的文件。选择\"Edit delete special Ext fi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2094
    • 提供者:红军
  1. DeleteSpecialExtFiles

    0下载:
  2. 快速删除VC及Delphi的可删除文件或您指定的扩展名文件,第一次运行此批处理文件时将在驱动器盘符和目录文件夹右键菜单产生\"Delete special Ext files\"和\"Edit delete special Ext files list\"以及产生一个FileExtList.txt文件,此文件中包含VC及Delphi可删除文件扩展名列表。选择\"Delete special Ext files\"可快速删除指定扩展名的文件。选择\"Edit delete special Ext
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2094
    • 提供者:红军
  1. 文件删除

    0下载:
  2. 删除同一目录下的所有文件,目录,子目录及下 的所有文件-same directory delete all the files, directories, subdirectories and all documents under the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:214802
    • 提供者:彭华
  1. fat16 and fat32 file system

    1下载:
  2. fat16、fat32文件格式的c源程序,内含怎样建立目录、建立文件、删除文件等。-fat16, fat32 file format c source, the list includes how to establish, document, delete files.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:58133
    • 提供者:于鱼
  1. 一个递归删除指定目录和文件的例子

    0下载:
  2. 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15827
    • 提供者:涂飞
  1. shchangenotify

    1下载:
  2. 利用Windows的未公开函数SHChangeNotifyRegister实现文件目录操作即时监视程序可以监视在Explore中的重命名、新建、删除文件或目录;改变文件关联;插入、取出CD和添加删除网络共享都可以被该程序记录下来。(12KB)-use Windows function SHChangeNotifyRegister not open files directory operations can be monitored in real-time surveillance proce
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11681
    • 提供者:zy
  1. C语言开发 BTREE 数据文件索引程序库

    0下载:
  2. 用c开发的B+树索引结构,能实现B+树基本的查找,删除,搜索功能-with the development of B-tree index structures to achieve the basic B-tree search, delete, search functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15776
    • 提供者:皇者之剑
  1. ftp cs编程

    0下载:
  2. 这是一个说明FTP原理的程序。可以实现文件的服务器的简单管理以及客户端的简单管理。比如上传、删除文件-This a statement of principle FTP procedures. The document can be achieved by simple server management and client management simple. For example, upload, delete the file, etc.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1667060
    • 提供者:熊熊XP
  1. ASPDELFILE

    0下载:
  2. VB编写的简单功能服务器组件,演示了组件编写的简单代码,asp脚本可以调用完成删除文件的功能。-VB prepared by the simple function of the server components, the components demonstration prepared by the simple code, asp scr ipts can be called complete deletion of files.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:5362
    • 提供者:宋益波
  1. SHELL文件操作封装类

    1下载:
  2. 很不错的一个SHELL文件操作封装类,如文件的删除,移动,拷贝等,还可以自定义对话框的标题等-very good one SHELL file manipulation package type, such as file deletion, moving, copying, also from the definition, such as the title of the dialog
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:4930
    • 提供者:张 虎
  1. 删除自己

    0下载:
  2. 在程序退出后能够删除EXE文件本身,共使用了几种方法,是这方面编程的总结-withdraw from the proceedings after the EXE file to delete itself, has used several methods, this program is a summary
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:58667
    • 提供者:zx
  1. 汇编-文件管理

    1下载:
  2. 文件管理系统,包括文件夹浏览,文件的复制,建立和删除功能-document management system, including folder browsing, document reproduction, establish and delete functions
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1504
    • 提供者:莫书丘
  1. deletemyself

    0下载:
  2. 通过创建批处理文件的方法,可以实现自我删除文件-through the creation of the batch file, can achieve self-delete files
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:166761
    • 提供者:古董
  1. delallindir

    0下载:
  2. 寻找相关目录下的所有文件,修改文件属性,然后删除文件下及子文件下的文件-find relevant directory of all documents, change file attributes, and then delete the files and documents for under the document
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15759
    • 提供者:方格路
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com