-
(利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
(利用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
- 2022-05-19 18:52:33下载
- 积分:1
-
Xinghao home decoration website source code, run the platform, ASP+ access
星浩家居装饰网站源码,运行平台ASP+acce-Xinghao home decoration website source code, run the platform, ASP+ access
- 2022-03-06 04:03:50下载
- 积分:1
-
网络编程的东西。
网络编程的东西。-Network Programming things.
- 2023-08-26 06:35:04下载
- 积分:1
-
同伴
点对点传输文件的程序。使用TransmitFile调用,通信双方既是客户机又是服务器-peer-to-peer file transfer procedures. Use TransmitFile call, communication is both client-server is
- 2022-04-16 03:37:47下载
- 积分:1
-
能够绕过winXP sp2防火墙的代码
能够绕过winXP sp2防火墙的代码-to bypass firewall sp2 code
- 2022-07-23 00:28:31下载
- 积分:1
-
局域网可以发送组播视频流的MPG文件在当前目录…
可在局域网中组播方式发送视频流,将A.MPG文件放在当前目录即可发出,(所有的网卡接收灯都在闪烁)此程序是开发视频直播系统所用的测试程序,为感激站长先生而公开。罗远工作室-LAN can send multicast video streaming, A. MPG document on the current directory will be issued, (NIC receive all the lights are flashing), this procedure is to develop video broadcast system used in the testing procedures grateful for the head of Mr. and open. Luo Yuan studio
- 2022-11-16 08:00:03下载
- 积分:1
-
TCPIP协议MCS
tcpip协议在MCS-51上移植的C语言源代码-TCPIP agreement in MCS-51 on the transplantation of C language source code
- 2022-08-08 16:52:13下载
- 积分:1
-
计算机监控
通过实现网络链接,对对方的计算机进行监控,并实现关机、重启等功能,此代码用VC++编译,已全部通过。本人技术有限,如有雷同,纯属巧合。
- 2022-03-02 16:25:00下载
- 积分:1
-
在线投票系统jsp+sql开发。可以供JSP学习者使用,也可以直接移植...
在线投票系统jsp+sql开发。可以供JSP学习者使用,也可以直接移植-Online voting system jsp+ Sql development. Be available for learners to use JSP, you can directly transfer
- 2023-02-16 09:50:04下载
- 积分:1
-
VC环境下,几种不同的组播发送和接收程序,可以在两台机器上实现通讯....
VC环境下,几种不同的组播发送和接收程序,可以在两台机器上实现通讯.-VC environment, several different procedures to send and receive multicast, you can realize communications on two machines.
- 2022-07-03 15:28:57下载
- 积分:1