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

搜索资源列表

  1. 结构体序列化读写二进制文件类

    2下载:
  2. 结构体序列化读写二进制文件类
  3. 所属分类:文件操作

    • 发布日期:2009-07-09
    • 文件大小:1898
    • 提供者:lxy8012
  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. FileSystem

    0下载:
  2. 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:249544
    • 提供者:
  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. 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. RdWrtHgFile

    0下载:
  2. 读写大块资料(二进制)文件-Reading and writing large pieces of data (binary) file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:26274
    • 提供者:wangwei
  1. cppFileReadingAndWriting

    0下载:
  2. c++文件读写的方法介绍。(二进制文件读写方法)-c++ file reading and writing to introduce. (Binary file reading and writing method)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2284
    • 提供者:wang_yufang
  1. abc

    0下载:
  2. 二进制文件读写 没其他的话说了,要那么多字做什么-yunsi,nayouyingwenma
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:695
    • 提供者:唐小青
  1. GzyOffice1

    0下载:
  2. 二进制文件读写,SQL数据读写,多文档等-Reading and writing binary files, SQL data reading and writing, multi-document, etc.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-18
    • 文件大小:4986611
    • 提供者:lkgzy
  1. file

    0下载:
  2. 实现 类似windows读写大块资料(二进制)文件的功能,希望对你们有用-To achieve a similar large windows to read and write data (binary) file function,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1872380
    • 提供者:chang
  1. zhenfengzhuang

    0下载:
  2. 编程实现帧封装。帧封装只是在数据的头和尾上加特定的二进制数据,可以直接用读写二进制文件的方式读出来,然后把该加的头尾写进去就行了。 -Programming frame package. Encapsulated only in the data frame the head and tail add a specific binary data, you can read and write binary files directly read out the way and the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2075
    • 提供者:
  1. 123456

    0下载:
  2. 模拟实现单机目录FAT的文件系统 基本思路:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。 基本设计要求:1、实现如下文件系统功能(过程或函数): a、 打开文件系统 FILE *OPENSYS(char *filename) b、 关闭文件系统 int CLOSESYS(FILE *stream) c、 显示目录 void LISTDIR(void) d、 建立文件 int FCREATE(char *filename) e、 删除文件 int
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:15224
    • 提供者:黎民
  1. Lesson12

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

    • 发布日期:2017-04-03
    • 文件大小:53420
    • 提供者:徐杰
  1. FileWrite

    0下载:
  2. 读写二进制文件,简单程序,可以作为程序开发时的参考-Reading and writing binary files, a simple procedure, can be used as a reference when program development
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1902393
    • 提供者:黄斌
  1. netcdf-3.6.2.tar

    2下载:
  2. netcdf 气象数据通用格式 二进制文件读写 可用的源码-netcdf binary file of meteorological data in a common format to read and write the source code available
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5312882
    • 提供者:wang rain
  1. Binaryreadandwrite

    0下载:
  2. 对一些文件进行二进制读写,也不是件容易的事,学习下有好处-Read some binary files, nor is it an easy thing, learning is good under
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:35794
    • 提供者:liu
  1. binary

    0下载:
  2. 二进制文件读写,用户可以自定义其中的细节部分-Binary file read and write, users can customize the details of the part of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1798
    • 提供者:mytuhook
  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. 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. 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 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com