-
一个简单的vc下tcp服务器端程序服务器端的程序当有客户提出连接请求时,在端口与客户端进行连接,连接成功后,显示客户IP地址和端口号,并给客户端发送“Hello...
一个简单的vc下tcp服务器端程序服务器端的程序当有客户提出连接请求时,在端口与客户端进行连接,连接成功后,显示客户IP地址和端口号,并给客户端发送“Hello!I am a server.”字符串。如果发送正确则显示所发送的字节数-Vc under a simple tcp server-side server-side program when connection requests made by the customer, in the port and connect the client to connect successfully, the display client IP address and port number, and to the client to send
- 2022-09-21 08:25:03下载
- 积分:1
-
the purpose of this software is how to search, which is when the user input for...
本软件的目的是如何进行网络搜索,也就是当用户输入查询关键词的时候,能够自动的网络资源里面进行查找相关资料。-the purpose of this software is how to search, which is when the user input for keywords, can automatically inside the network resources to search for relevant information.
- 2022-08-12 16:18:04下载
- 积分:1
-
这是一个数据库转换的VC程序
这是一个数据库转换的VC程序-This is a database conversion VC Program
- 2023-08-04 17:10:03下载
- 积分:1
-
用socket 实现通讯的客户,服务程序
用socket 实现通讯的客户,服务程序-socket achieve communication with the customers, service procedures
- 2022-08-04 10:55:22下载
- 积分:1
-
调用API发送网络消息的程序
调用API发送网络消息的程序-API call to send the procedures news network
- 2022-03-21 06:02:58下载
- 积分:1
-
用c++编写的一个简单的网络聊天程序,能实现局域网的聊天
用c++编写的一个简单的网络聊天程序,能实现局域网的聊天-Using c++ written in a simple network chat program, to achieve LAN chat
- 2023-08-18 20:50:05下载
- 积分: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
-
idc网络数据中心!该系统针对机房管理而开发!可以方便的管理机房和相关人员的信息!...
idc网络数据中心!该系统针对机房管理而开发!可以方便的管理机房和相关人员的信息!-idc data center network! The system developed for the management of the engine room! Can facilitate the management of the engine room and related personnel information!
- 2022-03-06 22:33:24下载
- 积分:1
-
这是一个用java编写的网络抓包程序,主要是通过windows的接口函数来捕获数据包,并进行简单的分析...
这是一个用java编写的网络抓包程序,主要是通过windows的接口函数来捕获数据包,并进行简单的分析-This is a java with the preparation of procedures for capturing Packet networks, mainly through the windows of the interface functions to capture data packets, and a simple analysis
- 2023-07-03 23:05:03下载
- 积分:1
-
udp achieve LAN chatting small program
udp实现的局域网聊天小程序-udp achieve LAN chatting small program
- 2022-05-15 08:00:53下载
- 积分:1