-
它是一个套接字服务器。它接受来自客户端的连接和打印的连接…
It is a socket server. It accepts a connection from client and prints on the console a message that client writes
- 2022-08-26 11:57:19下载
- 积分:1
-
局域网内文件接收和发送,可以同时向发送多个文件或者文件夹,程序中多处采用多线程技术...
局域网内文件接收和发送,可以同时向发送多个文件或者文件夹,程序中多处采用多线程技术-LAN to send and receive documents can be sent simultaneously to multiple files or folders, multiple procedures multi-threading technology
- 2023-06-17 21:30:05下载
- 积分:1
-
Internet chat room server, based on Socket programming, the use of VC MFC progra...
网络聊天室服务器端,基于SOCKET编程,使用VC MFC环境编程-Internet chat room server, based on Socket programming, the use of VC MFC programming environment
- 2023-06-09 18:15:03下载
- 积分:1
-
本文介绍了WhoIS协议的实现,描述了如何通过编程查询WhoIS信息...
本文介绍了WhoIS协议的实现,描述了如何通过编程查询WhoIS信息-WhoIS the realization of the agreement, described how inquiries WhoIS Programming Information
- 2022-06-17 17:07:23下载
- 积分:1
-
prepared using the API function procedures, the document can be achieved free!
利用API函数编写的程序,可以实现文件的自由传送!-prepared using the API function procedures, the document can be achieved free!
- 2023-06-02 23:25:03下载
- 积分:1
-
聊天采用TCP IP服务器
Chat server using tcp ip
- 2023-07-09 15:30:09下载
- 积分:1
-
LAN chat software Chuan good document, similar to Dove transmission software, re...
局域网聊天传文件的好软件,类似于飞鸽传输的软件,推荐-LAN chat software Chuan good document, similar to Dove transmission software, recommended
- 2023-08-24 20:45:03下载
- 积分:1
-
你想自己的程序能在托盘中运行吗,这是个最简单的程序,快下吧...
你想自己的程序能在托盘中运行吗,这是个最简单的程序,快下吧-you want to own procedures in the tray? Operation, which is the most simple procedures, are you fast
- 2023-02-03 21:45:03下载
- 积分:1
-
Generation Ethernet MAC address registration number only provide online registra...
根据网卡MAC地址生成唯一注册号码,提供产品网上注册功能-Generation Ethernet MAC address registration number only provide online registration of products
- 2022-02-04 07:56:48下载
- 积分: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