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

搜索资源列表

  1. CExcel

    0下载:
  2. 一个写二进制文件的方式导出excel电子表格文档-A way to write binary file export excel spreadsheet document
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1894263
    • 提供者:csp
  1. pickfile

    0下载:
  2. 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录/文件列表中的下所有的二进制文件或文本文件。请使用"-?"、"-h"或"-H"命令选项察看帮助。-This tool is used to pick out text or binary files under the specified directory or in the specified file list.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:3004
    • 提供者:蔡清源
  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. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:37728
    • 提供者:辛光明
  1. BankAccountSystem

    0下载:
  2. 使用C语言 对外部的二进制文件读取和写入-The use of C language for external binary file to read and write
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:225312
    • 提供者:笨笨周
  1. bfrm

    0下载:
  2. 二进制文件随机存取的两种方法,在windows VC++下运行,比较简单。-Random access binary files of the two methods, in the windows VC++ under the operation is relatively simple.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:43329
    • 提供者:李辉
  1. MpsCode

    0下载:
  2. 手机归属地数据文件格式是自己定义的,使用本程序将文本格式的手机号数据导入为二进制文件以节约存储空间和提高查询速度,数据文件命名为MpData.dat,然后可以使用本程序查询手机号段的归属地 -Attribution to cell phone data file formats are defined by their use of the program text into the cell phone number for the binary file data to save sto
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:471756
    • 提供者:justinchan
  1. read_hdf

    0下载:
  2. 这个命令行程序可以读取和导出任何HDF格式的文件。用户可以选择输出到显示器、ASCII码文件或是二进制文件。-This is a command line program for reading and dumping any HDF file. The user has the option of listing the output to the screen (default), or to an output ASCII or binary file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:30360
    • 提供者:justforcode
  1. GPS

    0下载:
  2. 利用这个 GPSLIB 在自己的32位 Windows 应用程序中加入全球定位系统的支持。源代码压缩文件中包含有 GPSLIB 库的源代码和 Demo 程序。很多文件中都有详细的注释说明。为了保证可下载文件的体积尽量的小,压缩文件中不含任何二进制文件-GPSLIB take advantage of this at their own 32-bit Windows applications add support for the Global Positioning System. Source
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:100989
    • 提供者:xukai
  1. test

    0下载:
  2. 基于对话框的文本测试 和二进制文件测试-txt and bin file test
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2125496
    • 提供者:张小月
  1. readfile

    0下载:
  2. 用QT库写的查看二进制文件数据的程序,可查看文件第任意字节的数据-QT library used to write binary data to view the procedure, you can review the file first byte of data of arbitrary
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:816192
    • 提供者:Huliu
  1. counter

    0下载:
  2. 自写的一个ip计数器类,使用二进制文件存储,不用数据库,自动筛除重复ip-ip counter using binary file as DB storage, records unique ip only
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:968
    • 提供者:alaphate
  1. binview

    0下载:
  2. 用于查看二进制文件的小工具 用MFC编写-Binary file for viewing with a small tool for the preparation of MFC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:186308
    • 提供者:无色
  1. 20040516203027

    0下载:
  2. 二进制文件编辑程序源代码 -Binary file editing program source code binary file editing program source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:10683
    • 提供者:彭奎
  1. HexView

    0下载:
  2. 读取文件内容并以二进制显示,其他人不需帐号就可自由下载此源码-Read the binary content of the document and show that other people do not have a free account can download the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:2287898
    • 提供者:finger22
  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-16
    • 文件大小:38411
    • 提供者:c++crazy
  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. Src

    0下载:
  2. 1 需求描述 本系统主要是实现从二进制文件中的记录转化成Ascall码,并导入到数据库中。然后用BaseDB中的统一制表模块对记录进行查询、统计分析功能。-1 Descr iption of the system demand is mainly from a binary file into the record Ascall code, and imported into the database. Then the uniform tabulation BaseDB module re
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1430394
    • 提供者:付生
  1. DbfFile

    0下载:
  2. 为了使用VC语言编程直接读取dbf文件。需要了解dbf文件的二进制文件格式,下面给出简要的说明。 表文件由头记录及数据记录组成。头记录定义该表的结构并包含与表相关的其他信息。头记录由文件位置 0 开始。数据记录1紧接在头记录之后(连续的字节),包含字段中实际的文本。 记录的长度(以字节为单位)等于所有字段定义的长度之和。表文件中存储整数时低位字节在前。-Programming language in order to use VC to read dbf files directly
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:19093
    • 提供者:oooo
  1. CHM_Parse

    0下载:
  2. 放一个chm二进制文件解析代码,对研究chm文件格式的人十分有帮助-Chm put a binary file analysis code, chm file format for the study of very helpful people
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:140638
    • 提供者:choday
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 36 »
搜珍网 www.dssz.com