资源列表
new--1
- 使用MPI_Send和MPI_Recv 实现MPI_Allgather, MPI_Alltoall ,MPI_Gather, MPI_Scatter 等群集函数 -Use MPI_Send and MPI_Recv achieve MPI_Allgather, MPI_Alltoall, MPI_Gather, MPI_Scatter and other cluster function
Desktop
- 使用MPI_Send和MPI_Recv实现MPI_Bcast函数-Use MPI_Send and MPI_Recv achieve MPI_Bcast function
Mdsr
- modifed dsr in multipath
AODVadsrmultipath
- dsr and aodv tcl code source
bholeaodv
- aodv dsr blackhole implementation
bholeoneattack
- blackhole and aodv with one attacker
nweb
- 一个在Linux下实现的多进程简易http服务端程序,linux入门学习程序-An implemention of a basic multiprocess http server under Linux
web
- 实验4 Web服务器(多线程,可以多个浏览器访问多个不同文件) 要求:(1)TCP (2)C/S (3)http 摘要:设计一个简单的web服务器,它仅能处理一个请求。 具体: Web服务器: 当一个客户(浏览器,输入URL:http://127.0.0.1/index.html)连接时创建一个连接套接字; 从连接套接字接收http请求报文。 解释该请求以确定所请求的文件(解析文件名); 从服务器的文件系统获得请求的文件。 创建一个由请求的文件组成
neicunjiazai
- exe木马内存加载源码。可以把小马进行内存加载。在内存中运行!-Exe Trojan memory load source code. You can load the pony in memory.. Run in memory!
URP
- Django实现的大学教务网系统,用html和python写的。-a course system by django
linux-socket
- 最新解密 王保明老师linux网络服务器开发视频代码,很经典哦-linux socket code, very classic
chatroom
- Qt下实现了TCP聊天室功能,分为用户端和服务器,用到了QT的多线程和Socket编程技术。-this code implements a chatroom using Qt,in this code,i use TCP socket programming and Multithread programming technologies.