搜索资源列表
2004101109255820466
- 主要封装了CNdkIOCPServer,CNDKThreadServer,CNdkTcpClient 三个类及相关的连接池,线程池等,大家看看,有意 见的话给我提提 starcbh@21cn.com NdkIOCPServer类需win2k以上 必须winsock2.2以上版本 ============================================ // NdkIOCPServer.h: interface for the CNdkIOCPServer class.-CNdkI
arpping.rar
- Arp Ping on Windows, use winsock2.h,Arp Ping on Windows, use winsock2.h
10.4
- API网络聊天工具,六个UDP和TCP发送接受的cpp文件,一个基于MFC的局域网聊天小工具工程,和此小工具的所有运行时库、资源和执行程序。代码的压缩包位置-windows socket Windows SDK、MFC、Socket winsock2.h Ws2_32.lib Ws2_32.dll
winsockchat
- I ve done alot of hard work to bring you an easy way to use winsock in your applications. This code is well commented. Shows how to use SOCKETS, winsock2.h and alot of other stuff. Connect, Listen, Send Data, Get data etc. I created a class to make
WinSock_manul
- This code is well commented. Shows how to use SOCKETS, winsock2.h and alot of other stuff. Connect, Listen, Send Data, Get data etc.
p2pC
- p2p网络广播,winsock2.0实现。分inject与peer两个主程序,别外包括头文件proto.h和exception主要用于区分消息内容和出错信息-p2p network broadcasting, winsock2.0 realize. Sub-inject with the two main peer, do not include header files proto.h and the exception is mainly used to distinguish betwee
miniproxy
- A mini proxy using Winsock2.h , using two sockets, one for allowing the listening on a port, the other for connecting with the client and sending.
client
- 服务器端口监听,实现端口的实时监听-#include <winsock2.h> #include <stdio.h> #include <stdlib.h> int TCount = 0 //MAX Thread numbers int ThreadNu
FTPClient
- FPT client, using winsock2.h
Socket
- Windows 网络编程实例 Socket #include <winsock2.h> // 为了使用Winsock API函数 #include <stdio.h> #include <windows.h> // 告诉连接器与WS2_32库连接 #pragma comment(lib,"WS2_32.lib")-Windows Socket network programming examples #include <
SOCKET.CPP
- #include <winsock2.h> #pragma comment(lib, ws2_32.lib ) int main() { WSADATA WSAData SOCKET sock SOCKADDR_IN sin char buffer[255] WSAStartup(MAKEWORD(2,0), &WSAData) Tout est configuré pour se connecter sur IRC, haa
udp.c
- #include <Winsock2.h> #include <Ws2tcpip.h>-UDP socket receiver
linux
- C语言写的SOCKS5服务器,与WINDOWS同版 需要GCC编译,与我发布的WINDOWS版本同源,需要注意的是winsock2.h和inet.h的更替-C language SOCKS5 server, the use of GCC compiler, and I release the windows version of the difference between winsock2.h and inet.h