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

搜索资源列表

  1. fileprint

    0下载:
  2. 二进制文件的打印和预览,非常实用的,对VC的文件操作部分的学习很有帮助!-binary files and print preview, very practical, the VC operation of the paper part of the study and helpful!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:35772
    • 提供者:萧辉
  1. 用VC++编写的 以二进制形式查看文件程序

    3下载:
  2. 以二进制查看文件的程序,用VC++编写并编译通过。-View documents in a binary process, with VC + + and compile.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:49313
    • 提供者:刘海飞
  1. 2check

    0下载:
  2. 二进制文件查看器,VC++环境编译运行,二进制文件查看器.zip-binary file viewer, VC environment compiler running binary file viewer. Zip
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17811
    • 提供者:
  1. readbigfile

    1下载:
  2. VC中读写大块资料文件的方法,源代码. 本文件是对二进制文件而言 -VC literacy bulk of the information paper, the source code. This document is a binary document
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:28460
    • 提供者:鱼鱼
  1. VC_erjinzhiwenjiandeduqu

    0下载:
  2. 在vc++中,对于二进制文件的读取和操作。便于初学者使用。-in vc, for the binary files and read operation. Easy beginners.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3559
    • 提供者:yaozi
  1. 35955lkjh

    0下载:
  2. 使用C++实现二进制文件随机存取的两种常用方法。 [代码性质] VC完整应用程序代码 [代码作者] 韩耀旭 [文件大小] 43K
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:43404
    • 提供者:陈联照
  1. BitFileRw

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

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

    0下载:
  2. 一个VC编写的二进制文件浏览器。非常简单。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:16200
    • 提供者:wuju
  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. Hexshow.rar

    1下载:
  2. 此实例演示了在VC中怎样读取二进制文件。,This example demonstrated how to read at VC in the binary file.
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:730795
    • 提供者:代华
  1. selectcourse

    0下载:
  2. vc++实现选课系统,用二进制文件实现数据存储。-vc++ to achieve elective system, using the binary file data storage.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:29017
    • 提供者:王敏
  1. ReadBin

    1下载:
  2. vc++6.0下的一个读取二进制文件里面双精度数据的小段代码。-vc++6.0 under a binary file to read the data inside the double-precision small pieces of code.
  3. 所属分类:File Operate

    • 发布日期:2016-07-06
    • 文件大小:25997
    • 提供者:Zh.g
  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. CTS_ForMicroHotplate+release

    0下载:
  2. vc将二进制文件通过CArchive读出,再写入excel. -vc binary file will be read out through the CArchive, and then write to excel.
  3. 所属分类:File Operate

    • 发布日期:2017-04-23
    • 文件大小:261419
    • 提供者:etcher
  1. BinFileEx_VcCode

    0下载:
  2. BinFileEx.DLL是一个封装了用于生成保存各种常用数据到自定义二进制文件的类和函数的动态链接库,用它创建的二进制文件中可以存储以下数据类型: 整型数据、双精度浮点数据、字符串、文件类型[指每一个文件的内容作为一个数据项看待]。 所创建的二进制文件可以正确的被读出来。如果你在编程中想建立一个属于自已格式的二进制文件,此文件中保存自已在程序中生成的各种数据和文件。 BinFileEx.DLL还封装了用于得到汉字内码和由内码得到全部字母、汉字和符号的类和函数的动态链接库,用它可以随
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:773784
    • 提供者:罗伟
  1. file

    0下载:
  2. vc++ 6.0 二进制文件操作类,大家参考-good
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2477
    • 提供者:farmer
  1. erjzediter

    0下载:
  2. VC++ 二进制文件浏览编辑器源代码,以前老看到有人在论坛上寻找二进制浏览、编辑代码,个人觉得写个这玩意并不难,为何不自己 写呢?这些天工作不是太忙,索性自己动手,丰衣足食吧,就摸索着写了这个程序,或许不算完美,不过已经说清楚了原理-VC++ binary editor, file browser source code, before the old to see people at the forum to find a binary view, edit code, personally
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:28024
    • 提供者:zhengjr123
  1. ICONPRO

    0下载:
  2. VC实现的源码,从ICON或者其他二进制文件都可以处理各种图标读取和写回。-Enum and read&write icon
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:236268
    • 提供者:CaoLizheng
  1. 读写文件

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

    • 发布日期:2017-12-31
    • 文件大小:1878016
    • 提供者:583540466
  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
« 12 3 4 »
搜珍网 www.dssz.com