-
(利用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
-
Can automatically upgrade a client program, delphi enthusiasts can learn from
一个可以自动升级的客户端程序,delphi爱好者可以借鉴-Can automatically upgrade a client program, delphi enthusiasts can learn from
- 2022-05-25 05:31:44下载
- 积分:1
-
简单的局域网传送文件示例可用于网络编程入门学习离实用还有些距离...
简单的局域网传送文件示例可用于网络编程入门学习离实用还有些距离-simple example LAN transmission of documents to be used in network programming from the practical learning portal also some distance
- 2022-05-23 21:33:59下载
- 积分:1
-
获取计算机的名称和IP地址:单击按钮显示计算机名称和本机的IP地址!...
获取计算机的名称和IP地址:单击按钮显示计算机名称和本机的IP地址!-Get the computer name and IP address: Click the button to display the computer name and IP address of the machine!
- 2022-12-11 17:00:03下载
- 积分:1
-
用java写的一个端口扫描器源码
使用了swing和thread
学习网络安全的人值得一读...
用java写的一个端口扫描器源码
使用了swing和thread
学习网络安全的人值得一读-Using java to write a port scanner source thread using the swing and learning network security worth reading
- 2023-06-02 16:35:03下载
- 积分:1
-
网络摄像机中视频帧传输的其他程序
也很有用
网络摄像机中视频帧传输的其他程序
也很有用-Network Camera in the video frame transmission is also useful in other procedures
- 2022-03-20 11:25:24下载
- 积分:1
-
VS2005 under TCP and serial data forwarding, support for multiple sets of data....
VS2005下实现TCP和串口数据转发,支持多组数据。只需要填写好配置文件即可。-VS2005 under TCP and serial data forwarding, support for multiple sets of data. Only need to fill in a good configuration file.
- 2022-04-20 15:52:35下载
- 积分:1
-
程序说明: 程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新...
程序说明: 程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-procedure : online procedures introduced by the most basic method of peer-to-peer communication. Simulation made instant messaging each other. This procedure is a simple peer-to-peer updates. Completion of the rougher, more functional friends welcome update perfect
- 2023-09-04 11:15:03下载
- 积分:1
-
多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服...
多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件.传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
- 2022-01-24 09:53:05下载
- 积分:1
-
This is the hard part I of a Java process on moreServerprogram. simple. understa...
这是我辛苦编的一个JAVA程序,是关于moreServerprogram.简单,易懂.希望能被采用.多谢管理员过目.-This is the hard part I of a Java process on moreServerprogram. simple. understandable. hope can be used. thank administrators read. Thank you
- 2022-08-17 13:58:22下载
- 积分:1