CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 驱动编程 搜索资源 - 文件操作

搜索资源列表

  1. wdf_filter0

    0下载:
  2. 国内文件驱动编程知名人物蔡大侠的教程源代码,第一部分,主要实现对文件读写操作的拦截-domestic paper-driven programming eminent figures Cai heroes tutorials source code, the first part of the main document and write interception
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:359026
    • 提供者:唐佳斌
  1. xcg-XMS

    0下载:
  2. 你有没有用c语言编程时申请不到内存(申请内存太多的原因)的情况,如果有,怎么解决呢?用扩展内存吧。这里提供扩展内存支持的源程序。本程序经过本人精心编写,操作扩展内存就象在操作文件一样,非常方便!你不妨试试!-c programming language used when applying less than memory (memory for many reasons). If there is, how to solve? It used to expand memory. Here pr
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1116
    • 提供者:xcg743
  1. UartComm

    0下载:
  2. Modbus串口通讯协议通讯源代码,采用C开发,UartWaitFuc作为入口文件,提供从bit到double word的读写操作功能
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:48975
    • 提供者:XuJiaye
  1. FsDriver

    0下载:
  2. 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等-a filter layer file system integrity-driven code and achieve document encryption, such as intercepted operation
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:190972
    • 提供者:任江春
  1. filter-high

    0下载:
  2. 文件过滤驱动的源代码,可以拦截读写操作,完整的项目
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:86322
    • 提供者:adward
  1. Irp-Files

    3下载:
  2. 直接IRP操作文件的实现问题,其实对于大部分接口(诸如: ZwReadFile、ZwWriteFile、ZwSetInformationFile、ZwDeleteFile等)在OSR上的“ Rolling Your Own - Building IRPs to Perform I/O ”一文中已经实现,但是那里面的实现还不够全。所以,我就翻出了前段时间在网上淘到的资料,特与大家共享!尤其值得注意的是,这里面还实现了ZwCreateFile接口! 大家都知道使用IRP的好处就是:效
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:146814
    • 提供者:kingbaser
  1. pci9054

    1下载:
  2. pci9054实现IO操作。里面包括驱动开发的步骤以及开发的驱动程序,生成可安装文件。
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:607346
    • 提供者:秦卓
  1. pci9054实现io读写操作

    1下载:
  2. 利用DriverWorks实现PCI9054IO读写操作。包括如何使用DW开发向导生成程序框架,以及应用程序(DOS和VC)和驱动程序的完整源代码。不过为了节约空间,删除了不必要的中间文件。请重新编译一下即可。有关说明请见文件夹中的说明文档。-use DriverWorks achieve PCI9054IO write. DW including how to use the wizard generated development process framework and applicat
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:634953
    • 提供者:常云松
  1. 串口扫描源码

    2下载:
  2. 包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。
  3. 所属分类:驱动编程

    • 发布日期:2009-01-05
    • 文件大小:44431
    • 提供者:wencongqiu
  1. Roll-Your-Own

    0下载:
  2. osronline上的用构造IRP实现复制文件操作,用来了解IRP流程-osronline with tectonic IRP operation, used to copy files to understand the IRP process
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:20740
    • 提供者:必须
  1. file_op_source

    0下载:
  2. 文件操作的驱动过滤演示代码 包含所有操作类型-File operations driven filtering demo code contains all the action type
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:146100
    • 提供者:扬威
  1. sfilter

    0下载:
  2. 文件过滤系统,可以捕捉文件系统的一切操作-File filtering system that can capture all file system operations
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-06
    • 文件大小:372410
    • 提供者:zouyi
  1. filesys

    0下载:
  2. Windows系统文件过滤驱动源代码. 采用Windows 2000 DDK开发. 可修改文件Create, Open, Write, Read, Flush, Cleanup, Close例程. 参考此代码可实现文件加密,文件监控,版权保护等特殊文件操作. -Windows system file system filter driver source code. Using Windows 2000 DDK development. Can modify the file C
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:175528
    • 提供者:
  1. filemon_driver_test

    0下载:
  2. 文件系统过滤驱动程序,拦截读写操作,测试程序下载驱动时,Createservice,startservice出错,Createservice出错码有时报1072,有时报1073,startservice出错码有时报1,有时报183,还有就是那测试驱动程序中,对应的驱动名,与驱动路径有什么要求吗,驱动名是不是就是驱动程序中创建符号链接中的WCHAR deviceLinkBuffer[] = L"\\DosDevices\\Filemon"驱动名是不是就是Filemon。测试程序中下载驱动的时候驱动
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:96901
    • 提供者:查善君
  1. File-operation-in--NT-mode

    0下载:
  2. windows内核环境下对文件操作的简单示例,采用NT模型-simple example for file operations in the windows kernel environment, using the NT model
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:9114
    • 提供者:dingkaimeng
  1. ExTools-src-v1.2

    0下载:
  2. 内核级别的hexviewer,文件操作直接采用IRP操作,源码,vc-The kernel level hexviewer, file operations directly IRP operation, source, vc++,
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-06
    • 文件大小:166703
    • 提供者:diy20500
  1. Filemon

    0下载:
  2. 文件操作监控,驱动应用层相互结合,可以设置要监控的文件与路径,实现监控文件的写,复制,等操作-File operations monitoring, driven application layer bonded to each other, can be set to monitor file and the path to achieve control file write, copy, and other operations
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-30
    • 文件大小:870615
    • 提供者:zhugang
  1. MyList

    0下载:
  2. 一个自己用基本函数库封装的list容器和文件操作类。
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:5149
    • 提供者:chae8g338
  1. FileRecord

    0下载:
  2. 通过文件过滤驱动,记录电脑对U盘文件操作信息,包括从U盘读,和向U盘中拷贝-Record the USB file operation infor
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-07
    • 文件大小:1364710
    • 提供者:李刚
  1. FileFilter

    0下载:
  2. 实现了简单的文件过滤驱动,可以对文件的所有操作进行过滤,实现文件操作监控!-Implements a simple file filter driver, you can filter all file operations, file operations monitor!
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-04
    • 文件大小:7834
    • 提供者:Kernal
« 12 3 »
搜珍网 www.dssz.com