-
用socket 编程接口编写两个程序,分别为客户程序(client.c)和服务器程序(server.c),该程序应能实现下述命令功能:
get:取远方的一个...
用socket 编程接口编写两个程序,分别为客户程序(client.c)和服务器程序(server.c),该程序应能实现下述命令功能:
get:取远方的一个文件
put:传给远方一个文件
pwd:显示远主当前目录
dir:列出远方当前目录
cd :改变远方当前目录
? :显示你提供的命令
quit :退出返回
-Socket programming interface used to prepare the two procedures, namely client (client.c) and server (server.c), the program should be able to function to achieve the following command: get: get a file from afar put: to the distance a file pwd: display current directory far the main dir: lists the current remote directory cd: to change the current directory from afar? : Shows you the command quit: exit to return to
- 2023-02-27 03:40:03下载
- 积分:1
-
国外的一个IRCBOT
国外的一个IRCBOT-YaBot原代码
- 2022-12-20 08:25:03下载
- 积分:1
-
tcp socket for communication
tcp socket for communication
- 2022-04-10 21:53:13下载
- 积分: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
-
asp语言资料大全 里面详细的介绍了asp的技术。 是本人力作。
asp语言资料大全 里面详细的介绍了asp的技术。 是本人力作。-asp language Encyclopaedia inside information detailed account of the asp technology. Yes I masterpieces.
- 2022-03-19 19:10:55下载
- 积分:1
-
rtp windows platform in the realization, it can be examined.
rtp在windows平台下的实现方式,可以参考一下。-rtp windows platform in the realization, it can be examined.
- 2023-05-17 05:05:03下载
- 积分:1
-
使用VC中的异步套接字编写的服务器和客户端小程序
使用VC中的异步套接字编写的服务器和客户端小程序-The use of VC in the preparation of the asynchronous socket server and client applets
- 2022-05-25 22:45:47下载
- 积分:1
-
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部...
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部运行的机制,程序可以转到不同的状态,在不同的状态下程序实现了不同的功能 -Using java realized Tftp (Sftp) client and server program. In this procedure used a state of the mechanism: client and server-side run-time in the beginning has the same state, through user input or program running internal mechanisms, procedures can be transferred to a different state, in a different state under the procedures realize the different functions
- 2022-05-31 20:30:52下载
- 积分:1
-
我自己的函数库,使编程更加容易。大家能够喜欢
我自己的函数库,使编程更加容易。大家能够喜欢-My own library to make programming easier. Everyone can love
- 2023-02-14 21:20:03下载
- 积分:1
-
similar to the one on the BT network, and other development tools for downloadin...
一个类似于BT的对等网络下载工具开发源代码,采用动态链接库实现,对学习VC编程和热衷于BT下载的人都应该了解一下的-similar to the one on the BT network, and other development tools for downloading source code, using Dynamic Link Library, VC program for the study and eager to download the BT people should know the
- 2022-03-26 16:11:59下载
- 积分:1