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

搜索资源列表

  1. BinarySaveOpenFile

    0下载:
  2. 对二进制文件读写,如何打开二进制文件,如何保存到二进制文件-right binary file reading and writing, how to break the binary files and how to preserve binary files
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4819
    • 提供者:李小明
  1. file_R&W_abstractClass

    1下载:
  2. 在XP环境下用VC编写的二进制文件读写的程序-in XP environment with VC prepared by the binary file reading and writing procedures
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:337331
    • 提供者:叶子
  1. binRW

    0下载:
  2. 实现二进制文件.读.写.增.删.等等操作
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1486
    • 提供者:conan
  1. BitFileRw

    1下载:
  2. 我用VC写的,二进制文件读写范例。 该程序读取了MEPG2的包的二进制文件,并且把该包中的Teletext的信息取出来,重新写回一个新的二进制文件。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15891
    • 提供者:Frank Huang
  1. text2data

    0下载:
  2. 程序] 文本文件和二进制文件读写 --C语言 /* 程序说明: 实现对账户信息的添删查改操作 从一个文本文件 data.txt 读取数据,然后写入一个二进制文件 credit.bf 文件中 */
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2885
    • 提供者:lrx
  1. VC读写txt文件的程序

    0下载:
  2. VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!,VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
  3. 所属分类:文件操作

    • 发布日期:2016-01-27
    • 文件大小:44923
    • 提供者:wangzhengpei
  1. File

    1下载:
  2. VC++编写的文本文件和二进制文件读写实例,并可以打开文件绘制波形图-VC++ written in text files and binary files read and write instance, and can open the file draw waveform
  3. 所属分类:File Operate

    • 发布日期:2016-06-04
    • 文件大小:1888256
    • 提供者:nanali
  1. ReadAndWriteBinaryFile

    1下载:
  2. C#二进制文件读写实例(WinForm实现),保证打开就可用!-C# example of binary file reading and writing (WinForm implementation), ensure that you can use to open!
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:34875
    • 提供者:董志凯
  1. readwrite

    0下载:
  2. 详细介绍了文本文件和二进制文件的读写方法,方法巧妙、全面-Details of the text files and binary files read and write methods by ingenious, comprehensive
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:2290
    • 提供者:陈忠宁
  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. cp

    0下载:
  2. 文件操作,包括文本文件读写,二进制文件读写-File operations, including read and write text files, binary files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1397
    • 提供者:刘井生
  1. account

    0下载:
  2. 当我们首次去银行开帐户时,银行卡里存放入一个初始金额(5元或10元)。在存折上有银行帐号和帐户余额。当向指定的银行帐号存钱时,余额会增加;当在指定的银行帐号取钱时,余额会减少。银行帐户一经开户,除非用户取消,否则银行应该保留用户的帐号以及和帐号对应的身份信息(这个程序中不考虑用户身份的认证)。将每个用户的帐号上的重要信息存放在一个文件名为inout.txt的文件中。为了可以随时随地查询用户的帐户里的余额信息,将帐户中的相关信息以二进制格式读写文件。经过分析知道,要对用户的帐户信息进行通用(添加、
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-26
    • 文件大小:684191
    • 提供者:薇薇
  1. erjinzhiduxie

    0下载:
  2. C++.NET环境下的二进制文件读写 例程很好 希望能帮助到大家-C++. NET environment routines to read and write binary files very well intend to help you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8489
    • 提供者:sdsadsa
  1. DWORD-Data

    0下载:
  2. 一个对二进制文件进行读写的类的例子。简单修改后可作为一个二进制文件输入输出接口。-One pair of binary file reading and writing class example. Simple modification can be used as a binary file input and output interfaces.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:8927
    • 提供者:永远
  1. 二进制文件的读写

    0下载:
  2. 将程序中产生的文件以二进制形式写入电脑硬盘(Writes the files generated in the program in binary form to the computer hard disk)
  3. 所属分类:控制台编程

    • 发布日期:2017-12-14
    • 文件大小:176300
    • 提供者:
  1. 读写文件

    0下载:
  2. VC++读写大块资料(二进制)文件,vc6开发,调试通过(VC ++ read and write large pieces of data (binary) files)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1878016
    • 提供者:583540466
  1. Convertbinaryfile

    0下载:
  2. 实现二进制文件与普通的文本文件 之间相互转换,高效易用,数据结构体自己定义(The implementation of binary files and common text files to convert, efficient and easy to use, data structures themselves)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:seatrcygull
  1. BIN文件清0工具

    0下载:
  2. 实现对二进制文件的操作,全部写为0 ;是VC++操作文件读写的一个简单例子; 本例子中的功能是将一个bin文件内容全写为0;(To achieve the operation of binary files, all written as 0; is a simple example of VC++ operation file read and write; The function of this example is to write the contents of a bin fil
  3. 所属分类:文件操作

    • 发布日期:2018-05-07
    • 文件大小:4524032
    • 提供者:dashu
  1. ply文件读写

    0下载:
  2. 读写ply文件,包括ply 的 二进制格式以及 asc格式(The read-write ply file includes ply's binary format as well as the asc format)
  3. 所属分类:其他

    • 发布日期:2020-05-21
    • 文件大小:1146880
    • 提供者:Ldan
  1. NC_matlab

    1下载:
  2. 用来读取二进制文件和写入二进制文件的函数(it can be wrrited binary file by matlab)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-28
    • 文件大小:371712
    • 提供者:KKKDragon
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com