-
(利用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
-
enctime msecond(=)
enctime = msecond() - enctime
printf("Frame %d: %6.2fms
", i, enctime)
ioctl(fd, CMD_MOTION_GET_PROFILE, &profile)
printf("convert: %d
", profile.convert/600000)
printf("gaussian: %d
", profile.gaussian/600000)
printf("pair: %d
", profile.pair/600000)
printf("area: %d
", profile.area/600000)
printf("post: %d
", profile.post/600000)
printf("copy: %d
", profile.copy/600000) -enctime = msecond ()- enctime printf (
- 2022-05-22 22:10:26下载
- 积分:1
-
微软的底层网络程序演示代码:iparp、ipchange、ipconfig、iprenew、iproute、ipstat。...
微软的底层网络程序演示代码:iparp、ipchange、ipconfig、iprenew、iproute、ipstat。-Microsoft"s demonstration of the underlying network programming code : iparp, ipchange, show you your, iprenew, iproute, ipstat.
- 2022-06-15 11:15:20下载
- 积分:1
-
电话拨号.tapi实现
使用VB编写。
其他的说明就没了。快让我下点吧!
哎。累哟。...
电话拨号.tapi实现
使用VB编写。
其他的说明就没了。快让我下点吧!
哎。累哟。-telephone dial-up. TAPI achieve prepared using VB. No other note of. Let me quickly point under! Hey. Tired yo.
- 2022-10-19 23:30:08下载
- 积分:1
-
端口扫描和监听
Port scan and listen
- 2023-03-07 22:10:03下载
- 积分:1
-
本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在
Windows 下网络编程的规范-Windows Sockets。这套规...
本书适应了 Windows、Internet 及计算机网络普及的潮流,介绍了一套在
Windows 下网络编程的规范-Windows Sockets。这套规范是 Windows 下得到广泛
应用的、开放的、支持多种协议的网络编程接口。从 1991 年的 1.0 版到 1995 年的
2.0.8 版,经过不断完善并在 Intel、Microsoft、Sun、SGI、Informix、Novell 等公司
的全力支持下,已成为Windows 网络编程的事实上的标准。为使读者能够充分理解
和应用这套规范, 本书不但对Windows Sockets 1.1及2.0 规范作了较为详尽的介绍还结合了作者的实际工作,给出了具有实际应用价值的程序实例。书中的内容包括:
Windows Sockets 规范 1.1 版及2.0.8 版介绍;Windows Sockets网络编程指导和具体
应用实例;Windows Sockets规范1.1 版及2.0.8 版库函数参考等。-err
- 2023-09-05 23:55:05下载
- 积分:1
-
MODEM拨号演示,可以通过此程序初步了解电话拨号的过程
MODEM拨号演示,可以通过此程序初步了解电话拨号的过程-modem dial-up demonstration, through this procedure a preliminary understanding of the telephone dial-up process
- 2022-10-31 13:10:03下载
- 积分:1
-
VOIP, voice transmission network. Server and client procedures, before changes i...
VOIP, 实现网络语音传输. server和client程序一样, 使用前先更改IP-VOIP, voice transmission network. Server and client procedures, before changes in the use of IP
- 2022-03-13 16:49:38下载
- 积分:1
-
1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。
2、采用树型控件加个图标,也显得好读。
1、这是我自己做的最详细的枚举全部协议的基本信息最完美版。
2、采用树型控件加个图标,也显得好读。-1, this is my own to do the most detailed enumeration of all the basic information about the agreement the most perfect version. 2, using tree controls to add the icon, it seems a good time.
- 2023-05-04 07:20:03下载
- 积分:1
-
基于vc++ 的网络五子棋游戏实现
(网络游戏类)
基于vc++ 的网络五子棋游戏实现
(网络游戏类)-Based on vc++ implementation of the network Gobang Games (online games category)
- 2023-04-04 17:30:03下载
- 积分:1