搜索资源列表
TXT_BIN
- 实现将生成的图片二进制数据的TXT文本存储方式转换为.bin格式,实现字库处理-achieve generated images binary data stored in such a manner as TXT text converted to. Bin format. achieve font handling
GetUnicode
- 看看是否对你有用,字库生成,字模点阵提取,UNICODE查询和转换,二进制文件转文本文件,文本文件转化为二进制文件(一个数组还原为一个BIN文件)-see whether useful to you, font generation, Dot Matrix Printer extraction, UNICODE inquiries and conversion, binary files to text files, text documents into binary files (a red
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
BinToTxt.rar
- 可以读取编译后的bin程序文件并转换成16进制文本存入TXT文档,Can be compiled to read the bin file and converted into 16 binary text documents into TXT
Txt2Bin
- 用于保存为ASC2字符集的烧写代码文本文件 转为 原始BIN二进制代码-Save ASC2 for the programming code for the character set to the original text file BIN Binary code
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
BinToText
- Bin to text ,能把数据文件传成文本,给写代码用的工具。-bin to text ,useful for programer.
2
- 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
ffalinks
- Free For All Link Page v1.2 This scr ipt allows visitors to add links to your page in a specified category. It is quite easy to install -1.Open links.pl with a text editor. Change the url in line one, to the Perl program at your ser
ReadFile
- 把二进制文件转成文本的小工具,适合连接各种bin文件-Convert binary files into text in a small tool, suitable for connection to a variety of bin files
31009066-
- 使用简单说明: 1.打开bin文件夹中的debug文件夹,双击网络协议分析。 进入协议分析界面。 2.点击“浏览”按钮,选择网络协议文件下的test文本,导入。 3.点击数据统计按钮,进入数据统计和流量统计界面。分别点击数据包个数统计按钮和数据流量统计按钮,即可查看!-Simple instructions: 1. Open the bin folder in the debug folder, double-click the network protocol analysis
mvstereo_v1.0[1]
- This a C++ implementation of the multi-view stereo matching algorithm described in: Brandon M. Smith, Li Zhang, Hailin Jin. Stereo Matching with Non- parametric Smoothness Priors in Feature Space. IEEE Computer Society Conference on Com
SearchEngine
- 运行程序前,需要下载第3方动态链接库(DictSeg.dll、Highlighter.Net.dll、Lucene.Net.Analysis.Cn.dll、Lucene.Net.dll),将其添加到Bin文件夹下。下载fckeditor在线文本编辑器,然后放在SearchEngine文件夹下。 运行“Default.htm”文件,进入程序主界面。当用户在搜索引擎主页输入关键字到文本框中,然后单击“搜索经验技巧”按钮即可,单击“阅读技巧”,可以查看该篇文章。 -Run the progra
Text-to-Bin
- 将文本格式的二进制数据转换为二进制格式文件,方便二进制格式文件数据编辑和烧写。-The text format of the binary data into binary format, binary format to facilitate data editing and programming.
PrintFormData
- visual C#打印预览演示Demo,编译源代码生成EXE后,直接运行Bin目录中的EXE,在窗体的输入框中填写对应的数据,点击打印按钮,直接进入打印预览状态,再次确认打印后就可交窗体上的所有文字内容打印出来,以往都是指定打印正文区,但现在是打印窗体中的文字,二者稍微有些区别-visual C# print preview demo Demo, EXE after compiling the source code generation, run directly in the Bin dir
ConvertToBinary
- Convert Text To Bin Convert Bin To Text image use to increase KB to upload. Not neccessary
cityquery
- C#通过读取TXT文件的内容,实现全国各省市城市信息的查询,打开程序后,载入含有全国城市信息的TXT文本,Bin目录下有。另外对C#界面编写不熟悉的,实际上可通过本实例学习一下窗体制作,如何在窗口中使用ICO图标等小技巧-C# by reading the contents TXT files, city information for query provinces and cities nationwide, and open the program, load TXT text messa
importAgilentBin
- 在MATLAB中读取“.bin”文件,改为函数文本,可直接调用-Read " .bin" file in MATLAB function to text, you can directly call
gawk-4.1.0-bin
- The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. The source code for the latest release of GNU awk is available from the GNU project's ftp
TxtHex2Bin_14
- Simple utility for conversion of a text file with a hex value in each line into a bin file.