-
(利用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
-
First of all, Client A log server, NAT A distribution for the Session of a port...
首先,客户端的日志服务器,网络地址转换分布为本届会议的一个端口60000 ,那么伺服器收到了用户端的地址是202.187.45.3:60000 ,这是外部的客户网络地址。同样,客户乙登入伺服器, B至吨的NAT-First of all, Client A log server, NAT A distribution for the Session of a port 60000, then the Server S received the address of Client A is 202.187.45.3:60000, which is outside of the Client A network address. Likewise, Client B Login Server S, NAT B to the distribution of the Session of the port is 40000, then the Server S received B s address is 187.34.1.56:40000. At this time, Client A and Client B and Server S can be a communication. If Client A at this time would like to direct
- 2022-01-24 08:44:14下载
- 积分:1
-
用于网络监控,监听本机器所有发送接收的数据,即sniff技术,
用于网络监控,监听本机器所有发送接收的数据,即sniff技术,-for network monitoring, the monitoring machines all send and receive data, or sniff,
- 2022-01-26 01:06:48下载
- 积分:1
-
一款局域网通信工具,适用于DELPHI5,安装后能访问局域网的资源,并进行通信。...
一款局域网通信工具,适用于DELPHI5,安装后能访问局域网的资源,并进行通信。-one LAN communications tools, applicable to Delphi 5, would be able to visit after the installation of LAN resources, and communications.
- 2022-03-25 00:16:44下载
- 积分:1
-
实现服务器和客户端的通信,利用PB做的控制界面,基于Socket通信...
实现服务器和客户端的通信,利用PB做的控制界面,基于Socket通信-server and client communications, the use of PB do control interface, based on Socket Communications
- 2023-04-09 11:05:03下载
- 积分:1
-
该示例给出了如何在windows平台上实现完成端口的例子。
该示例给出了如何在windows平台上实现完成端口的例子。-the examples given of how the windows platform to achieve complete port example.
- 2022-04-26 15:42:09下载
- 积分:1
-
windows9x下的实现ndis的源码
windows9x下的实现ndis的源码-under the Windows source code to achieve NDIS
- 2022-01-25 23:44:06下载
- 积分:1
-
ISAPI 实现 web图形,关于DCS系统实时数据展示的。这是一个基本工程,但是涉及到从DCS中获取数据,代码相对少些,对于理解通过ISAPI实现jpeg图形...
ISAPI 实现 web图形,关于DCS系统实时数据展示的。这是一个基本工程,但是涉及到从DCS中获取数据,代码相对少些,对于理解通过ISAPI实现jpeg图形有些帮助。-ISAPI make a web image(JPEG),It s a simple example.
- 2022-03-21 00:09:28下载
- 积分:1
-
PHP登陆验证,上传图片。简单功能实现。但是界面没有作优化,请大家自己弄咯。很不错的小程序...
PHP登陆验证,上传图片。简单功能实现。但是界面没有作优化,请大家自己弄咯。很不错的小程序-this is php login project
- 2022-04-10 13:32:49下载
- 积分:1
-
文件传输,自已学习时写的小程序,功能简单,适合初学网络编程的朋友,喜欢的朋友请下。...
文件传输,自已学习时写的小程序,功能简单,适合初学网络编程的朋友,喜欢的朋友请下。-FileTran
- 2023-07-31 00:25:02下载
- 积分:1