登录
首页 » Visual C++ » QLocalSocketDemo

QLocalSocketDemo

于 2020-12-29 发布 文件大小:7637KB
0 324
下载积分: 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 个回复

  • CSocket-file-transfer
    基于CSocket点对点文件传输,用c++实现。(CSocket file transfer developed by c++)
    2012-11-27 16:27:19下载
    积分:1
  • PsSuspendThread
    内核中暂停任意线程代码,qq Protect相关(Kernel suspend any thread)
    2013-07-29 14:46:02下载
    积分:1
  • timeoutsocket
    socket建立连接超时的控制 (Controlling socket when timeout)
    2021-04-15 14:08:54下载
    积分:1
  • DevSearch
    1.局域网内设备IP搜索 2.发送广播包出去,同时启动侦听接收 3.支持局域网内跨网断搜索(1.IP search in local network 2.send broadcast packet, and receive request 3.support different gateway.)
    2015-08-19 11:58:11下载
    积分:1
  • GetPacket
    这是一个用vc++编写的,用以截获以太网数据的代码。(This is a used vc++ Prepared for Ethernet data intercepted code.)
    2008-07-15 15:57:46下载
    积分:1
  • testcmd
    通过微过滤器的方式实现的网络控制功能,简单实现了一下禁止当前机器断网的功能。(Through micro-filters to achieve the network control functions, simple look prohibit the machine off the network.)
    2012-04-18 16:17:13下载
    积分:1
  • PackSock
    一个通过网络高速传输文件的控件: 具有以下特点 1.有高速数据传输功能,超过了Winsock控件的吞吐量 2.入校验功能,满足大数据包的收发,理论上不限数据尺寸 3.加入防错代码,提高了接口鲁棒性(through a network of high-speed transmission of documents, the controls : one with the following features. A high-speed data transmission functions Controls over the throughput of Winsock 2.- Check function and meet large data packet transceiver, Theoretically Open-data size 3. to prevent the wrong code, improve the robustness Interface)
    2006-08-14 21:58:05下载
    积分:1
  • udt
    UDT网络传输协议开源包,是基于UDP的可靠传输协议,支持P2P,有现成的文件传输函数,速度比TCP快。(Open source packages of the UDT network transport protocol is UDP-based reliable transport protocol to support P2P, there is a ready-made file transfer function, the speed is faster than TCP.)
    2012-03-08 16:11:46下载
    积分:1
  • 20081122465071
    允许用户网络chat交流并且更新,共享文件 (Internet chat allows users to exchange and update, share files)
    2010-07-07 18:37:13下载
    积分:1
  • lancs
    说明:  vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。(vc++ server and client c/s lan chatroom)
    2010-04-20 07:35:37下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载