搜索资源列表
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
AsciiArtGenGui
- 同样基于c++.net的一个图像处理程序,与img2ascii不同的是这个可以转换任意大小的图片为ascii码并输出到html或txt文档中-Based on the same c++. Net an image processing procedures, and img2ascii is different of any size can be converted to ascii code of the picture, and output to html or txt document
ASCIIpicture
- Convert a picture to an ASCII text
neural_net
- Program recognition of elementary images The example shows how to use the mechanism, quadrupeds, as neural networks. First, the program offers two different images. Then point to the third image. Using it is that the mechanism should know - for
1003_Huawei_sort
- Lily上课时使用字母数字图片教小朋友们学习英语单词,每次都需要把这些图片按照大小(ASCII码值从小到大)排列收好。请大家给Lily帮忙,通过C语言解决。 输入 Lily使用的图片包括"A"到"Z"、"a"到"z"、"0"到"9"。输入字母或数字个数不超过1024。 输出 Lily的所有图片按照从小到大的顺序输出 样例输入 Ihave1nose2hands10fingers 样例输出 0112Iaadeeefghhinnnorsssv -Lily alpha
dsss_chaotic
- 1. BPSK modulation of data which ever you input (default data is “MANIPAL REDDY”). 2. MANIPAL REDDY is changed into ASCII Format and into two-bit format for BPSK Modulation. 3. Chaos is used for spreading the binary bit sequence. 4. Uniform
Obrazek-do-ASCII
- Test how to make picture in ASCII chars.
LSB
- Steganography is a branch of information hiding. It allows the people to communicate secretly. Asincreasingly more material becomes available electronically, the influence of steganography on our liveswill continue to grow. Many confidential informat
ASCII表
- 16进制与机器码对照表,做成了图片查看更加方便,总有一天发觉要用的(16 binary machine code with the table, made a picture, more convenient, one day found to use)
luminance
- 根据灰度能够将一张图片转换成ASCii码字符样式。(Convert a picture to ASCii code character according to gray level.)