基本信息
源码名称:IOCP端口完成模型例子
源码大小:39.70M
文件格式:.zip
开发语言:C/C++
更新时间:2020-05-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 8 元 
   源码介绍
基于输入输出端口完成模型的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