CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 读 二进制文件

搜索资源列表

  1. read-wirte--binary

    0下载:
  2. 超过64M以上的二进制文件分段读写方式,最新的读写算法和压缩算法-64M or more than reading and writing binary files section, read the latest algorithms and compression algorithm
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3625259
    • 提供者:冯稀饭
  1. readmodel

    0下载:
  2. 很多同学对文件操作比较陌生,尤其是对二进制文件的操作比较陌生,该文件中包含文件读写的整个工程,希望可以帮助到你。-read and wrire binary files
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:175524
    • 提供者:周跃海
  1. FileTest2

    0下载:
  2. 列出了CFile、ifstream/ofstream、文件操作函数与FILE结构体读写文件的示例与注解,包括读写文本文件与二进制文件。-Listed in the CFile, the ifstream/an ofstream, file manipulation functions, with the FILE structure to read and write file example with annotations, including reading and writing tex
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:30579
    • 提供者:HeLeiXing
  1. 1-0-READ-AND-WRITE

    0下载:
  2. 这是一份用于读写二进制文件的VB代码.供参考-This is a VB code for reading and writing binary files for reference.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:5049
    • 提供者:fuyu
  1. rdSac

    1下载:
  2. 读SAC地震数据文件子程序,可以读二进制形式存储的sac文件,以及ASCII存储的asc文件-Read SAC seismic data file subroutine stored in binary form, can be read the sac files, as well as ASCII asc files stored
  3. 所属分类:其他小程序

    • 发布日期:2013-09-13
    • 文件大小:1018
    • 提供者:卞龙
  1. DataCheck

    1下载:
  2. 批量读栅格文件转成二进制文件的值信息,适合地理学-Batch read grid file into a binary file the value of information, suitable for geography
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1259
    • 提供者:叶辉
  1. IO2

    0下载:
  2. 这个是实现安卓平台上将文件读出来,一个个二进制文件的读出-This Android platform will file read out read out of a binary file
  3. 所属分类:android

    • 发布日期:2017-12-06
    • 文件大小:2706
    • 提供者:杨海峰
  1. mdlFileBin

    0下载:
  2. 原创-VB下的按二进制方式读写任意文件的函数,网上可能有很多范例,但我做的,都是最贴近好用的,只需要输入文件路径和文件数组就完成读写: Public Function VBFileBin_Read(fn As String, dat() As Byte) As Long Public Sub VBFileBin_Write(fn As String, dat() As Byte)-Original-VB under way by the binary function to rea
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1372
    • 提供者:jim
  1. FileOperate

    0下载:
  2. MFC读写二进制文件,1.VS2010编译通过 2.C++ 3.文件写3个浮点数,英文字符,中文字符 4.文件读3个浮点数,英文字符,中文字符 5.基于MFC的实例-MFC reading and writing binary files 1.VS2010 the compiler through 2.C++ 3. Documents written three floating-point numbers and English characters, Chinese char
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:128909
    • 提供者:sunwenbo
  1. writeBinary.sln

    0下载:
  2. VC写的二进制文件读写,代码简洁,功能完美实现,不错的文件读写学习资料。-VC write binary file reading and writing, the code is simple, functional perfect realization, good document literacy learning materials.
  3. 所属分类:File Operate

    • 发布日期:2017-11-13
    • 文件大小:5982203
    • 提供者:林夕
  1. CPPfiles

    0下载:
  2. C++详细的文件操作,二进制文件的操作,文件的读写-C++ detailed file operations, binary file operations, file read and write
  3. 所属分类:File Operate

    • 发布日期:2017-12-09
    • 文件大小:280710
    • 提供者:bruce
  1. BinRead

    0下载:
  2. 很好的二进制读写的工程示范,包括二进制文件的选择,打开,转换,存储等,经编译通过。-it is a very good example for binary file reading, converting and save.
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:3374468
    • 提供者:yangming
  1. matlab-file-operations

    1下载:
  2. matlab文件操作及读txt文件,文件的打开与关闭,二进制文件的读写操作等等,对应的函数-the matlab file operations and read txt file, the opening and closing of files, binary file read and write operations, and so on, the corresponding function
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:5161
    • 提供者:小晗晗哟
  1. FileReadandWrite

    0下载:
  2. 自绘波形,从读到的二进制文件当中,将数据绘制成波形进行演示-Self-drawn waveform
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-21
    • 文件大小:1888979
    • 提供者:deny
  1. file-operations

    0下载:
  2. 设计一个Person类,从键盘输入每个人的姓名、身份证号、年龄、地址等数据,并将每个人的信息保存在当前目录下的二进制文件person.dat中,然后将文件中的个人信息读出来,保存在vector类型的向量中并显示。-Design a Person class, each person' s name from the keyboard input, ID number, age, address and other data, and each person' s informatio
  3. 所属分类:File Operate

    • 发布日期:2017-11-30
    • 文件大小:1270648
    • 提供者:xiaoyezi
  1. ReadLSData

    0下载:
  2. 这是一个基于SICK激光扫描仪的数据后处理程序,将采集到的激光二进制的数据解译为为可读的文件。-This is a SICK laser scanner data handler, will be collected to laser binary data is interpreted as a readable file.
  3. 所属分类:File Operate

    • 发布日期:2017-11-18
    • 文件大小:1635328
    • 提供者:zhangdi
  1. CPP-binary-file-

    0下载:
  2. 详细说明了利用C++进行二进制文件读写的操作,适合初级学员进行借鉴。-c++ detailed descr iption using C++ binary file read and write operation
  3. 所属分类:File Operate

    • 发布日期:2017-11-12
    • 文件大小:86523
    • 提供者:哈和就
  1. File

    1下载:
  2. VC++读文件、写文件与读注册表、写注册表的简单实例,代码中可展现出const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:28172
    • 提供者:包松林
  1. duxiewenjian

    0下载:
  2. 读写二进制文件、xml文件、txt文件、ini文件-Binary files, XML files, TXT file, read and write ini files
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:177489
    • 提供者:Lwc
  1. FileOperate

    0下载:
  2. MFC读写二进制文件,1.VS2010编译通过2.C++3.文件写3个浮点数,英文字符,中文字符4.文件读3个浮点数,英文字符,中文字符5.基于MFC的实例-MFC reading and writing binary files 1.VS2010 the compiler through 2.C++ 3. Documents written three floating-point numbers and English characters, Chinese characters. Docu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:128952
    • 提供者:Thegr
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com