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

搜索资源列表

  1. WriteFile

    0下载:
  2. 一个简单的文件操作代码,可以把文本保存成txt文本-A simple file operation code, the text can be saved as a txt text
  3. 所属分类:File Operate

    • 发布日期:2017-11-07
    • 文件大小:2308027
    • 提供者:周华明
  1. VC-MSCOMM

    1下载:
  2. 主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置串口属性的实例.-Introduces CreateFile () and WriteFile () function to read and write the serial port of the instance, and set the serial port attribute instance.
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:139983
    • 提供者:王元双
  1. com

    0下载:
  2. 介绍了使用CreateFile()和WriteFile()函数读写串口的实例,通过调用Windows的API函数,可以清楚的掌握串口通讯的机制,自由灵活。-Describes the use CreateFile () and WriteFile () function to read and write serial instance, by calling the Windows API function, you can clearly grasp the serial communica
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:15610507
    • 提供者:海龙
  1. WriteFile

    0下载:
  2. 将文件内容写入数组,将数组内容写入文件,也就是简单的文件操作。-The contents of the file to write the array, the array contents written to the file, which is a simple file operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:948
    • 提供者:Nacy
  1. writefile

    0下载:
  2. 把wav文件的二进制码转成原始的wav文件,代码放在media_resource.h 文件的数组中。-Wav file to binary code into the original wav file, the code is placed media_resource.h file array.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:83409
    • 提供者:吴南强
  1. sampleCom

    0下载:
  2. 封装了windows操作串口的几个API(CreateFile, ReadFile,WriteFile,SetComState)。串口的读写设置这几个操作都可以简单地只用关键一两个参数就能实现操作。也是一个很好的例子,我写这个之前查了不少资料,感觉非常麻烦,索性发出来给新手们作个样例-Windows serial COM port access class,it includes CreateFile, SetComState,ReadFile,WriteFile,CloseFile
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:20480
    • 提供者:
  1. MFC

    0下载:
  2. MFC串口通信编程详解,主要介绍了用CreateFile()函数和WriteFile()函数读写串口的实例,以及设置 串口属性的实例.-Detailed MFC serial communication programming, mainly introduces the CreateFile () function and the WriteFile () function to read and write serial instances, and set the serial por
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:139972
    • 提供者:曹诗杰
  1. 111

    0下载:
  2. 取文件,利用createfile函数以及readfile和writefile-Fetch Document
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1083
    • 提供者:王晓
  1. WriteFile

    0下载:
  2. 用线程的方法对文件的操作读与写-The process file.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:3094
    • 提供者:cchcb
  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. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1925173
    • 提供者:奋斗不止
  1. testUSBPrint

    0下载:
  2. 通过Windows系统的API函数SetupDi族函数,获得USB针式打印机的句柄,然后在通过CreateFile,WriteFile函数向该打印机发送指令,以达到控制打印的目的。-SetupDi family of functions through Windows API function system, get a handle USB dot matrix printer, and then send commands to the printer through CreateFile,
  3. 所属分类:Printing program

    • 发布日期:2017-05-26
    • 文件大小:9404176
    • 提供者:季超
  1. wenjianchaozuo

    0下载:
  2. ofstream和ifstream的用法。CreateFile函数、WriteFile函数、ReadFile函数的使用;CFile类和CFileDialog的使用,文件过滤器的设置。-ofstream and ifstream usage. CFile Class CFileDialog use, file filter settings using CreateFile function, WriteFile function, ReadFile function.
  3. 所属分类:File Operate

    • 发布日期:2017-04-15
    • 文件大小:6019
    • 提供者:jiangwb
  1. Print_DLL

    0下载:
  2. 用SetupDiEnumDeviceInterfaces等函数通过针式打印机的vid,pid找到句柄,然后用CreateFile,WriteFile控制操作打印机,可用该DLL实现套打等功能。-With SetupDiEnumDeviceInterfaces function through the vid stylus printer, such as pid handle to find, and then use CreateFile, WriteFile function printer
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:163862
    • 提供者:季超
  1. VC-MFC-serial-port--coding

    2下载:
  2. 主要介绍了用 CreateFile()函数和WriteFile()函数读写串口的实例,以及设置串口属性的实例. -mainly introduce the example of how to read and write serial ports
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:139530
    • 提供者:朱桐
  1. SourceCode38_SD_FAT_WriteFile_OK

    0下载:
  2. dsp28335 SD卡读写功能,SD—writefile,可用于C28XX系列-dsp28335 SD card reader function, SD-writefile, can be used C28XX Series
  3. 所属分类:DSP program

    • 发布日期:2017-05-06
    • 文件大小:1052903
    • 提供者:程楠
  1. usb-hid

    1下载:
  2. 发现usb_hid网上可参考的资源少,基于C#源码的就更少了,尤其是能通过验证的资源简直是没有,本usb hid源码在两三个银行用外部标准接口的硬件设备(如柜外清,条码识别,及指纹识别)测试通过了,关键是已经封装成了一个C#控件,使用时只需调用UsbLibrary.dll文件就行了,别再用那writefile了-Found usb_hid fewer resources available online reference, based on C# source code and even le
  3. 所属分类:CSharp

    • 发布日期:2016-07-19
    • 文件大小:253952
    • 提供者:wpudn5
  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. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:36684
    • 提供者:lw
  1. read-file

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

    • 发布日期:2017-04-24
    • 文件大小:38942
    • 提供者:汪小菲
  1. 2005serial

    0下载:
  2. 基于wince6.0的串口读写工程,该应用程序没用MFC中MSCOM组件,通过createfile\writefile\readfile等流驱动函数直接读写串口,其中还包括波特率、奇偶校验位以及串口通信协议的详细编程,该类经调试在VS2005环境下调试成功,对wince系统下串口通信实现具有很好的借鉴意义。-Based on the serial read and write wince6.0 engineering, the application useless in MSCOM MFC c
  3. 所属分类:Windows CE

    • 发布日期:2017-05-28
    • 文件大小:10260708
    • 提供者:QIANGGE
  1. WriteFile

    0下载:
  2. Simple code to write a file in C
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-12
    • 文件大小:867
    • 提供者:coco1230
« 1 2 3 45 »
搜珍网 www.dssz.com