搜索资源列表

  1. CreateFile

    0下载:
  2. 这是个类一个利用C#来动态的创建文件的类,有了这个你也可以很方便的创建出象sohu、163等大网占的静态页面了-This is a category C# to create a dynamic document categories, with this you can easily create the ones like the 163 other big net for the static pages
  3. 所属分类:C#编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:黄鹏
  1. RemoteFileContral

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

    • 发布日期:2024-05-05
    • 文件大小:490496
    • 提供者: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 A
  3. 所属分类:OpenGL

    • 发布日期:2024-05-05
    • 文件大小:2098176
    • 提供者: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, writefil
  3. 所属分类:书籍源码

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:小镇青年
  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
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:6144
    • 提供者:l
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过
  3. 所属分类:文件操作

    • 发布日期:2024-05-05
    • 文件大小:38912
    • 提供者:qiyunping
  1. wdm5

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

    • 发布日期:2024-05-05
    • 文件大小:2326528
    • 提供者:王三
  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
  3. 所属分类:软件工程

    • 发布日期:2024-05-05
    • 文件大小:103424
    • 提供者:victor
  1. notview

    0下载:
  2. 文件视图,Cfr a meWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock Ge
  3. 所属分类:文件格式

    • 发布日期:2024-05-05
    • 文件大小:26624
    • 提供者:slansam
  1. txt

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

    • 发布日期:2024-05-05
    • 文件大小:53248
    • 提供者:快乐
  1. client

    0下载:
  2. This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the messag
  3. 所属分类:Telnet客户端

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:sean zhang
  1. winAPI_Sport_comm

    0下载:
  2. 实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTime
  3. 所属分类:文档资料

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:liupengty
  1. constcharcharconst

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

    • 发布日期:2024-05-05
    • 文件大小:38912
    • 提供者:cgw
  1. huanchong

    0下载:
  2. 用三种方式进行文件缓存的操作,并通过比较平均时间来了解文件缓存的工作原理,涉及的主要API函数有CreateFile,ReadFile和WriteFile,GetOverlappedResult函数-Three way file cache operation, and by comparing the average time to understand the file cache
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:1989632
    • 提供者:郭浩
  1. File

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

    • 发布日期:2024-05-05
    • 文件大小:36864
    • 提供者:asfsafd
  1. File

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

    • 发布日期:2024-05-05
    • 文件大小:38912
    • 提供者:jiangyang520
  1. Win32communication

    0下载:
  2. Win32下的几种串口通信编程 关键字:串口通信,CreateFile,MSCOMM32控件,嵌入汇编 -Several under the Win32 serial communication programming keyword: serial communication, CreateFile, MSCOMM32 controls, embedded in the compilation of
  3. 所属分类:通讯编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:shiyou
  1. hookCreateFile

    0下载:
  2. hook windows api的程序,为hook Createfile api-hook windows api cavity , most序为hook Createfile api
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:大龙
  1. 232_TCPIP

    0下载:
  2. 程序的最大缺陷:   Windows把硬件驱动的接口都进行了抽象和标准化,串口也不例外,大部分的设备都可以通过文件操作API进行存储控制,如:CreateFile、ReadFile、WriteFile等,其实很简单。网上有个SerialPort的类写得还不错,我就直接拿来用了,只做了小小的修改以满足我的要求。原本的类一次只能收发一个Byte,根据需要我改成了512 Byte,需要重点提出的是,当收发多字节数据时,数据的正确性和完整性
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-05
    • 文件大小:38912
    • 提供者:Lee
  1. CreateFile

    0下载:
  2. 对win32api createfile 进行inline hook的示例代码-On win32api createfile sample code for inline hook
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:8192
    • 提供者:chen
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org