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

搜索资源列表

  1. teacher.rar

    0下载:
  2. 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。
  3. 所属分类:其它

    • 发布日期:
    • 文件大小:3230
    • 提供者:
  1. VC_Log_Test

    1下载:
  2. 一个打包好的写日志类,很方便的实现SACII,二进制日志文件的读写,用VC开发-a good package written log type, very easy to achieve SACII, binary log file read and write, using VC
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:35108
    • 提供者:zj
  1. 文件的~1

    0下载:
  2. 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2026
    • 提供者:aa
  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. C# 读写二进制文件的一个示例

    0下载:
  2. C# 读写二进制文件的一个示例,初学者看一下有收获。-C# an example of reading and writing binary files, beginners look at the harvest.
  3. 所属分类:文件操作

    • 发布日期:2017-03-23
    • 文件大小:17428
    • 提供者:qinjun
  1. ReadBinaryFile

    0下载:
  2. 自己写的一个二进制文件读取和分析的小工具,主要特色是支持十六进制数据到十进制double和float的转换。好东西哦!-Writing itself a binary file to read and analyze a small tool, the main features are support for hexadecimal data to decimal conversion double and float. Oh good stuff!
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:19360
    • 提供者:刘名
  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. 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. teacher

    0下载:
  2. 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。-2003- 2004 school year (the) C++ Curriculum design subject teachers to achieve a simple information management system, the use of the list, Teache
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:3501
    • 提供者:赵君
  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. erjinzhiduxie

    0下载:
  2. 用C#语言编写的一个二进制文件的读写程序-With C# Language a binary file reading and writing program
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:14295
    • 提供者:specialuse
  1. ReadBinaryFileatArbitraryPoint

    0下载:
  2. 利用labview8.5实现的文件操作,二进制文件的读和写。-using labview8.5 to operate files,includeing binaryfile input and output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:18790
    • 提供者:大地飞歌
  1. binread

    0下载:
  2. 一个二进制文件的读写工具,十分方便,可以直接对二进制-A binary file read and write tool, very convenient, you can directly on the binary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:423476
    • 提供者:sulonshen
  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. Reading-and-writing-binary-files

    0下载:
  2. 使用VC.net开发的二进制文件的读写小程序-VC.net developed using binary read and write small programs
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:8375
    • 提供者:
  1. vcreadandwritefile

    0下载:
  2. 本程序源代码能够完成文本文件,二进制文件的读写操作以及相互之间的转换。-Able to complete the Program' s source code text files, binary files read and write operations and between the conversion.
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:31844
    • 提供者:sxhfjgl010
  1. 二进制文件的读写

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

    • 发布日期:2017-12-14
    • 文件大小:176300
    • 提供者:
  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 »
搜珍网 www.dssz.com