-
采用异步方式的HTTP服务器程序代码.是最好的学习HTTP服务器的示例,希望对需要的朋友有所帮助...
采用异步方式的HTTP服务器程序代码.是最好的学习HTTP服务器的示例,希望对需要的朋友有所帮助-using asynchronous HTTP server code. The study is the best examples of HTTP server, and I hope to have a friend in need of help
- 2023-01-21 21:20:03下载
- 积分:1
-
简单的聊天程序,已经编译实现,希望大家喜欢!
简单的聊天程序,已经编译实现,希望大家喜欢!-A simple chat program has been compiled to achieve, I hope everyone likes!
- 2022-05-14 08:35:44下载
- 积分:1
-
(利用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
-
简单的聊天通信程序,包含服务器端和客户端,可以发送文本信息进行沟通...
简单的聊天通信程序,包含服务器端和客户端,可以发送文本信息进行沟通-simple chat communications procedures, including server and client, can send text messages to communicate
- 2022-04-21 07:45:17下载
- 积分:1
-
物理数据迁移器 可以作为pc机之间的数据中转
物理数据迁移器 可以作为pc机之间的数据中转-physical data transfer device can be used as PCs interchange of data between
- 2022-02-06 06:37:09下载
- 积分:1
-
局域网探测工具 具有mac地址查询 主机名查询 共享查询等多功能的软件 提供源代码。采用多线程编程。不下后悔哦!...
局域网探测工具 具有mac地址查询 主机名查询 共享查询等多功能的软件 提供源代码。采用多线程编程。不下后悔哦!-LAN detection tools have a mac address lookup host name query to share queries, and multi-purpose software source code. Multi-threaded programming. Oh, no less than regret it!
- 2022-01-26 19:10:11下载
- 积分:1
-
一个功能强大的热点连接(HotLink)程序,能够跳转到发送邮件和访问Internet资源。...
一个功能强大的热点连接(HotLink)程序,能够跳转到发送邮件和访问Internet资源。-A powerful hot spot to connect (HotLink) procedures, to Jump to send mail and access Internet resources.
- 2022-04-24 06:27:53下载
- 积分:1
-
Visual C++实践与提高系列丛书
Visual C++实践与提高系列丛书-网络编程篇随书源码-Visual C Practice and improve Series-Part network programming source books
- 2022-01-26 04:42:55下载
- 积分:1
-
MFC点对点聊天实例
该程序使用socket进行通信,使用了TCP和UDP,同时通过OpenCV打开摄像头,并通过上面所说的UDP进行了视频图像的传输。由于本机上只有一个摄像头,而摄像头是独占设备,尚未在多台机器上测试。代码显得简单粗糙,但是其中的某些源代码和大体思想我相信还是可以给大家一些帮助的。
- 2022-04-24 14:26:24下载
- 积分:1
-
vfp通过fastcgi实现的WEB服务
非原创,来源不详通过fastcgi协议与服务器通信,实现基于VFP的WEB服务端脚本编程。适合小型应用使用。支持FASTCGI协议的服务器都可以使用。如ngix。
- 2022-03-05 23:18:42下载
- 积分:1