搜索资源列表
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
base64_codec_jpg_test
- BASE64编解码JPG图片的例子,看不懂,找来了,给大家看看。-BASE64 codec JPG picture examples, can not read, found, and for everyone to see.
MyImageEditor
- 一个类似Windows画图板的小程序.功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-A similar small Windows drawing board procedures. Functions and interfaces in Windows, b
BASE64
- BASE64,C语言实现,在文件传输中具有很强的使用范围-BASE64, C language, the file transfer in the use of highly
VB_convert_picture_ase64_format
- VB将任意图片转换为Base64文本格式VB will convert any picture Base64 text format-VB will convert any picture Base64 text format
base64
- javascr ipt base64转图片-javascr ipt base64 transfer pictures
Base64
- 3D的地球,你可以换其它图片进去,这样效果可以调的很好,不过图片必须为bmp格式!-3D Earth, you can change into other images, this effect can be adjusted very well, but the picture must be bmp format!
2
- BASE64图片,可以在手机中将BASE64编码显示图像-BASE64 picture, you can display the phone will be BASE64 encoded image
Base64
- 解析图片 很多很多很多很多数据在一起的说不明白哈-Analytical picture a lot a lot of data together did not understand ha
Base64
- 将BMP图片转化成文本,并保存成文本文件-to BMP graphics into text characters, and can be saved as a text file.
Base64
- Base64解码过程,用到了GUI界面,同时解码适合于把已经编码过的文件解码成图片-Base64 decoding process, use the GUI interface simultaneously decode decode the encoded file into a picture suitable for
base64
- AAUTO 语言 base64编码可以将不可见的二进制字符串转换为可见的文本格式,这样我们就可以将图片等二进制文件使用base64编码后直接内置于源代码中间,这样的好处是不用考虑路径的问题,在发布独立的源码文件时非常方便。 AAUTO的MD5加密。-aauto language it s very easy to use base64 to put up files. md5 encrypt.
Base64Usage
- base64图片转码解码,是比较有用的程序-base64 code
CSharpbmp-base64
- 将图片BMP转换为Base64编码的文本文件,将base64编码的文本文件转化为bmp图片-Convert the picture Base64 to BMP encoding s text file, convert the text file of Base64 encoding to BMP images
base64
- AAUTO 语言 base64编码可以将不可见的二进制字符串转换为可见的文本格式,这样我们就可以将图片等二进制文件使用base64编码后直接内置于源代码中间,这样的好处是不用考虑路径的问题,在发布独立的源码文件时非常方便。AAUTO的MD5加密。-aauto language it s very easy to use base64 to put up files.md5 encrypt.
Base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~
BASE64
- Delphi JPG 图片的 BASE64 编码、解码(BASE64 encoding and decoding of Delphi JPG pictures)
base64图片编码导入teststand示例
- teststand 调用LABVIEW编写的图片压缩的使用方法(labview using base64 the image code in the test and finally show it in the test report.)
js-image-base64-master
- Extjs 扩展Htmleditor,支持 图片上传 文件上传 插入flash 插入多媒体 插入层 插入横线等功能(Extjs extends Htmleditor to support image uploading file uploads and inserting flash into the multimedia insert layer to insert crosses and other functions)
base64图片互转工具
- 快速互转base64代码图片,并保存源文件(Quickly convert base64 code images and save source files)