VS2017实现TCP socket多线程同步(C++)

时间:2022-06-12 13:46:10
【文件属性】:
文件名称:VS2017实现TCP socket多线程同步(C++)
文件大小:58.84MB
文件格式:ZIP
更新时间:2022-06-12 13:46:10
计算机网络 socket 多线程 TCP 包括TCP服务器客户端多线程通信同步程序(用select语句和WSAEVENT事件对象机制),基于Visual Studio2017实现发,已编译测试过,用到的朋友记得关闭SDL检查
【文件预览】:
multithreadSync
----multithreadClient()
--------TCPClient.cpp(2KB)
--------multithreadClient.vcxproj.filters(1KB)
--------stdafx.h(90B)
--------Debug()
--------multithreadClient.vcxproj(6KB)
--------multithreadClient.vcxproj.user(383B)
--------x64()
----multithreadSync.sln(2KB)
----.vs()
--------multithreadSync()
----Debug()
--------multithreadClient.exe(39KB)
--------multithreadServer.ilk(506KB)
--------multithreadServer.pdb(636KB)
--------multithreadClient.pdb(620KB)
--------multithreadServer.exe(42KB)
--------multithreadClient.ilk(451KB)
----multithreadServer()
--------multithreadServer.vcxproj(6KB)
--------multithreadServer.vcxproj.filters(1KB)
--------stdafx.h(90B)
--------multithreadServer.vcxproj.user(165B)
--------Debug()
--------TCPServer.cpp(4KB)
--------x64()
----x64()
--------Debug()

网友评论