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

搜索资源列表

  1. RdWrtHgFile

    0下载:
  2. VC++读写大文件资料(二进制),VC6编译通过,平时我们用词本打开大量文本的时候,会发觉电脑很慢甚至死机,不是因为文件太大,而是因为记事本的简单而未进行大文件打开处理,才会出现这种情况,希望这个VC小实例能启发你一些灵感。 -VC++ to read and write large file data (binary), VC6 compiles, usually to open a large number of our words and this time the text will
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:22727
    • 提供者:lord
  1. Binary

    0下载:
  2. 关于用C写的二进制的读写操作-About with c binary read/write operations !!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:927458
    • 提供者:张新青
  1. tentotwo

    0下载:
  2. 用C写的关于二进制与十进制文件的读写问题-Using C to write documents on reading and writing binary and decimal problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:951001
    • 提供者:张新青
  1. 5509aSPI

    0下载:
  2. TMS320VC5509A的SPI的启动方法详细介绍以及工具 导入数据比较:方法1,需要每次重新编译程序从而下载数据;方法2,需要人工导入数据,方法3就比较直接,将生成的二进制文件放在.out文件同一目录就可以了,很方便。 CCS中的操控SPI来读写SPI的-TMS320VC5509A the SPI boot methods and tools to import data detailed comparison: method 1, need to recompile the p
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:370226
    • 提供者:yang
  1. 5509a_SPI_24EEPROM

    0下载:
  2. TMS320VC5509A的SPI的启动方法详细介绍以及工具 导入数据比较:方法1,需要每次重新编译程序从而下载数据;方法2,需要人工导入数据,方法3就比较直接,将生成的二进制文件放在.out文件同一目录就可以了,很方便。 CCS中的操控SPI来读写SPI的EEPROM 工具在 http://download.csdn.net/source/2444232-TMS320VC5509A the SPI boot methods and tools to import data detai
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:370235
    • 提供者:yang
  1. treatme

    0下载:
  2. 一个介入治疗系统,该系统使用二进制文件保存数据,并给出了一个很好的文件读写方法。-An intervention system that uses the binary file data, and gives a very good document to read and write methods.
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:275064
    • 提供者:pzm
  1. RdWrtHgFile

    0下载:
  2. 读写大块的二进制数据文件的源码程序,对二进制文件操作有帮助-Read and write large binary data file source programs, help for binary file operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:26009
    • 提供者:chison
  1. VC_programming_information_read_write_large_binary

    1下载:
  2. VC编程读写大块资料二进制文件经典代码VC programming information to read and write large binary classical code-VC programming information to read and write large binary classical code
  3. 所属分类:File Operate

    • 发布日期:2016-07-06
    • 文件大小:23552
    • 提供者:lina
  1. C_programming_reading_writing_binary_files

    0下载:
  2. C编程实现二进制文件的读写C programming reading and writing binary files-C programming reading and writing binary files
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:8484
    • 提供者:,
  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. 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. lesson12

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

    • 发布日期:2017-04-16
    • 文件大小:59751
    • 提供者:玄一
  1. Code

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

    • 发布日期:2017-04-23
    • 文件大小:38914
    • 提供者:田海龙
  1. data

    0下载:
  2. 二进制文件与文本文件读写的区别,希望对初学者有所帮助-Reading and writing binary files and text files differences, I hope to help beginners
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:926215
    • 提供者:惠兴
  1. fileOperation

    0下载:
  2. C#文件操作的简单例子,主要包括文本文件、二进制文件的打开关闭读写等-A simple C# example file operations, including text files, binary file open for reading and writing off
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:14038
    • 提供者:
  1. BLOBRW

    0下载:
  2. 使用微软.NET Framework的System.IO命名空间下的FileStream文件流类,实现对二进制大对象轻松进行读写。这是一个用VS2005编写的WinForm程序,通过打开一个bmp或者jpg大文件,让其显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBox可以切换到浏览状态,观看存入数据库的图片。对二进制大对象使用的流操作,对于任何文件都具有通用性,读写文本文件也可以这么做。 -Microsoft. NET Framework&
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:28192
    • 提供者:黄黄
  1. lesson-2

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

    • 发布日期:2017-04-03
    • 文件大小:61500
    • 提供者:hunter
  1. SampleCode-Native-Coding-CFile

    0下载:
  2. MFC CFile类的应用 二进制、文本文件的读写-MFC CFile class application binary, to read and write text files
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:42131
    • 提供者:王夕锋
  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. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:36581
    • 提供者:sd
  1. RdWrtHgFile

    0下载:
  2. vc读写大块资料(二进制)文件的程序源码,希望对大家有所帮助-vc to read and write large data (binary) files in the program source code, we want to help
  3. 所属分类:Windows Develop

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