CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - mfc tcp server

搜索资源列表

  1. client_server

    0下载:
  2. 一个小的客户机服务器程序(采用tcp) 该程序用VC++制作,运行时需要MFC库; server端只允许有一个; 程序支持40个Client端(测试是用了8个);-a small client-server process (using tcp) the procedures VC production, Runtime need MFC library; server-only allow one; supports 40 Client - (beta is spent 8);
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:75075
    • 提供者:zhangbb
  1. ClientAndServer_Chat

    0下载:
  2. 类似于QQ聊天室的网络即时通讯应用程序,用MFC开发,基于TCP/IP,其中包含了客户端和服务器端的源码,希望对网络编程的学习有所帮助-QQ chat room similar to the instant communication network applications, using MFC development, based on TCP / IP, which includes the client and server side of the source, and I hope
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:172080
    • 提供者:杨敬
  1. SocketBaseClass

    0下载:
  2. 一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。-a good, stable base class SOCKET (TCP), do not use MFC, initialize to the server or client.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6284
    • 提供者:黎昱
  1. 1

    0下载:
  2. MFC编程技巧与范例详解\第十三章\13.3 多线程的TCP服务器-MFC programming skills and detailed examples \ thirteenth chapter \ more than 13.3-threaded TCP server
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:59937
    • 提供者:wsy
  1. socket

    0下载:
  2. 用MFC写的简单界面和socket实现的TCP通讯的 简单聊天客户端和服务器-Written with the MFC implementation of a simple interface and TCP socket communication simple chat client and server
  3. 所属分类:Communication

    • 发布日期:2017-05-27
    • 文件大小:9735835
    • 提供者:louyi
  1. TCPIP

    1下载:
  2. 因为是本人自己开发的源码 有Bug请与我联系。 利用VC2010 MFC开发的 TCPIP 测试工具 支持建立 TCP服务器 支持TCP 客户端 支持 UDP 支持 16进制转换 此程序 开启2个后 建立好 服务器和客户端 就可以 通信了。-Because I developed source Bug please contact me. TCPIP testing tools developed VC2010 MFC support
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:920072
    • 提供者:杜帆
  1. tcpaudp

    0下载:
  2. mfc下的TCP和UDP文件传输功能,分为客户端和服务器端两个exe-mfc under the TCP and UDP file transfer functions, divided into client and server-side two exe
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-27
    • 文件大小:29286400
    • 提供者:Frank
  1. TCP_TEST

    0下载:
  2. Visual Studio (MFC) TCP IP Example Code. TCP IP Server Program.
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1147080
    • 提供者:gk
  1. Desktop

    0下载:
  2. 一个简单的tcp客户端服务器通讯。可实现多个客户端连接。使用winsocket实现,没有使用MFC,以及csocket类等。-A simple tcp client-server communications. Can implement multiple client connections. Use winsocket achieved without using MFC, and csocket etc..
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5812629
    • 提供者:HANDAN
  1. TCP

    0下载:
  2. 使用C++ MFC编写的简易TCP通信程序,包括客户端和服务端两个程序-A TCP communication program written by C++ MFC, including client and server
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:70500
    • 提供者:董红波
  1. Chat-room

    0下载:
  2. 本软件使用VC++,应用MFC、Socket和TCP的知识编写,由客户端和服务器两部分组成,服务器充当“中转者”的职能,客户端将自己的消息首先发给服务器,服务器再根据需要将它们转发给其它客户端,这是一个类似QQ群功能的聊天室软件。-The software uses VC++, application MFC, Socket and TCP knowledge written by the client and the server of two parts, the server acts a
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7313861
    • 提供者:
  1. Unity_MFC_Socket

    0下载:
  2. 做工程需要掌握的信息传输,MFC和Unity之间使用socket的TCP和UDP协议进行通信的实例。TCP协议包括:MFC版的Server端和Unity版的Client端;MFC版的Client端和Unity版的Server端。UDP协议为Unity和MFC之间的双向通信。(To do engineering, you need to master the instance of information transmission between MFC and Unity using socke
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:3250176
    • 提供者:sunzqck
  1. Server

    0下载:
  2. 基于MFC的通讯软件服务器端,客户端是clientnew,看我的其他上传。(MFC based communications software server-side, client is clientnew, see my other uploads.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-18
    • 文件大小:47526912
    • 提供者:angusfy
  1. Clientnew

    0下载:
  2. 基于MFC的即时通讯软件客户端,服务器端是sever,看我的其他上传。(MFC based instant messaging software client, the server is sever, see my other uploads.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-17
    • 文件大小:47505408
    • 提供者:angusfy
  1. TcpServer

    0下载:
  2. 本程序是一个TCP服务器程序,可以实现局域网的连接。(This procedure is a TCP server program, you can achieve the LAN connection.)
  3. 所属分类:Windows编程

  1. 项目1

    0下载:
  2. 基于TCP的文件下载服务器 mfc编写 包括客户端和服务器端两部分(TCP-based file download server mfc written including client and server parts)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:60416
    • 提供者:Tommy~
  1. EServer

    2下载:
  2. 建立一个电力监控系统服务器端,采用TCP协议,对客户端进行数据监控实时报警数据存储等多种功能,编译环境VS2010(Establish a power monitoring system server, using TCP protocol, real-time data monitoring, alarm data storage and other functions of the client, compile environment VS2010)
  3. 所属分类:Windows编程

    • 发布日期:2019-01-31
    • 文件大小:11971584
    • 提供者:文科不学文
搜珍网 www.dssz.com