搜索资源列表
AresGalaxyV1.9.0
- Ares Galaxy是一套非常不错的免费P2P档案分享软件。它拥有搜寻与下载档案速度飞快、自设代理服务器、自订聊天社群、内建多媒体播放器、内建浏览器以及自订媒体柜等等功能。它支持的档案格式非常众多,几乎所有的音乐、影片、图片、文件、软件等都下载得到。 Ares is a free open source file sharing program that enables users to share any digital file including images, audio,
namenip003
- 本程序是一个module, 使用这个程序需要先把它编译出来(这里是把main.c编译成main.o)。编译命令如下: gcc -O -c -Wall main.c 使用的时候须用insmod main.o命令加载,不用时用rmmod main.o命令卸载就可以了。此程序还需要Linux2.4 kernel和netfilter的支持,Linux2.4.*内核的标准安装里有netfilter/iptables-this program is a module, the use o
MultiCast_Ser
- 在WINDOWS下利用VC++写的支持TCP I/O多路复用,UDP 组播和串口读写的通信程序服务端!-in Windows using the VC was made with the support of TCP I / O multiplexers. UDP Multicast and serial communication program of literacy services end!
kzabye
- A simple C program called kazabye.c, which will attach to any port passed as a command line argument, (it defaults to 1214) and will tell a KaZaA client that the server is down and will be down for a week of R and R. This causes the remote KaZaA clie
TERM 终端仿真器 1.0
- 一 程序的整体结构1 拨号功能,自动响应功能。(能使用ATDT命令拨号,使用Ctrl-D退出联机状态)。2 执行调制解调器命令。3 仿真终端功能:在线方式可进行联机通信,TTY终端仿真,加载驱动程序后可进行VT100终端仿真。4 文件服务功能: 文本文件的传输,二进制文件的传输,文本文件和二进制文件的写盘功能。文本文件的阅览和简单编辑功能。5 终端服务功能: UNIX主机上运行的具有菜单驱动的终端服务程序,客户机可通过终端仿真器访问远程机(Remote machine)资源。6 访问本地机资源:
WSAeventselectWINSOCKIO
- WSAeventselect WINSOCK I/O模型程序设计.包括源码及原理等-WSAeventselect WINSOCK I/O model of program design. Including the source and principle, etc.
Udp_multicast_client_server
- 本例说明了如何将IOCP机制应用于UDP协议。本例中包含两个工程(UDP_Multicast_IOCP_CLIENT和UDP_Multicast_IOCP_SERVER),分别是客户程序和服务器程序。主要功能是基于I/O完成端口的IP多播。-This example shows how the mechanism will be applied to UDP protocol IOCP. In this case consists of two projects (UDP_Multicast_I
ServerApp
- 编译 g++ -Wl,-Bdynamic -lgcc_s -o Socket socket.cpp epoll 开发的的类QQ服务端程序,给大家参考-Compile g++-Wl,-Bdynamic-lgcc_s-o Socket socket.cpp epoll the development of the class QQ server program, for your reference
LAN
- lan program compling options gcc -o server server.c -l socket
Network
- 网络I/O编程 实现了客户端/服务器端之间的通信 并接能够进行文件的传输-Program of network input/output and steadily interpret the communication of server and client and can transmit file via it
FileTransfer
- 文件传输程序。使用windows 重叠I/O模型。编写windows 多线程程序。 -File transfer program. Use windows overlap I/O model. Write multi-threaded program windows.
C_code_to_access_paralel_port
- Simple parallel port output control program for Linux The program output the data value to PC parallel port data pins (default lpt1 I/O address 0x378). The data values are given as the command line parameter to the program. The number can be
chat
- 这是一个关于聊天室的程序,用了关于tcp/ip的知识,很好o-It s a program about chat. Very interesting!
5fenzhongtuzimiansha
- 此次免杀的目标是:卡巴的最新反病毒数据库 + 启用实时监控 的前提下,我们点一下我们鸽子服务端,一直到测试主机上线成功,这期间卡巴不会作出发现病毒或后门程序的报警! 先我们看下我的卡巴的数据库!哎呀,不好意思,这是昨天晚上23点的数据库,我刚才起来忘记更新了,那我们就用这个数据库来演示了,抱歉! -The goal is to avoid killing: Kabbah' s latest anti-virus database+ enable real-time monit
Hilos
- Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wa-Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wall
c_socket_client_server
- linux环境下基于流式socket的客户端与服务器程序,程序涉及发送结构体,LINUX环境下连接mysql数据库。多路复用的I/O.注释详细-linux environment based on stream socket client and server program, the program involves sending structure, LINUX environment connecting mysql database. Multiplexed I/O. For more
bscs
- c/s服务器客户/服务器模式 (1)编译client.c 和server.c gcc client.c –o client gcc server.c –o server (2)打开一个终端,运行server 程序 ./server (3)打开另外一个终端,运行client 程序 client 程序的运行需要提供hostname 参数,所以我们要用hostname 命令查看机器的名 字,然后再运行client 程序; (4)运行结果 -c/s server,
ECHO
- I/O completion 非常重要,作为产生高效率的服务器很受欢迎,而且也具有“scalable”的性质,ECHO范例程序就是如此,实现一个使用I/O completion ports 的 winsock 的应用程序。籍用了 Overlapped I/O 实现的一种异步I/O的技术-I/O completion is very important, as the server producing high efficiency is very popular, but also has &q
main1
- 了解I/O系统调用的特点并通过性能测试对此有直观的认识 1、先根据题目生成所需的4kb,256kb,64mb的txt文件 2、根据main函数的int main (int argc, char *argv[])参数特性,可以设计成 : if (4 != argc) { printf ("输入格式错误!\n") exit(0) } 来确定输入参数是4个 /*----------------------------------------
sniffer
- Linux下的sniffer程序,可以监听所有80端口的数据包,可以通过修改源码的过滤规则来指定监听一个IP,使用gcc sniffer -o sniffer -l pcap来编译文件,若没有libpcap,在网上下载,readhat自带有libpcap-Linux under the sniffer program, you can monitor all packets on port 80, you can modify the source code to specify filteri