搜索资源列表
base64test
- 这是从开源项目中分离出来的base64编码例子。-This the revenue from the project to isolate the base64 encoding example.
base64test
- base64算法程序,一个完整的算法程序
Base64Test
- 对文件进行Base64编码,可用xml进行图片数据的存储等
base64test
- 这是从开源项目中分离出来的base64编码例子。-This the revenue from the project to isolate the base64 encoding example.
base64test
- base64算法程序,一个完整的算法程序-base64 algorithm procedures, a complete algorithm procedure
Base64Test
- 对文件进行Base64编码,可用xml进行图片数据的存储等-Base64 encoding of documents that can be used for picture xml data storage, etc.
Base64Test
- 这是base64编码和解码的例子,在有些workflow中不支持中文,通过把中文信息编成base64,到接受的时候再转回中文-java in base64
base64test
- BASE64这种编码挺有意思的,可以把每3个(二进制)字节编码成以ASCII码表示的4个字节。可能会有人觉得奇怪,网页保存为mht格式后,明明只有一个文本文件,可是用浏览器打开后居然还有图片。其实,用记事本打开这些mht文件,可以看到一堆堆的”乱码“,这往往就是BASE64编码后的图片了。由于最近项目用到这个东西,于是去CSDN上下了个BASE64编解码的C++类。因为对效率没有特别的要求,所以只是用小图片试了一下,能用。-BASE64
Base64Test
- C# 实现 Base64加密解密 注: 并非使用现有方法-C# implementation of Base64 encryption and decryption Note: Not using existing methods
base64test
- 主要是对base64文件的加密和解密API函数的调用,进行测试-Mainly for base64 file encryption and decryption API function calls, for testing
base64test
- 使用函数实现base64的加密解密的方法函数,包括解密和解密的演示例子-Use function implementation base64 encryption and decryption functions, including decryption and decryption demo example
base64test
- base64编码文件的使用例子。完美解密base64编码文件。程序编译通过,例子简单实用。-Use examples base64 encoded file. Perfect decrypt base64 encoded file. Compiled by the example simple and practical.
Base64Test
- 图片转成base64编码与base64转成图片保存到指定路径(Picture and Base64 encode each other)
Base64Test
- 16进制数据经Base64转码,转换成Bitmap图片,在客户端显示,并实现上传图片到新浪云。(16 decimal data are transcoded through Base64, converted into Bitmap images, displayed on the client side, and uploaded to the Sina cloud.)