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

搜索资源列表

  1. FANGWENUSB

    0下载:
  2. //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:1813
    • 提供者:lanxilange
  1. USB通讯协议

    0下载:
  2. USB驱动协议的简化版。如果你想打开一个USB管道,你首先要知道这种USB设备的GUID和管理道名称,获取句柄以后就可以使用ReadFile/WriteFile进行读写了!-USB drives a simplified version of the agreement. If you want to open a channel USB, you must first know the GUID USB devices Road names and management, acquisitio
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:2178
    • 提供者:郑卓超
  1. Readfile

    0下载:
  2. 对文件读写,解决了在读写过程中产生乱码问题-File read and write, read and write process to solve the problem of garbled
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:793
    • 提供者:徐云
  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. 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. readfile

    0下载:
  2. 用QT库写的查看二进制文件数据的程序,可查看文件第任意字节的数据-QT library used to write binary data to view the procedure, you can review the file first byte of data of arbitrary
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:816192
    • 提供者:Huliu
  1. ReadFile

    0下载:
  2. 本程序用C.C++.MFC三种途径实现了文件的读写操作。-This program demostrate file read/write operation by three method,they are C,C++,MFC.
  3. 所属分类:File Operate

    • 发布日期:2017-03-23
    • 文件大小:1008348
    • 提供者:
  1. Write-ReadFile

    0下载:
  2. C++读写文件。Win32程序,产生100个随机数,然后将产生的数存储为10行10列的文件格式,最后从文件中读取这些数并按照原格式显示出来。-The C++ Programming file. It can create 100 numbers and write them to the txt file, in the end read it to print.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:898246
    • 提供者:钟哲
  1. readfile.tar

    0下载:
  2. 读取文件,将文件中所有的内容一次性写入内存.减少IO读取次数-write all the contents of file to memory at once
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:527
    • 提供者:陈勇
  1. ReadFile

    0下载:
  2. 用Java 读写文件大全 包括不同类型的数据读写功能-Java file read and write you can
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:894
    • 提供者:蔡建
  1. ReadFile

    0下载:
  2. 读出本地硬盘的三个文件,并对文件的数据进行计算或者排序,再写入另一文件-Read the three documents the local hard disk, and calculated the data file, or sorted, and then write another paper
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:50222
    • 提供者:kkk
  1. ReadFile

    0下载:
  2. C语言读写linux下文件,及进行文件解析-C language to read and write files under linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1069
    • 提供者:wangdongbo
  1. ReadFile

    0下载:
  2. 读取文件夹的内容,不是用JavaEE写的,使用Jcreate写的,还不错,希望对大家有用-Read the contents of the folder, not written with JavaEE use Jcreate write, well, want to be useful
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:524
    • 提供者:徐小瑜
  1. ReadFile

    0下载:
  2. 基于对话框的读文件和写文件的代码,主要用于分析文件数据,类似于ultraedit-Dialog-based reading a file and write file code, mainly used to analyze the data, similar to ultraedit
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-23
    • 文件大小:7568457
    • 提供者:yangyu
  1. readfile

    0下载:
  2. IDL中各种格式文件的读写,包括文本,图像(pdf),ji各中遥感影像的读写-IDL in a variety of formats to read and write files, including text, image (pdf) ji in remote sensing image read and write
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-07
    • 文件大小:1106525
    • 提供者:金辉
  1. readfile

    0下载:
  2. 实现文件读写功能 可以打开一个txt文件读取该文件信息并向另外一个txt文件写入已经读取的信息-Implementation file to read and write functions can open a TXT file and read the file information to another TXT file is written to have read the information
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:538
    • 提供者:mona
  1. readfile

    0下载:
  2. 代码主要利用c#的相关技术实现了对文件的读写功能-C# code using mainly related technical realization of the file read and write functions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:20591
    • 提供者:pengking
  1. ReadFile

    0下载:
  2. 文件读写小工具,采用多线程对两个文件进行操作,读出来,放入缓冲区之后,写线程将缓冲区里面的内容写入另一个文件-File read and write the gadget, a multi-threaded operation, on the two file read, then put in the buffer, write thread will buffer the contents to another file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:210562
    • 提供者:尹小双
  1. ReadFile

    0下载:
  2. 封装好的,读写文件类。类方法种类齐全,适用性强!-Packaged good, read and write files class. Class methods range, applicability!
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:4139
    • 提供者:faqu
  1. ReadFile

    0下载:
  2. 磁盘扇区的读写程序,从而完成一次完整的磁盘扇区数据访问操作-Disk sector read and write procedures, thus completing a full disk sector data access operations
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-13
    • 文件大小:2547
    • 提供者:徐玲玲
« 12 »
搜珍网 www.dssz.com