资源列表
com_thinking
- windows 管道机制的编程,比较简单,有兴趣可以-windows
Add-and-subtract
- 客户端与服务器建立连接之后,客户端向服务器发送一个简单的四则算式,服务器收到这个算式后,对其进行计算,并将计算结果回送给客户端,客户端将计算结果显示出来。 -Client and server establish a connection, the client sends the server a simple four formula, after the server receives this formula, it is calculated and the results bac
Socket-based
- 程序分为服务器端和客户端两部分,服务器端创建一个用于侦听的流式套接字slisten,客户端创建一个用于建立连接的流式套接字sConnect,用sConnect向该服务器发出连接请求。-Program is divided into server and client in two parts, the server creates a socket for listening to streaming slisten, the client creates a connection for st
DistanceVectorAlgorithmSimulation
- 1、 对地址为X的相邻的路由器发来的RIP报文,先修改此报文中的所有项目;把“下一跳”字段中地址都改为X,并把所有距离都加1。 2、 对修改后的报文的每一个项目,进行以下步骤:若原路由器没有该目的网络,就直接加在路由表中;不然,再看下一跳路由器地址,若是X,则用收到的项目替换原来的;若下一跳地址不同,,收到的项目的距离小于原来的距离,则替换,否则什么都不用做。 3、 若3分钟没有收到相邻路由器的更新路由表,则把此相邻路由器记为不可达的路由器,即把距离设为16 4、 返回 -In
beejnet
- network programming
Network-programming-guide-book
- 这次PDF格式的资料,是关于网络编程的,都是用c++编写的,上面有很多程序的源代码和编程的步骤,很强大,可供大家学习。-The format of the PDF data, programming on the network, in which there are a lot of program source code and programming steps, very powerful, for everyone to learn
ppt
- 该ppt是网络编程技术的教学课件,上面讲述了很多关于网络编程技术的知识。-The ppt of network programming techniques for teaching the above described lot of knowledge about network programming, if you want to learn network programming, the PPT is very useful
fuwuqi
- 利用VC++编写的基于UDP的数据报套接字,它是可以回射的服务器端。-Written by VC++ based on UDP datagram sockets, it can back fire the server side.
kehuduan
- 利用VC++编写的基于UDP的数据报套接字,它是可以回射数据的数据报客服端。-Written by VC++ based on UDP datagram sockets, it can shoot back end customer service data packets.
select_fuwuqi
- 利用windows中的select函数编写的可以在同一个端口上和多个不同种类的客户端的进程交互的服务器端。-Use of windows in the select function can be written in the same port and different types of client server interaction process.
luyougenzongchengxu
- 简述路由跟踪程序,查看路由协议的数据传输!-The route tracking program,and Show ip data transmission protocol
chapter15
- 几个linux网络通信的小程序,都能运行-download this program from internet about socket
