资源列表
pythonsocket
- 以python實現socket訊息傳輸。-In order to achieve the socket python message transmission.
Visual-cPP_Network_2
- a Network program in Visual C++ that is a simple to introducing network TCP in Visual Studio C++. This code is a open source.
tcp
- tcp协议的客户端和服务器端 的简单有效的实现-tcp client and server
pipe
- 压缩包中包含两个文件pipe3.c和pipe4.c,其中在pipe3.c打开一个无名管道,然后使用fork创建一个子进程,在父进程中进行管道写操作;pipe4.c是管道读操作的文件。-Compressed package contains two files pipe3.c and pipe4.c, which opened in pipe3.c an unnamed pipes, and then use the fork to create a child process, the pare
UdpClient
- UDP客户端,可以与一个UDP服务器端实时通信
chat
- 网络编程,网络编程chat建立客户端和服务器之间的连接-Network programming, network programming chat client and server to establish a link between
encode
- QT 下加密函数。输入字节,加密然后输出。-encode function on QT
tcpip
- TCP/IP class for Java.
twin
- twin protocol代码双协议,共享协议源代码!-twin protocol代码
RawSocket
- 原始套接字的简单实例。 raw socket,即原始套接字,可以接收本机网卡上的数据帧或者数据包,对与监听网络的流量和分析是很有作用的-Simple examples of the original socket. raw socket, that is, the original socket, you can receive the card on the machine frame data or data packets to and monitor network tra
djstra-backup
- 最短路径算法的C语言实现,迪杰斯特拉算法的C语言实现- Shortest path algorithm C language, Dijkstra algorithm C language
lianlu
- 计算机网络的链路状态算法,这里是他的核心程序迪捷斯特拉算法的源代码,欢迎下载,自己编写的