-
chap3
用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
- 2020-07-04 14:20:01下载
- 积分:1
-
PktFilter-0.06-beta2(5)
PktFilter is a software that can configure the IPv4 filtering device driver found in Windows 2000/XP/Server 2003, with filtering rules following a syntax similar to IP Filter.
- 2012-03-29 20:21:57下载
- 积分:1
-
PC端的蓝牙数据波形显示软件,搭配单片机使用
使用的蓝牙数据波形显示
- 2018-04-02下载
- 积分:1
-
udt.sdk.4.9.tar
UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 (UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms)
- 2012-01-16 10:53:35下载
- 积分:1
-
C#下载远程网络文件实例
下载远程网络文件实例
- 2013-01-24下载
- 积分:1
-
Computer-Networks-and-Internets
这是一个用c++编写的,socket API 的服务器端和客户端的相互响应的简单程序.用cmd打开程序exe,输入“webserver + 端口号”,webclient方面,输入“webclient + 127.0.0.1 + 端口号5600”,则可以在客户端上显示接收到的信息。(This is a c++ written in response to a simple procedure of mutual socket API server and client' s Open Program exe, enter " webserver+ port number" , webclient, the input " webclient+ 127.0.0.1+ port number 5600 with cmd " you can display the information received on the client.)
- 2013-12-27 21:41:43下载
- 积分:1
-
winsocket-transpot
MFC类下的winsock多线程实现文件传输,在vc++6.0下通过调试。(MFC category under the winsock multithreading document transmission, the 6.0 vc through debugging.)
- 2007-03-21 16:45:22下载
- 积分:1
-
即时通信
客户端服务器通信
- 2014-12-27下载
- 积分:1
-
OrderDishes
有关Socket网络编程的一些基础知识,对初学者有很好的帮助!(Socket network programming basics, good for beginners!)
- 2012-11-29 15:36:50下载
- 积分:1
-
UDP套接字编程
说明: 可通过U D P套接字及接口函数发送/接收数据
1. 在Linux系统下,采用C语言编写一个U D P服务器程序,客户向服务器发送字符串后,服务器能把该字符串返回给客户程序。
2. 在Linux系统下,采用C语言编写一个U D P客户程序,可向服务器发送字符串,并把服务器返回的字符串显示出来。(Data can be sent / received through U D P sockets and interface functions.
1. In Linux system, a U D P server program is written in C language. After the client sends the string to the server, the server can return the string to the client program.
two. Under the Linux system, a U D P client program is written in C language,which can send a string to the server and display the string returned by the server.)
- 2020-06-24 19:40:01下载
- 积分:1