搜索资源列表
ACE_NetworkProgramming
- ACE网络编程,英文版,主要讲解网络设计模式的,两卷 C++ Network Programming_1_Mastering Complexity With ACE_and_Patterns.chm C++ Network Programming_2_Systematic Reuse With ACE_And_Frameworks.chm-ACE network programming, in English, on the main mode of network design, Vo
Anthill-20020829
- Recent peer-to-peer (P2P) systems are characterized by decentralized control, large scale and extreme dynamism of their operating environment. As such, they can be seen as instances of complex adaptive systems (CAS) typically found in biological and
TcpMultiTransfer
- TCP端口映射工具,有几种工作模式,可以简单的映射端口,可以通过几种模式配合实现端口反弹(在防火墙只允许单向访问的时候将内网的服务映射到外网)可以实现在只允许访问一个端口的情况下访问任意端口等。可以对TCP数据加密,防止在网络上被人监听。可以多种模式串联起来实现复杂网络环境下的网络访问-TCP port mapping tool, there are several operating modes, can simply map the port, with the port rebound (
Random_Graph_net
- Random_Graph 复杂网络之随机图网络 运行无错误,推荐下载!-Random graph network Random_Graph complex network error-free operation, it is recommended to download!
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro
