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

搜索资源列表

  1. RemoteFileContral

    0下载:
  2. 程序架构和部分代码参考网上开源代码,主要演示在控制端对远程被控机器上文件进行剪切、复制、删除、运行操作,涉及函数主要有CreateFile,DeleteFile,CopyFile-The program framework and part of the code reference the open code source from the Internet,mainly demonstrate how to cut,copy,delete,run at the control part to
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:84327
    • 提供者:szh
  1. srcDownlodingsite

    0下载:
  2. 介绍用OpenGL实现点云处理的三维变换,我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取点云的分割方法。-introduces OpenGL point cloud processing of 3D transformation, we can pass CreateFile API access to equipment handle, reuse API function DeviceIoControl ri
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:351613
    • 提供者:zxj
  1. coursedesign-DataStructure

    0下载:
  2. 包含8个文件:type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c-contains eight documents : type.h, borrow.c, createfile.c, MainMenuControl.C, reader.c, readfile.c, search.c, writefile.c
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5452
    • 提供者:小镇青年
  1. HookImport_src

    0下载:
  2. Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:6252
    • 提供者:l
  1. wdm5

    0下载:
  2. 用户态使用Win32 CreateFile访问驱动程序,dwShareMode为0时来请求独占内核对象在设备对象DEVICE_OBJECT结构中存储设备的信息,对于与设备的每个交互,相关的DEVICE_OBJECT被传递给驱动的回调例程。,但是开发者可以扩展设备结构,称为设备扩展 在PnP IRP中我们加载设备NTSTATUS Wdm1AddDevice( IN PDRIVER_OBJECT DriverObject,-Win32 users use CreateFile state vis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2326781
    • 提供者:王三
  1. VCram

    0下载:
  2. VC++中使用内存映射文件处理大文件,文件操作是应用程序最为基本的功能之一,Win32 API 和MFC 均提供有支持 文件处理的函数和类,常用的有Win32 API 的CreateFile()、WriteFile()、 ReadFile()和MFC 提供的CFile 类等-VC use memory-mapped file handling large files, file manipulation application is the most basic function, MF
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:104003
    • 提供者:victor
  1. notview

    0下载:
  2. 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. USB.rar

    0下载:
  2. USB设备接口枚举,API函数,createfile,USB device interface emun
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:324105
    • 提供者:温达
  1. CeApiSpy

    0下载:
  2. 这是一个运行在Windows CE上的API监测工具,可以HOOK系统API,当前Hook了CreateFile, CreateProcess, Loadlibary函数,用户可以很方便的添加自己希望Hook德函数-This is a run on Windows CE on the API monitoring tool, you can HOOK system API, the current Hook the CreateFile, CreateProcess, Loadlibary fu
  3. 所属分类:Hook api

    • 发布日期:2014-05-07
    • 文件大小:4240010
    • 提供者:ChenMin
  1. CreateFile

    0下载:
  2. 对win32api createfile 进行inline hook的示例代码-On win32api createfile sample code for inline hook
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:7807
    • 提供者:chen
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. filecreate-experiment

    0下载:
  2. CreateFile Hook with Delphi with AdvHooKLib
  3. 所属分类:Document

    • 发布日期:2017-03-23
    • 文件大小:59899
    • 提供者:Decad
  1. Code

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:37728
    • 提供者:辛光明
  1. createfile

    0下载:
  2. 自己命名创建一个EXCEL文档,对怎么创建一个文档有困惑的同学可以-EXCEL their name to create a document, create a document on how students can have the confused look at the
  3. 所属分类:File Operate

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

    1下载:
  2. inline hook 实例 hook CreateFile 前五个字节的例子-The example of inline hook CreateFile
  3. 所属分类:Hook api

    • 发布日期:2017-03-22
    • 文件大小:81566
    • 提供者:韩挚同
  1. CreateFile

    1下载:
  2. c# 创建文 件 和 对文件的操作-c# create the file and the file operation
  3. 所属分类:CSharp

    • 发布日期:2014-05-27
    • 文件大小:5918
    • 提供者:luosaiming
  1. Lesson12

    0下载:
  2. 孙鑫第12课: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:53420
    • 提供者:徐杰
  1. transportcommunication

    0下载:
  2. 直接从底层编程,用CreateFile()打开串行口,且说明了线程的应用,对于想了解串口通信底层的读者可以读者读读,对于想轻轻松松地完成编程任务的朋友,就不用看了,-transportcommunication
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:8164
    • 提供者:biandongyue
  1. CeApiSpy

    0下载:
  2. 这个sample主要用来介绍在wince下怎么实现API检测,主要用来检测CreateFile, CreateProcess 和LoadLibrary API的调用-Directory CeApiSpy contains sources to CE API Spy. This sample Spy is monitoring CreateFile, CreateProcess and LoadLibrary API calls.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-31
    • 文件大小:104208
    • 提供者:allen
  1. Hook

    0下载:
  2. 1、自带detours库文件 说明文件pdf 2、底层HOOK API CreateFile 有范例程序(vs2008) 3、底层Hook API DeleteFile-1, detours library comes with documentation pdf 2, bottom HOOK API CreateFile a sample program (vs2008) 3, bottom Hook API DeleteFile
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:959697
    • 提供者:zhouyongku
« 12 3 4 5 6 »
搜珍网 www.dssz.com