-
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
-
excel写
说明: 用于labview excel写入程序(源代码)(Write program for LabVIEW excel (source code))
- 2020-06-23 09:00:01下载
- 积分:1
-
一个p2p的原代码,socket的建立连接在p2p方面的实现.p2p不再神秘
一个p2p的原代码,socket的建立连接在p2p方面的实现.p2p不再神秘-one of the original code, the socket connects to the peer-to-peer connection is achieved. p2p no longer mysterious
- 2023-06-06 12:35:03下载
- 积分:1
-
汇编写的下载工具.rar
汇编写的下载工具.rar-write download compilation tools. Rar
- 2022-03-15 16:37:43下载
- 积分:1
-
用Java实现日志功能,操作方便,记录客户端与服务器间的任何操作...
用Java实现日志功能,操作方便,记录客户端与服务器间的任何操作-using Java log function, easy to operate and record client and server operation of any
- 2022-03-19 15:33:42下载
- 积分:1
-
一个socket实例代码.包括客户端和服务端,适合初学者.
一个socket实例代码.包括客户端和服务端,适合初学者.-A socket example code. Including client and server, suitable for beginners.
- 2022-03-23 08:24:13下载
- 积分:1
-
模拟数据链路层的实现
采用 go back n 的方案,进行差错控制
vc6.0...
模拟数据链路层的实现
采用 go back n 的方案,进行差错控制
vc6.0-implement the data link protocol
of "go back n"
- 2022-03-02 19:51:00下载
- 积分:1
-
核心机的图书馆
kernel machine library
- 2023-01-07 12:30:03下载
- 积分:1
-
包络检波
说明: 使用labview实现波形包络检波,可以当子VI使用(Using LabVIEW to realize waveform envelope detection can be used as sub-VI)
- 2020-06-20 23:40:01下载
- 积分:1
-
VC++6中用DOM遍历网页中的元素源代码,可以枚举出当前浏览的网页的所有元素。...
VC++6中用DOM遍历网页中的元素源代码,可以枚举出当前浏览的网页的所有元素。
-VC 6 DOM traversal using the website source code elements, Enumerating up with the current can browse the website of all the elements.
- 2022-06-01 20:40:21下载
- 积分:1