当前位置:
首页
资源下载

搜索资源 - convert binary to ascii
搜索资源列表
-
0下载:
convert.asm:
1.From ASCII resp. BCD to binary
2.From binary to ASCII resp. BCD
3.From binary to Hex-ASCII
Bin_Bcd.c:
uchar BcdToBin(uchar val)
uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD 2.From binary to binary t o AS
-
-
0下载:
This file contains one-line descr iptions of the geometry filters.
Geometry Manipulation
---------------------
flipply - flip the orientation of faces
normalsply - compute surface normal vectors at vertices
xformply - transform vertic
-
-
0下载:
A MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code.
-
-
0下载:
ASCII编码转换器,非常简单易用。可以自由转换各进制及中文-ASCII Encoding Converter is very easy to use. Are free to convert the binary and Chinese
-
-
0下载:
还是自己写的关于huffman加密程序,可以实现把加密的内容转为ASCII码输出到文件-huffman code ,can output coded binary to a file,and convert to a ASCII
-
-
1下载:
c#编写的将BMP或JPG图片转成二进制数组的工具源码-The source code for a tool which can convert image files to binary files
-
-
0下载:
A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code
-
-
0下载:
Descr iption: A simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalent. User friendly interface, auto-convert options, fun sounds and commented source code
-
-
0下载:
将一个文本文件转为其ASCII对应的二进制文本,然后在将其转为原来文本的小程序。-converting plain txt.file to binary format text based on ASCII code. Then convert it back.
-
-
0下载:
ASCII及进制转换:
2,8,10,16进制数互转,字符转ASCII,ASCII转字符,字符串和16进制数互转。二进制数的与/或运算。-ASCII and hex conversion: 2,8,10,16 Mutual Convert decimal number, character transfer ASCII, ASCII to switch characters, strings, and 16 hexadecimal numbers Mutual Convert. Binary
-
-
1下载:
这是一款把先把文本转换为其二进制码(英文为ASCII码),然后再对应其二进制码进行LZ编码的软件。它可以见到字典的换分,以及每一个字典内容对应的编码内容及其字典编号!-This is a first text to convert its binary code (English as ASCII code), and then the binary codes corresponding to the LZ encoding software. It can see the dictionar
-
-
0下载:
该程序将二进制文件转换为ASCII文本文件,论坛留言中不可能粘贴二进制数据,但可将其转换成文本文件,便于在论坛发帖,复制论坛的数据后粘贴到文本框,可重新将文本文件还原成原来的二进制文件。-The program will convert the binary file ASCII text file, the forum can not paste the message in binary data, but can be converted into text files for easy
-
-
0下载:
自编的小程序,主要用于把源码中资源数据还原成原始binary文件,如mp3文件的数组数据还原成mp3-convert ASCII data to binary data
-
-
0下载:
自编小程序,主要用于把binary文件转成源码中的资源数据,如mp3文件转成数组数据-convert binary to ascii
-
-
0下载:
Routine for Atmel AVR to convert 16 bits binary to 5 digits ASCII DIGITS
-
-
0下载:
首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件-First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tr
-
-
0下载:
convert an ascii hexadecimal string to its binary representation for Linux.
-
-
0下载:
进制之间的转换,URL编码解码,base64编码解码,ascii到unicode,unicode到ascii,MD5-Convert between binary, URL encoding and decoding, base64 encoding and decoding, ascii to unicode, unicode to ascii, MD5
-