evc_tcp服务器端和客户端

时间:2015-05-28 04:37:08
【文件属性】:
文件名称:evc_tcp服务器端和客户端
文件大小:10.75MB
文件格式:ZIP
更新时间:2015-05-28 04:37:08
evc tcp 本人用evc4.0写的tcp网络程序,包括服务器和客户端,其中服务器端是用多线程做的,自己拿了15台机器测试过服务器没有出现问题,也可以将代码转为vc代码。 备注:这是我工作的测试程序,服务器里面用到了一个结构体,大家在下载用的时候稍作修改就好了。
【文件预览】:
evc_tcp
----EvcTcpTestClient()
--------ReadMe.txt(3KB)
--------StdAfx.h(1KB)
--------NetworkCommunication.cpp(5KB)
--------res()
--------EvcTcpTestClient.rc(6KB)
--------NetworkCommunication.h(2KB)
--------newres.h(768B)
--------EvcTcpTestClient.vcw(562B)
--------EvcTcpTestClient.aps(61KB)
--------EvcTcpTestClient.vcl(3KB)
--------EvcTcpTestClientDlg.h(2KB)
--------ARMV4IDbg()
--------resource.h(835B)
--------EvcTcpTestClient.vcc(2KB)
--------EvcTcpTestClient.vcb(105KB)
--------EvcTcpTestClientDlg.cpp(5KB)
--------EvcTcpTestClient.h(1KB)
--------EvcTcpTestClient.vcp(7KB)
--------StdAfx.cpp(214B)
--------EvcTcpTestClient.cpp(2KB)
--------EvcTcpTestClient.vco(54KB)
----EvcTcpTestServer()
--------ReadMe.txt(3KB)
--------StdAfx.h(1KB)
--------res()
--------EvcTcpTestServerDlg.h(3KB)
--------EvcTcpTestServer.cpp(2KB)
--------newres.h(768B)
--------CommutDataStruct.h(875B)
--------ARMV4IDbg()
--------EvcTcpTestServer.vcp(7KB)
--------resource.h(835B)
--------EvcTcpTestServer.aps(61KB)
--------EvcTcpTestServer.vcw(562B)
--------EvcTcpTestServer.rc(6KB)
--------EvcTcpTestServer.vcl(3KB)
--------StdAfx.cpp(214B)
--------EvcTcpTestServerDlg.cpp(11KB)
--------EvcTcpTestServer.vcc(1KB)
--------EvcTcpTestServer.h(1KB)
--------EvcTcpTestServer.vco(53KB)
--------ARMV4IRel()
--------EvcTcpTestServer.vcb(65KB)

网友评论

  • 源码不错,拿来学习一下