搜索资源列表
base64test
- BASE64这种编码挺有意思的,可以把每3个(二进制)字节编码成以ASCII码表示的4个字节。可能会有人觉得奇怪,网页保存为mht格式后,明明只有一个文本文件,可是用浏览器打开后居然还有图片。其实,用记事本打开这些mht文件,可以看到一堆堆的”乱码“,这往往就是BASE64编码后的图片了。由于最近项目用到这个东西,于是去CSDN上下了个BASE64编解码的C++类。因为对效率没有特别的要求,所以只是用小图片试了一下,能用。-BASE64 encoding of this very interes
picture
- Lily上课时使用字母数字图片教小朋友们学习英语单词,每次都需要把这些图片按照大小(ASCII码值从小到大)排列收好-Lily alphanumeric class pictures to teach children learning English words, each of these pictures arranged according to size (ASCII code value from small to large) away
fjhnmk
- function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
1003_Huawei_sort
- Lily上课时使用字母数字图片教小朋友们学习英语单词,每次都需要把这些图片按照大小(ASCII码值从小到大)排列收好。请大家给Lily帮忙,通过C语言解决。 输入 Lily使用的图片包括"A"到"Z"、"a"到"z"、"0"到"9"。输入字母或数字个数不超过1024。 输出 Lily的所有图片按照从小到大的顺序输出 样例输入 Ihave1nose2hands10fingers 样例输出 0112Iaadeeefghhinnnorsssv -Lily alpha
Obrazek-do-ASCII
- Test how to make picture in ASCII chars.
ASCII表
- 16进制与机器码对照表,做成了图片查看更加方便,总有一天发觉要用的(16 binary machine code with the table, made a picture, more convenient, one day found to use)