资源列表
TCPServerClient
- 基于TCP的网络应用程序的编写,包括服务器端和客户端,VC++深入详解中的程序代码-A program about Web application based on TCP .It includes the Client and Server.
11
- 多线程的关于网络编程的很好的例子,可以编译通过,这是很好的的学习多线程编程网络编程的资料-Good example of multi-threaded network programming can be compiled by the good of learning multi-threaded programming network programming
winsock-error-code
- winsock 错误代码,本资料详细介绍了在winsock编程中报错代码的原因。-winsock error code, the data described in detail the reason for the error in winsock programming code.
printbuf
- json-c 方便于网络间数据的上传和下载,可以参考其中的头文件编写文件-json-c to facilitate network data upload and download, you can refer to the header files to the preparation of documents
json_object
- json-c 方便于网络间数据的上传和下载,可以参考其中的头文件编写文件-json-c to facilitate network data upload and download, you can refer to the header files to the preparation of documents
TCP[2012.3.17]
- 简单的应用了TCP进行通信,包括服务器和客户端。适合初学网络通信的人参考。-simple TCP TEXT
TCP-makeholeDemo
- TCP 打洞 ,穿越NAT,实现两个局域网间通信-TCP makehole
ipdotdec2netaddr
- 将ip由点分十进制转换成整数,统计ip总数、每个ip出现的次数。-covert dotdec ip to int and count ip .
chat-Socket
- 在多个 I/O 端点之间实现多对多的通信。基于 SOCKET 的局域网通信是一种灵活的、易于实现的、低成本的方法。它可以运行在各种使用 TCP/IP 协议作为通讯协议的网络上。而在 SOCKET API 的帮助下,开发基于 SOCKET 的局域网通信软件也是易于实现的-In a number of I/O between the endpoints to achieve many-to-many communication. Based on the SOCKET network communi
common_management
- 网上的一个文档 可以借鉴来做我们自己的权限管理系统-document from web. could be referred as our own Privilege management system
SendARP
- 一个简易的ARP报文发送程序,基于c语言,欢迎交流,多多分享-A simple program sending ARP packet
Power-Network
- 这个题目可以采用网络流的模型来解决。 在原图的基础上添加一个源点和汇点。对于每个Power Station,从源点引一条容量为pmax的弧;对于每个Consumer,引一条容量为cmax的弧到汇点;对于题目中给的三元组(u,v)z,从点u连一条容量为z的弧到点v。显然这样构图是满足题目要求的。然后求这个网络的最大流即可。 -The subject of network flow can be used to solve the model. On the basis of t
