嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 8 元微信扫码支付:8 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于输入输出端口完成模型的SOCKET通讯例子
IOCP-Socurecode
└── 完成端口实例代码
├── IOCPExample_By_PiggyXP
│ ├── PiggyIOCPServer_2008
│ │ ├── Backup
│ │ │ ├── PiggyIOCPServer
│ │ │ └── PiggyIOCPServer.sln
│ │ ├── Debug
│ │ │ └── PiggyIOCPServer.exe
│ │ ├── PiggyIOCPServer
│ │ │ ├── IOCPModel.cpp
│ │ │ ├── IOCPModel.h
│ │ │ ├── MainDlg.cpp
│ │ │ ├── MainDlg.h
│ │ │ ├── PiggyIOCPServer.aps
│ │ │ ├── PiggyIOCPServer.cpp
│ │ │ ├── PiggyIOCPServer.h
│ │ │ ├── PiggyIOCPServer.rc
│ │ │ ├── PiggyIOCPServer.vcproj
│ │ │ ├── PiggyIOCPServer.vcproj.HAOTHINK.Hao Wang.user
│ │ │ ├── PiggyIOCPServer.vcproj.HAOWANGBOOK.Thinkpad.user
│ │ │ ├── PiggyIOCPServer.vcproj.MYPC.Piggy.user
│ │ │ ├── PiggyIOCPServer.vcxproj
│ │ │ ├── PiggyIOCPServer.vcxproj.filters
│ │ │ ├── ReadMe.txt
│ │ │ ├── XPStyle.manifest
│ │ │ ├── res
│ │ │ │ ├── PiggyIOCPServer.ico
│ │ │ │ ├── PiggyIOCPServer.rc2
│ │ │ │ └── vssver2.scc
│ │ │ ├── resource.h
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ └── targetver.h
│ │ ├── PiggyIOCPServer.VC.db
│ │ ├── PiggyIOCPServer.sln
│ │ ├── PiggyIOCPServer.suo
│ │ ├── UpgradeLog.htm
│ │ └── ipch
│ │ └── PIGGYIOCPSERVER-cb1feb66
│ │ └── PIGGYIOCPSERVER-d3efe9ee.ipch
│ └── PiggyStressTestClient.exe
└── PiggyStressTestClient
├── Debug
│ └── PiggyStressTestClient.exe
├── PiggyStressTestClient
│ ├── Client.cpp
│ ├── Client.h
│ ├── MainDlg.cpp
│ ├── MainDlg.h
│ ├── PiggyStressTestClient.aps
│ ├── PiggyStressTestClient.cpp
│ ├── PiggyStressTestClient.h
│ ├── PiggyStressTestClient.rc
│ ├── PiggyStressTestClient.vcproj
│ ├── PiggyStressTestClient.vcproj.HAOTHINK.Hao Wang.user
│ ├── PiggyStressTestClient.vcproj.MYPC.Piggy.user
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── XPStyle.manifest
│ ├── res
│ │ ├── PiggyStressTestClient.ico
│ │ ├── PiggyStressTestClient.rc2
│ │ └── vssver2.scc
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── PiggyStressTestClient.sln
└── PiggyStressTestClient.suo
14 directories, 54 files