搜索资源列表
利用IP助手函数管理路由表(cpp)
- 利用IP助手函数管理路由表- Using IP assistant function management route table
RTSock
- 一个Socket通讯类CRTSock,同过继承他派生新的Socket通讯类,从而可以作为服务端和客户端通讯类,具体例子可以参考Onsock.h和Onsock.cpp。-a Socket Communications CRTSock, with a succession of new derivative He Socket Communications, which can be used as the server and client communications, specific exa
html_help_view
- MFC开发文件,内包含帮助View与Doc的头与cpp文件。可以用来制作帮助系统-MFC Development document, which includes help with Doc View head and cpp file. Production can be used to help system
A_simple_IOCP_ServerClient_Class
- 要求读者已经熟悉cpp,winsock,mfc和多线程. 简单而能大的server/client程序演示iocp的使用-asked readers already familiar with cpp, winsock, mfc and multithreading. Simple and can be large server / client procedures for the use of demonstration It
UDP-winsock
- UDP程序 c.cpp为客户端 s.cpp为服务端 实现了客户端和服务端的互连,通讯-UDP c.cpp procedures for the client to the server s.cpp achieve the client and service side of the interconnection , communications
VoiceChatRoom
- 语音聊天实例 主框架程序Example2_ChatRoom.cpp/Example2_ChatRoom.h 负责处理各种消息,尤其是音频响应消息 服务器Socket程序ServerSocket.cpp/ServerSocket.h 在服务器内,负责监听网络连接 客户端Socket程序ClientSocket.cpp/ClientSocket.h 负责收发聊天数据,包括文字聊天数据和语音聊天数据
Source2
- 09:37:09 F[ POSMIS.CPP] L[ 33] 09:37:09 F[ POSMIS.CPP] L[ 34] --- --- --- --- ---- 09:37:09 F[ POSMIS.CPP] L[ 35] >>>>>>>>>>>>>>>>>>>> 新交易日志 <<<<<<<<<<&
networking_cpp
- CPP 网络编程的教程(英文)Winsock networking tutorial C++ version This is the new tutorial about networking and winsock. It will be released chapter by chapter, as I write them. It is available in both win32asm and C++. You are currently viewing the C++ vers
VIPSHELL2007
- VipShellServer 是服务端程序。 VipShellServer.cpp 连接的地址在 void CVipShellServer::Test() { //.. WORD wVersionRequested = MAKEWORD(1, 1) WSADATA wsaData WSAStartup(wVersionRequested, &wsaData) // CreateThread(0,0,Thread,0,0,0) Start(
asg3
- 在windows环境下实现ping功能,这是在DEV-CPP下调试成功的
wol
- // 局域网远程唤醒(Wakeup On LAN) -- 发送一个Magic Packet到某个MAC地址 // Magic Packet:UDP广播包,端口不限,数据是FF-FF-FF-FF-FF-FF加16个MAC // 编译:cl sendmagic.cpp ws2_32.lib
mounter_demo
- Mounting Network Drives源代码 VC++编写 引自: http://www.codeguru.com/cpp/w-p/system/hardwareinformation/article.php/c2883/
ip
- GETIP。CPP可以通过此获取对方ip地址,获取本机IP以获得本机的IP信息。
mail
- 实现邮件发送功能的c++代码(c++经典案例)内含完整的 cpp文件,经典的c++类设计,机制原理的详细说明,基本用到了c++所有的优点特性,是学习c++的完美案例!
SYNscan
- 编译synscan.cpp请注意,如果是ADSL用户,可能要把代码里的hp->h_addr_list[0]改为hp->h_addr_list[1]才能够扫描,具体是[0]还是[1]或其它,可以先编译getallIP.cpp来获取外网IP的网卡的代号。例如编译getallIP.cpp后得到以下输出 Address [0]: 192.168.1.2 Address [1]: 218.10.14.151(公网IP) 那么想扫描外网的话就要把synscan.cpp里的hp->
FEC.CPP
- 主要是前向纠错的一个文件。
GetMacAddress
- source code to get mac adresse but not from register This file contains a summary of what you will find in each of the files that make up your GetMacAddr application. GetMacAddr.dsp This file (the project file) contains information at the project lev
网络编程
- 制作一个网络爬虫,网络爬虫可以在CPP中爬行链接到你想要的深度。