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

搜索资源列表

  1. webbrowser

    0下载:
  2. PB调用Microsoft web browser control使用方法-Webbrowser This program shows how to use the . It uses the Web Browser control s Design Mode to allow you to easily create HTML documents. Click here to download the PowerBuilder sample: WEBBROWSER.ZIP
  3. 所属分类:Browser Client

    • 发布日期:2017-03-27
    • 文件大小:233222
    • 提供者:altob
  1. File

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

    • 发布日期:2017-04-03
    • 文件大小:37488
    • 提供者:yuehua8
  1. lesson12

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

    • 发布日期:2017-03-30
    • 文件大小:54119
    • 提供者:gubin
  1. cd2wav

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

    • 发布日期:2017-04-25
    • 文件大小:372787
    • 提供者: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. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2425
    • 提供者:ck
  1. usbprint

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

    • 发布日期:2017-04-11
    • 文件大小:1514
    • 提供者:yaruolin
  1. CreateFile

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

    • 发布日期:2017-03-30
    • 文件大小:893
    • 提供者:wildness
  1. File

    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-16
    • 文件大小:38411
    • 提供者: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 // CreateFile()) before the devi
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:142719
    • 提供者: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 approach that this code uses i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6171
    • 提供者:shams olborhan
  1. 01

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

    • 发布日期:2017-03-30
    • 文件大小:114572
    • 提供者:caibing
  1. CreateFile

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

    • 发布日期:2017-03-26
    • 文件大小:4783
    • 提供者:ketouch
  1. DLL

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

    • 发布日期:2017-05-27
    • 文件大小:9932086
    • 提供者:顾云华
  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. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1895726
    • 提供者: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. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:151491
    • 提供者:郑汉武
  1. lesson12

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

    • 发布日期:2017-04-16
    • 文件大小:59751
    • 提供者:玄一
  1. vc_com_api

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

    • 发布日期:2017-04-03
    • 文件大小:106373
    • 提供者: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 used for other communication de
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1925973
    • 提供者:张海如
  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. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:38914
    • 提供者:田海龙
  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 function DeviceIoControl, GetDriv
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2533098
    • 提供者:wanghongwu
« 1 2 34 5 6 »
搜珍网 www.dssz.com