搜索资源列表
HexText(081001c)CFileAppnote.z
- HexText.exe 可以转换代码文件到文本文件 一)可以轻易阅读代码文件 二)可以用比较软件比较代码文件 ------- HexText.exe can convert Binary code to txt file. (1)It is easy to read the binary file (2)you can use compare software to compare the binary file. ------- 如果有时间愿意分享更多。,HexText.exe
BinToTxt.rar
- 可以读取编译后的bin程序文件并转换成16进制文本存入TXT文档,Can be compiled to read the bin file and converted into 16 binary text documents into TXT
Hex2Bin
- HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
txtTObin
- 文本内容转二进制 的小程序 文本内容格为如12 34 56 -Binary to text text small procedures such as the grid for the 12 34 56
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
kiushi2
- 编写C++程序完成以下功能: (1) 输入一个文本文件名 (2) 使用ofstream 向一个二进制文件中输出各种类型的数据,并打开文件观察结果: 整数、无符号整型、长整型、浮点型、字符串、…… -The preparation of C++ Process is complete the following functions: (1) enter a text file name (2) ofstream to a binary file in the ou
pickfile
- 本代码可以区分二进制文件和普通文本(ASCII)文件,并列出制定目录/文件列表中的下所有的二进制文件或文本文件。请使用"-?"、"-h"或"-H"命令选项察看帮助。-This tool is used to pick out text or binary files under the specified directory or in the specified file list.
CommMcu
- C++ Builder 串口事例 1.支持二进制数据和文本数据的收发 2.支持任意格式的数据的收发 3.支持两种数据包协议(识别每帧数据首尾的方法)-C++ Builder examples of one serial port. Supported binary data and text data transceiver 2. To support any format to send and receive data 3. Supports two protocol packe
frequencecalcular
- 频率统计,以二进制读取文本内容,获取二进制文本中“1”和“0”的个数,在以TXT文档的形式进行保存-Frequency statistics, in order to binary read the text content, access to the binary version of " 1" and " 0" number, in order to preserve the form of TXT documents
otxt2bintxt2otxt
- 将一个文本文件转为其ASCII对应的二进制文本,然后在将其转为原来文本的小程序。-converting plain txt.file to binary format text based on ASCII code. Then convert it back.
Hextext
- 将二进制文件输出成16进制字符串文件,输出文件名是源文件名+.hextext-transform binary files to Hex-text files.
Hexbinary
- 将十六进制文本文件转换成二进制文件-transform hex-text files to binary files
text_to_binary
- Converts text in a file to binary.
2
- 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
6
- (1) 从终端读入字符集大小为n(即字符的个数),逐一输入n个字符和相应的n个权值(即字符出现的频度),建立哈夫曼树,将它存于文件 hfmtree 中。并将建立好的哈夫曼树以树或凹入法形式输出 对每个字符进行编码并且输出。 (2) 利用已建好的哈夫曼编码文件 hfmtree ,对键盘输入的正文进行译码。输出字符正文,再输出该文的二进制码。 -(1) read from the terminal into the character set of size n (ie the numbe
howto_binary_to_text
- binary to text and convert it
erjinzhibianji
- 本人软件设计作业 文件编辑 创建一个多文档工程,实现对于磁盘文件的浏览,编辑等功能。 能够以文本文件,二进制文件方式打开文件; 支持剪贴板功能; 支持搜索,查找,替换功能; 支持文件定位;-I software design job file editing documentation project, to create a multi-disk file browsing, editing functions. Way to text file, binary fil
Binary-Tree
- POJ 文本二叉树 总的来说,又是数算作业啦啦啦(是自己写的哦~~~)-POJ text binary tree in general, but also to count jobs la la la (write by myself own oh ~ ~ ~)
packet_win
- 解密传奇封包,把封包内容解密成明文后转换成文本、十进制、二进制显示出来进行分析(Decrypt the legendary packet, the content of the packet decrypted into plaintext, converted to text, decimal, binary display, for analysis.)
二进制-文本互转工具
- 这是一款简易的二进制和文本互转的工具。如将二进制的0x12 34转换成"12 34",或者将文本的"12 34"转换成二进制的0x12 34。 使用方法:二进制转文本的时候只能通过文件方式转换,即二进制数据必须是文件形式(因为我们手写不能直观的表示二进制),转换后的文本同时保存为文件和文本框显示2种方式。(This is a simple tool for binary and text rotation. For example, the binary