登录
首页 » Windows Socket编程 » (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:

(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:

于 2022-05-19 发布 文件大小:61.05 kB
0 218
下载积分: 2 下载次数: 1

代码说明:

(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • windows下面启用/禁用网卡的源序。 相信大家都找了很久了。...
    在windows下面启用/禁用网卡的源程序。 相信大家都找了很久了。-Disable the network card in window , think you having found it long.
    2022-02-22 03:08:30下载
    积分:1
  • libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。...
    libnet发送数据包的实例,本来为别人毕业设计时写的。这里可以参阅。-libnet example of sending data packets, originally designed for others to write the graduation. You can refer to.
    2022-07-23 06:05:16下载
    积分:1
  • 这是一个简单的pop3客户端序模版
    这是一个简单的pop3客户端程序模版-This is a simple pop3 client template
    2023-05-01 23:25:03下载
    积分:1
  • 线工具,可以使用ndis中间层,用vc的简单防火墙序使用ndis中间层,用vc的简单防火墙序...
    线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序-threading tools can use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewall
    2023-06-07 16:25:02下载
    积分:1
  • 文件传送 This program is free software you can redistribute it and/or modify it unde...
    文件传送 This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version. * * copyright : (C) 2002 by Zhang Yong * * email : z-yong163@163.com *-file transfer This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.** copyright : (C) 2002 by Zhang Yong** email : z-yong163@163.com*
    2022-12-15 17:20:05下载
    积分:1
  • xi tong ju yu wang
    局域网聊天系统,欢迎大家下载啊,请下载,感谢大家啊,一定要下载啊-xi tong ju yu wang
    2023-04-04 22:15:03下载
    积分:1
  • 一个用java实现的简单聊天室,仅供初学者参考 参考
    一个用java实现的简单聊天室,仅供初学者参考 参考-using java to achieve a simple chat room is for beginners information.
    2022-08-21 10:07:34下载
    积分:1
  • an all static pages generated content, the freedom to customize the extension, t...
    1、全静态生成的内容页,扩展名自由定制,自由选择! 2、后台无限管理等级,自由定制,权限自由分配,让你体验真正的多用户管理! 3、无限分类! 4、超自由的的模版设计,内置标签库,让你完全自由的设计网站页面。 5、优秀的网站上传附件管理模块,可以让你的网站最大程度的减少垃圾文件。 6、自带可视化 HTML 编辑器,就像在Word里编辑文章一样。 7、索引页自动分页,成静态文件保存。 8、静态页面多种生成方式,可最大程度的减少页面生成的耗用时间。 9、首页自动生成,自由修改。 10、共享模块采用JS调用,一次编辑,处处使用,同步更新。(可选) access数据库全面优化,修复v1.0 bug N个-an all static pages generated content, the freedom to customize the extension, the freedom of choice! 2, background unlimited management hierarchy, free customization, free distribution of authority and let you experience a true multi-user management! 3, unlimited classification! 4, the ultra-free design templates, built-in labels, so as you complete freedom of design website pages. 5, excellent website upload Annex management module, allows you to the website of the largest reductions in the garbage documents. 6, onboard visual HTML editor, as in Word edit the same article. 7, index page automatic paging, static documents into preservation. 8, static pages generated a variety of ways, the
    2022-08-16 02:17:26下载
    积分:1
  • 网上书店(源码与文档)后台管理:/manage 后台管理用户名:admin 密码:admin...
    网上书店(源码与文档)后台管理:/manage 后台管理用户名:admin 密码:admin-Online Bookstore (source code and documentation) Admin:/manage Admin Username: admin Password: admin
    2022-01-20 22:44:53下载
    积分:1
  • 还可以的电子地图源码 前台帐号 admin888 123456 后台 admin admin...
    还可以的电子地图源码 前台帐号 admin888 123456 后台 admin admin-The electronic map can also source admin888 123456 Front Desk Backgrounds account admin admin
    2022-08-22 10:57:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载