搜索资源列表
多文本编辑器
- EDITOR是一个多文档/多窗口的文本/二进制编辑器-EDITOR is a multi-file/multi-window text/binary editor.
二进制的存储
- 用VB实现对二进制数据的存取。(如:图片,文本文件,电影......)-VB right binary data access. (Eg : photos, text files, the film ......
erjinzhiwenbenwebnjian
- 一个创建和读写二进制文本文件的程序,开发环境VC-create and read and write a binary version of the document procedures, the development of environmental VC
在WINDOWS把文本文件转化成二进制文件
- 在WINDOWS把文本文件转化成二进制文件,然后根据ID号码查找内容 ,The text file in the WINDOWS into binary file, and then under the ID number to find the content of
txt2bin
- 将文本文件转换为芯片认识的二进制代码,文本文件只存储0和1,按照一定的规律转换此文本文件-The text file into a binary code known as chips, text files only store 0 and 1, according to certain rules convert the text file
VB_test
- 用VB编写的串口通信程序,包括二进制和文本两种模式-VB prepared by serial communication procedures, including two types of binary and text mode
readwrite
- 详细介绍了文本文件和二进制文件的读写方法,方法巧妙、全面-Details of the text files and binary files read and write methods by ingenious, comprehensive
Binary2Text
- 把二进制文件内容转换为文本文件 附件为vc++源代码-binary to text
ReadFile
- C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
MyOKFile
- 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
TuHexTrialSetup
- 16进制文件编辑与磁盘编辑软件。类似 ultraedit 的文本编辑工具,支持二进制编辑,支持比较和调整 bitwise 顺序。功能强大,支持文件在二进制级进行比较。-16 hexadecimal file editor and disk-editing software. UltraEdit similar text editing tool that supports the binary editing, support for bitwise comparison and adjustm
Point
- 用VC6.0编程,可将二进制文件转化文本文件 -Using VC6.0 programming, binary files can be transformed into a text file
SendBinary
- 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
src
- 各种数据保存:字符型,日期型,大文本,图片,二进制-A variety of data retention: character, date, type, large text, images, binary
convert1
- 二进制转换:通过ASCII码将文本转换成二进制码(用C++编写)- Binary converter /* converts text into binary using the division method*/ /* through ASCII code */ /*compiled with the Dev-C++ compile
otxt2bintxt2otxt
- 将一个文本文件转为其ASCII对应的二进制文本,然后在将其转为原来文本的小程序。-converting plain txt.file to binary format text based on ASCII code. Then convert it back.
2
- 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
Huffman
- 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
二进制-文本互转工具
- 这是一款简易的二进制和文本互转的工具。如将二进制的0x12 34转换成"12 34",或者将文本的"12 34"转换成二进制的0x12 34。 使用方法:二进制转文本的时候只能通过文件方式转换,即二进制数据必须是文件形式(因为我们手写不能直观的表示二进制),转换后的文本同时保存为文件和文本框显示2种方式。(This is a simple tool for binary and text rotation. For example, the binary
范例_二进制读写文本(VB.NET)
- vb.net二进制方式读写txt文本范例,适合初学者参考学习(Vb.net binary way to read and write TXT text example, suitable for beginners reference learning)