搜索资源列表
D7设计的小巧磁盘编辑器
- 使用Dephi7在Window2000/2003/Xp环境下设计一款小巧的磁盘编辑器,可以在Fat32,Ntfs文件系统在正常工作.可以实现磁盘扇区的读取,修改,复制等常用功能.-use Dephi7 Window2000/2003/Xp environment in the design of the new compact disk editor, the hotfix, Ntfs file system in normal work. Disk sector can achieve rea
WindowsFreeControl
- 操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统文件的目的。是我的毕业设计,只是NTFS下的删除没能实现,并且程序在Win2000上有BUG.-operation NTFS and FAT file system procedures. It is totally through the Windows API function, through analysis of the und
MLJC
- 自动监测所在盘符文件的一切动作,例如:增加,删除,修改,复制文件,都能监测-where drive automatic monitoring all movements of documents, such as : add, delete, modify, copy paper, can monitor
aspsql
- 1.必须在windows2000server以上版本的控制面板的添加删除windows组件里添加安装IIS服务 2.安装SQLserver2000数据库.用户名sa,密码:无 3.再把整个林业管理文件夹复制到D盘的根目录下 4.执行林业管理文件夹中的setposup.Bat文件,这将自动创建数据库 5.打开internet信息管理器(IIS),(在控制面板的管理工具中找到它) 6.用Internnet信息管理器新建一个虚拟目录,名称任意设置,把虚拟目录指向D:\\林业管理即可 林业管理系统里面的
readandwrite
- 利用vc++ 实现文件的读取,写入,剪贴,复制,撤消,粘贴等功能,来源:Visual C++程序员实用大全(精华版)源代码-use vc achieve document read, write, cut-and-paste, copy, withdraw, pasting, and other functions, sources : Visual C programmers Practical Solutions (best version) source code
OS
- 操作系统课设-简单的文件管理-目录管理(目录的创建与删除、文件的创建和删除),文件内容的复制、增加、删除等。
fileManege
- 这个是一个文件管理系统,采用C#语言编写的。主要实现了文件管理系统的基本功能,包括新建文件和文件夹、删除文件、复制、剪切、粘贴文件等。
110Linuxjc
- File Name 第一课 什么是Linux 第二课 为什么使用Linux 第三课 Linux纵览 第四课 Linux的发展 第五课 Linux特性 第六课 Linux与其他操作系统的区别 第七课 TurboLinux简介 第八课 进入与退出系统 第九课 文件与目录操作 第十课 (10)Linux备份与压缩命令 第十课 (1)Linux文件和目录操作相关命令 第十课 (2)Linux文件内容查询命令
Taskmgr
- 功能: 关机 注销 重启 前端显示 进程的 列表显示 和结束 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。还有修改了clistctrl的外观属性 ,以及排序的实现。 2.本代码参考了的一些,程序,在这里特别感谢 戚晨皓 richenbaigu@sina.com 本程序,参 考了很多他编码 编译平台: 1.该代码在Windows
recoder
- 鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 鼠标 行为的记录,重放 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。 2.本代码参考了的一些 程序, 参考了很多其他人的编码
computer
- 关机整人 小程序! 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 利用 WinExec 实现cmd的调用。shutdown 关机命令! 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有XPButton 。 2.在定时器中 用FindWindow实现了 cmd的 关闭。禁止使用 shutdown
IO_Completion.rar
- 1.使用完成端口复制大文件,速度非常快 2.维护了一个内存池,最大限度的提高复制速度。 3.支持整个目录的复制。,1.Copy huge file using IOCP. 2.Maintain a memory pool to improve the speed. 3.Support directory copy
kmd5
- 文件MD5 复制程序的源码!可以制造2个MD5相同的文件!-MD5 file copy program source code! MD5 can create two identical files!
OpenSaveDialog
- c++ builder实现的,用于对文件的复制拷贝,以及获取文件各个属性的代码,代码逻辑性较好,去掉了有的实现的累赘的代码,对学习windows系统编程的新手有较大的帮助-c++ builder to achieve, for a copy of the document copies, as well as access to various attributes of a document code, the code logic better, removed some redundant
cpu
- 复制文件 可以在linux 下通过运行此程序来实现文件的复制-copy files
1213
- 文件复制的控制,控制文件的复制过程,支持成功与失败提示!-Copy the control file, control file copy process, support for the success or failure of tips!
3
- 实现文件的复制,帮助理解Linux的编程环境-To achieve a copy of the file to help understand the Linux programming environment
lo
- 用c语言实现文件的复制,能实现单个文件的复制而不是整个文件夹的复制-to copy a file by C
vcnetcopy2
- VC使用缓冲流复制文件,本例可掌握缓冲流的创建和使用、建立Windows可视化窗体、缓冲流复制文件的机理等,其实程序过于简单,面向VC++初级用户,如果哪位朋友感觉这方面不熟悉,当然也可参考。 -VC copy files using the buffer flow, the flow of patients to master the creation and use of the buffer to build Windows visual form, the buffer flow m
xinxi
- 实现加密解密文件的创建、文件的复制、文件的移动、带有界面-File creation, file copy, file movement, with interface