登录
首页 » Visual C++ » QLocalSocketDemo

QLocalSocketDemo

于 2020-12-29 发布 文件大小:7637KB
0 303
下载积分: 1 下载次数: 142

代码说明:

  实现了两个客户机程序与服务器程序间的进程通信(本机)。客户机与服务器间的通信是双向的,采用QLocalServer与QLocalSocket实现。(The realization of the two procedures and the client server inter-process communication (local). Client and server communication is a two-way, using QLocalServer with QLocalSocket achieve.)

文件列表:

QLocalSocketDemo
................\client1
................\.......\client.cpp
................\.......\client.h
................\.......\client1.ncb
................\.......\client1.vcproj
................\.......\client2.ncb
................\.......\localfortuneclient.ncb
................\.......\localfortuneclient.pro
................\.......\main.cpp
................\.......\Makefile
................\.......\Makefile.Debug
................\.......\Makefile.Release
................\.......\tmp
................\.......\...\moc
................\.......\...\...\debug_shared
................\.......\...\...\............\moc_client.cpp
................\.......\...\...\release_shared
................\.......\...\...\..............\moc_client.cpp
................\.......\...\obj
................\.......\...\...\debug_shared
................\.......\...\...\............\BuildLog.htm
................\.......\...\...\............\client.obj
................\.......\...\...\............\main.obj
................\.......\...\...\............\moc_client.obj
................\.......\...\...\release_shared
................\.......\...\...\..............\BuildLog.htm
................\.......\...\...\..............\client.obj
................\.......\...\...\..............\main.obj
................\.......\...\...\..............\moc_client.obj
................\.......\vc70.idb
................\.......\vc70.pdb
................\.......\复件 debug
................\.......\..........\client1.exe
................\.......\..........\client1.ilk
................\.......\..........\client1.pdb
................\client2
................\.......\client.cpp
................\.......\client.h
................\.......\client2.ncb
................\.......\client2.vcproj
................\.......\localfortuneclient.ncb
................\.......\localfortuneclient.pro
................\.......\main.cpp
................\.......\Makefile
................\.......\Makefile.Debug
................\.......\Makefile.Release
................\.......\tmp
................\.......\...\moc
................\.......\...\...\debug_shared
................\.......\...\...\............\moc_client.cpp
................\.......\...\...\release_shared
................\.......\...\...\..............\moc_client.cpp
................\.......\...\obj
................\.......\...\...\debug_shared
................\.......\...\...\............\BuildLog.htm
................\.......\...\...\............\client.obj
................\.......\...\...\............\main.obj
................\.......\...\...\............\moc_client.obj
................\.......\...\...\release_shared
................\.......\...\...\..............\BuildLog.htm
................\.......\...\...\..............\client.obj
................\.......\...\...\..............\main.obj
................\.......\...\...\..............\moc_client.obj
................\.......\vc70.idb
................\.......\vc70.pdb
................\.......\复件 debug
................\.......\..........\client2.exe
................\.......\..........\client2.ilk
................\.......\..........\client2.pdb
................\ipc.ncb
................\ipc.pro
................\ipc.sln
................\Makefile
................\htm" target=_blank>README
................\server
................\......\localfortuneserver.pro
................\......\localfortuneserver.vcproj
................\......\main.cpp
................\......\Makefile
................\......\Makefile.Debug
................\......\Makefile.Release
................\......\server.cpp
................\......\server.h
................\......\tmp
................\......\...\moc
................\......\...\...\debug_shared
................\......\...\...\............\moc_server.cpp
................\......\...\...\release_shared
................\......\...\...\..............\moc_server.cpp
................\......\...\obj
................\......\...\...\debug_shared
................\......\...\...\............\BuildLog.htm
................\......\...\...\............\main.obj
................\......\...\...\............\moc_server.obj
................\......\...\...\............\server.obj
................\......\...\...\release_shared
................\......\...\...\..............\BuildLog.htm
................\......\...\...\..............\main.obj
................\......\...\...\..............\moc_server.obj

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 123
    NET平台下的IP欺骗和SYN Flood攻击-彭宁-贵州大学(NET platform IP spoofing and SYN Flood attacks- Penning- Guizhou University)
    2013-12-17 11:41:19下载
    积分:1
  • recvfrom
    windows网络编程recvfrom源码实例(windows network programming source code examples recvfrom)
    2015-11-06 19:35:25下载
    积分:1
  • udp
    说明:  个人写的vc下UDP广播发送和接收的源码,对于初学网络socket的人有一定帮助(Vc written under the individual to send and receive UDP broadcast source, the network socket for the beginner who has some help)
    2010-04-21 15:14:58下载
    积分:1
  • Winsock_jiankong
    说明:  vb做的局域网监控系统,同学的毕业设计,研究winsock很有用(vb to do the LAN monitoring system, students graduating from design, research useful winsock)
    2008-09-08 21:59:55下载
    积分:1
  • wdkserver
    wsk是win7上取代tdi驱动进行网络编程的技术,程序对wsk的接口进行封装,可以像应用层一样进行socket编程。(wsk is substituted on win7 tdi driven network programming techniques, procedures for wsk interface package, socket programming can be the same as the application layer.)
    2015-11-03 17:26:33下载
    积分:1
  • MFCfeiqu
    实现简单的window局域网通信,即,传输文件。飞秋(Simple window LAN communications, that is, transmission file. Fei Qiu)
    2015-06-15 08:56:44下载
    积分:1
  • DNS_Lookup
    窗口方式下域名解析,DNS域名解析系统。(Window mode, DNS, DNS domain name system.)
    2009-11-02 13:08:46下载
    积分:1
  • socket
    在visualstudio6下实现socket客户端和服务器端(In visualstudio6 to achieve client and server-side socket)
    2010-06-01 18:46:56下载
    积分:1
  • TCPNet
    一个采用TCP协议的网络测试工具。采用VC6.0开发环境,具有客户端和服务器端,加入进来的客户端可以互相发送接受数据,对学习socket编程是不错的借鉴。(using a TCP network testing tools. VC6.0 use development environment with the client and server side, joined the client can accept each other this data, to learn socket programming is a good reference.)
    2020-11-14 16:19:43下载
    积分:1
  • Sniffer_code
    用vc实现的sniffer,没有使用winsock与winpcap。十分具有学习价值!(Vc realize with the sniffer, did not use winsock with winpcap. Very much with learning the value of!)
    2008-04-01 17:48:52下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载