搜索资源列表

  1. HOOK_CreateFileW

    1下载:
  2. 用Detours库截获CreateFileW,实现对该API的挂钩.初学者可以学习一下Detours库的调用使用方法.-Intercepted using Detours library CreateFileW, realize the linkage of the API. Beginners can learn about Detours library calls to use.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-18
    • 文件大小:2916352
    • 提供者:wxb
  1. File

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

    • 发布日期:2024-05-18
    • 文件大小:36864
    • 提供者:yuehua8
  1. lesson12

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

    • 发布日期:2024-05-18
    • 文件大小:54272
    • 提供者:gubin
  1. cd2wav

    0下载:
  2. 介绍用 C++ 实现CD抓轨转WAV,CD抓轨的方法有好几种,现在介绍其中一种。我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取信息。再此还会用到WAVE文件结构WAVEFORMATEX,再把读到的信息写到文件里生成WAVE格式的文件-cd to wave
  3. 所属分类:Audio

    • 发布日期:2024-05-18
    • 文件大小:372736
    • 提供者:david
  1. RS232Comm

    0下载:
  2. c#下的232应用程序,利用CreateFile,源码,不是采用的C#类库-c# under the 232 applications, the use of CreateFile, source code, instead of using the C# class library
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:ck
  1. usbprint

    0下载:
  2. 对usbPrinter用CreateFile进行操作-Of usbPrinter operate with CreateFile
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yaruolin
  1. CreateFile

    0下载:
  2. 文件创建在Linux下使用 用英文注释了的 -Documents created in the use of Linux in English under the Notes of the
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:wildness
  1. File

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

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者:c++crazy
  1. ezusbdrv

    0下载:
  2. EZ Added a Started flag to the device extension. This flag gets set after // the device has successfully Started. It is used to prevent a potential // race condition where an application could get a handle (with //
  3. 所属分类:驱动编程

    • 发布日期:2024-05-18
    • 文件大小:142336
    • 提供者:david
  1. Code

    0下载:
  2. One of the posts that keeps reappearing in the programming newsgroups is how to enumerate all the serial ports installed. The problem is that there is no standard Win32 API call which allows serial port enumeration. The
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:shams olborhan
  1. 01

    0下载:
  2. 使用串口进行文件传输,通过CreateFile等API函数创建传输程序-chuanxingtongxu
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:114688
    • 提供者:caibing
  1. CreateFile

    0下载:
  2. 在磁盘下创建文件的方法,只要自己设置一下路径就可以了,想在哪创建都可以-CreateFiles
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:ketouch
  1. DLL

    0下载:
  2. 动态链接库一个很精简的相册程序,界面美化,很适合用在个人主页上<br> 管理用户名为:admin<br> 密码:admin -CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow CDialog CDataExchange CDocument CView CDC CFile ReadFile CPrintInfo Delete
  3. 所属分类:按钮控件

    • 发布日期:2024-05-18
    • 文件大小:9931776
    • 提供者:顾云华
  1. comapi

    0下载:
  2. 本人自写的精简易懂实用的API串口通信。把createfile,readfile writefile终于搞明白了。-it is one communication example on serial port by using windows API function.it is written by myself,so you can understand the communication process easily.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:1895424
    • 提供者:yandong
  1. HOOK_CreateFile

    0下载:
  2. 使用微软件的detours的LIB库WinAPI函数监控,-AppWizard has created this DetourDll DLL for you. This file contains a summary of what you will find in each of the files that make up your DetourDll application.
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-18
    • 文件大小:151552
    • 提供者:郑汉武
  1. lesson12

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

    • 发布日期:2024-05-18
    • 文件大小:59392
    • 提供者:玄一
  1. vc_com_api

    0下载:
  2. 串口设置 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞-com set   HANDLE CreateFile( LPCTSTR lpFileName,   DWORD dwDesiredAccess,   
  3. 所属分类:串口编程

    • 发布日期:2024-05-18
    • 文件大小:106496
    • 提供者:mmmm
  1. UART_HAO

    0下载:
  2. VC原程序,实现与51单片机的串行通信,能完成数据的收发,通过修改波特率可用于其他可编程器件的通信功能。-VC of the original program to realize the serial communication with the MCU 51, to complete the send and receive data, by modifying the programmable baud rate can be u
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:1926144
    • 提供者:张海如
  1. Code

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

    • 发布日期:2024-05-18
    • 文件大小:38912
    • 提供者:田海龙
  1. lockCDrom

    0下载:
  2. 锁定光驱,使光驱的按钮不再起作用,可以解锁。防止小孩子淘气的小程序。使用了api函数DeviceIoControl,GetDriveType ,CreateFile等。代码简单,中文界面、注释-Lock drive, so drive the button no longer works, you can unlock. Prevent children naughty little program. Using the api fun
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:2533376
    • 提供者:wanghongwu
« 1 2 3 4 56 7 8 »

源码中国 www.ymcn.org