-
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端...
TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:clientls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : client ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
- 2022-06-30 17:04:28下载
- 积分:1
-
delphi6实现的windows下ping源代码
delphi6实现的windows下ping源代码-Delphi6 realize the windows under the ping source code
- 2022-02-21 03:17:28下载
- 积分:1
-
一个通过tcp进行通信的例子
一个通过tcp进行通信的例子-Tcp communicate through examples
- 2022-06-21 16:37:08下载
- 积分:1
-
donet开发文档 donet开发文档 donet开发文档
donet开发文档 donet开发文档 donet开发文档-donet development documents donet de velopment documents donet Development Document donet development documents donet development documents donet Development Document
- 2023-02-10 17:10:04下载
- 积分:1
-
实现基于SOCKET的网络聊天室功能,适合初学者对网络编程的学习...
实现基于SOCKET的网络聊天室功能,适合初学者对网络编程的学习-SOCKET network-based chat room features, suitable for beginners to learn programming on the network
- 2022-05-30 11:46:12下载
- 积分:1
-
基于一个手机短信发送平台,服务器使用IOCP线程池,数据库使用线程池保存数据,可以同时处理上千用户的数据,服务器每秒可以处理1000左右条短信...
基于一个手机短信发送平台,服务器使用IOCP线程池,数据库使用线程池保存数据,可以同时处理上千用户的数据,服务器每秒可以处理1000左右条短信-Send message based on a mobile phone platform, the server using IOCP thread pool, thread pool to use the database to preserve data, can handle thousands of user data, the server can handle per second 1000 article about message
- 2022-11-28 11:15:03下载
- 积分:1
-
E语言的多页面浏览器,可以用来查看多个网页,E语言格式
E语言的多页面浏览器,可以用来查看多个网页,E语言格式-E multi-language pages browser can be used to view multiple sites, E language format
- 2022-07-20 12:06:05下载
- 积分:1
-
这是一个用VB编写的代理服务器程序源码,通过这个程序能使我们掌握相关的知识...
这是一个用VB编写的代理服务器程序源码,通过这个程序能使我们掌握相关的知识-This is a VB prepared by the proxy server source code procedures, this procedure will enable us to acquire the relevant knowledge
- 2022-10-25 12:05:03下载
- 积分:1
-
使用手机发送段信的源码,包括串口操作和AT指令集。使用vb.net编写。...
使用手机发送段信的源码,包括串口操作和AT指令集。使用vb.net编写。-use the phone to send a letter of the source code, including the serial port operation and AT command set. Use vb.net prepared.
- 2022-03-26 10:02:44下载
- 积分:1
-
连接服务器的一个SOCKET类 可以重复连接
连接服务器的一个SOCKET类 可以重复连接
- 2022-03-25 16:13:19下载
- 积分:1