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

搜索资源列表

  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. more-text-editor

    0下载:
  2. 这是个多文档、多窗口的文本。二进制编译器的源程序。-This is a multi-document, multi-window text. Binary source code compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:153876
    • 提供者:anlai
  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. ftp

    0下载:
  2. FTP(File Transfer Protocol 文件传输协议)是Internet 上用来传送文件的协议。在Internet上通过FTP 服务器可以进行文件的上传(Upload)或下载(Download)。FTP是实时联机服务,在使用它之前必须是具有该服务的一个用户(用户名和口令),工作时客户端必须先登录到作为服务器一方的计算机上,用户登录后可以进行文件搜索和文件传送等有关操作,如改变当前工作目录、列文件目录、设置传输参数及传送文件等。使用FTP可以传送所有类型的文件,如文本文件、二进制可执
  3. 所属分类:Ftp Client

    • 发布日期:2016-01-27
    • 文件大小:3072
    • 提供者:杜云飞
  1. inout

    0下载:
  2. 利用链表实现,文本文件和二进制文件的输入输出-Using linked list implementation, text files and binary file input and output
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3636668
    • 提供者:nie
  1. dat2txt

    1下载:
  2. 可以把二进制文件转换成指定格式的文本文件-Binary files can be converted into specified text files
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:37264
    • 提供者:amlo
  1. sjgsdcx

    0下载:
  2. 手机归属地数据文件格式是自己定义的,使用本程序将文本格式的手机号数据导入为二进制文件以节约存储空间和提高查询速度,数据文件命名为MpData.dat,然后可以使用本程序查询手机号段的归属地 注: Mps.cpp是主程序, Global.cpp是一些工具函数和类, Release/MpData.txt是文本格式的手机归属地数据。 程序的使用方法请参阅Mps.cpp中printHelp()函数的代码 -Cell phone data file format is attributable
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:458665
    • 提供者:zaoge
  1. Asc2BinOfSTL

    1下载:
  2. STL文件有文本(asc)和二进制(bin)两种格式。本程序提供了从文本到二进制格式的转换。-STL files are text (asc) and binary (bin) formats. This program provides the format from text to binary conversion.
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:22951
    • 提供者:xuxiangxing
  1. Advance-Search-And-Replace(DELPHI)

    0下载:
  2. 对任意类型的文件中的内容进行字符串查找替换的高级工具软件源代码,用DELPHI编写。1.支持两种线程模式进行查找或替换:单线程、多线程 2.支持任意格式文件中查找,文件名支持通配符,可同时支持多种文件名 3.查找、替换内容支持使用二进制数据(16进制格式)或普通文本格式 4.支持替换备份,对不慎误替换的文件可以进行还原,防止误操作 5.使用内存搜索方式,速度很快 6.完全免费,提供完整源代码,没有任何功能限制 。-For any type of file contents s
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:339866
    • 提供者:hhj
  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. binary-file-to-text

    0下载:
  2. 将二进制文件转换为文本格式的VB程序。方便对一些二进制文件的分析和编辑。-Converts a binary file to text format VB program. Convenient for some binary analysis and editing.
  3. 所属分类:File Operate

    • 发布日期:2017-03-22
    • 文件大小:9761
    • 提供者:wfl
  1. Text-to-Bin

    0下载:
  2. 将文本格式的二进制数据转换为二进制格式文件,方便二进制格式文件数据编辑和烧写。-The text format of the binary data into binary format, binary format to facilitate data editing and programming.
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:2244
    • 提供者:wfl
  1. Dog

    0下载:
  2. /*11-6. 声明一个dog类,包含体重合年龄两个成员变量及相应的成员函数,声明一个实例dog1,体重为5,年龄为10, 使用I/O流把dog1的状态写入磁盘文件,再声明另一个实例dog2,通过读文件把dog1的状态赋给dog2。分别使用文本方 式和二进制方式操作文件,看看有何不同;再看看磁盘文件的ASCII码有何不同。*/-/* 11-6. Declare a dog class that contains two member variables age, weight and c
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:5481
    • 提供者:seven
  1. haffman

    0下载:
  2. 对英文文本进行哈弗曼二进制编码,输出到txt文本-The English text Hafu Man binary encoding, the text output to txt
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:233978
    • 提供者:Robin
  1. POS

    0下载:
  2. 设计了一个模仿POS收银的程序,把食品按照 编号/名字/价格 的方式存放在预先写好的一个文件里(文本文件或者二进制文件)。给客户买单的时候,输入购买物品的 编号和数量 ,系统自动计算价格和累计价格。最后打印出总价格。付款的时候,营业员输入总付款金额,系统打印找零的数值。 (1) 此外,系统需要显示总的营业额并保存到每日的文件中。 (2) 每个用户的买单的明细,写入到明细文件中。并且要有每单的合计金额。 (3) 输出各种食品当日分别的卖出数量和收费小计 -Design a imit
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-07
    • 文件大小:1985400
    • 提供者:cbf
  1. ExeToTXT

    0下载:
  2. 把二进制文件数据转换为文本,用于对数据进行分析-failed to translate
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:6478
    • 提供者:john2012
  1. File(including-regedit-file)

    0下载:
  2. 文件的打开和关闭,二进制文件,文本文件,注册表文件-The file open and shut, binary files, text files, the registry file
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3767037
    • 提供者:陈志环
  1. ht

    0下载:
  2. 本程序采用哈弗曼编码技术对用户输入的文本进行压塑,当用户按回车键之后,便会显示压塑之后的文本,并且会显示每个字符的二进制代码。-This code is used to be compress the text you enter,adopting the method of haffmancode .When you enter the resource text ,you will see the compressing mold and the binary code of every c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1270
    • 提供者:郭琼
  1. binary-document-view

    0下载:
  2. 以二进制查看文件,用函数readline实现读出文本文件并将文件转化为二进制形式-open a document as an binary document
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:55232
    • 提供者:jason
  1. SecretHider

    0下载:
  2. 简单的文件操作将文本信息添加到二进制图片文件中。-Simple file operations to the text information is added to the binary image file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-19
    • 文件大小:5583120
    • 提供者:杨帆
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 »
搜珍网 www.dssz.com