CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MFC client server

搜索资源列表

  1. CS-mfc

    1下载:
  2. VC6.0环境下编译的简单MFC客户端/服务器程序,可以互发信息并能接收到。-VC6.0 environment MFC simple translation of the client / server program, Information can be made each other and will receive.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:63.83kb
    • 提供者:tayecong
  1. 基于MFC的服务器和客户端的实现

    2下载:
  2. 基于MFC的服务器和客户端的实现,可以进行双方通信 并传输文件-MFC-based server and client implementations, the two sides can communicate and transfer files
  3. 所属分类:通讯编程

    • 发布日期:2013-01-28
    • 文件大小:7.28mb
    • 提供者:蔡玲霞
  1. server

    1下载:
  2. mfc实现的socket服务端与客户端的双向通信小程序编程-mfc socket server to achieve the two-way communication with the client a small programming
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-25
    • 文件大小:3.67mb
    • 提供者:曹俊
  1. HTTP Client

    11下载:
  2. 用VC++ MFC设计的HTTp服务器以及客户端程序,对了解HTTP协议及工作原理很有帮助-Using VC++ MFC design HTTp server and client, understanding the HTTP protocol and the principle of helpful
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-27
    • 文件大小:4.58mb
    • 提供者:崔晨
  1. MFC-TCP

    1下载:
  2. 基于MFC的窗口化的服务器和客户端之间的通信 采用TCP编程。对于新手来说还不错,包含多线程以及消息的传递机制-MFC-based window of the server and client using TCP communication between the programming. For starters, pretty good, including multi-threading and message passing mechanism
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-11
    • 文件大小:18.08mb
    • 提供者:王林峰
  1. MyProjects

    1下载:
  2. SOCKET通信简单、TCP协议、MFC实现、客户机服务器-SOCKET communication simple, TCP protocol, MFC implementation, client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:57.22kb
    • 提供者:zhangdayang
  1. Client_sonsole

    0下载:
  2. VC++6.0下网络SOCKET server client聊天程序,用MFC编写,是个很好的网络变成参考-VC++ 6.0 Network SOCKET server client chat program, using MFC preparation is a good network into a reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:16.23kb
    • 提供者:duncan
  1. chatroom

    0下载:
  2. 用MFC编写的基于udp的聊天室程序,分为客户端和服务器两个部-MFC prepared using udp-based chat room procedures, client and server is divided into two departments
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-01
    • 文件大小:8.11mb
    • 提供者:苏永昌
  1. cpp_mfc_client_server_technology

    0下载:
  2. simple example that illustrated client-server technology on MFC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:232.57kb
    • 提供者:jax
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:64.76kb
    • 提供者:zym
  1. clientAndServer

    0下载:
  2. MFC实现的客户端服务器,vc6.0开发,使用多线程实现.是初学者可以使用的良好代码-MFC to achieve client-server, vc6.0 development, using multi-thread implementation. Yes you can use a good code for beginners
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:47.76kb
    • 提供者:吴强
  1. MFC

    0下载:
  2. this a simple tcp chat program for client and server-this is a simple tcp chat program for client and server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-20
    • 文件大小:5.54mb
    • 提供者:musmar
  1. MFC-chat

    0下载:
  2. This a dialog based chat program (server and client)-This is a dialog based chat program (server and client)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-15
    • 文件大小:3.67mb
    • 提供者:dUni
  1. client

    0下载:
  2. 在VC++环境下编写的基于MFC的socket编程源代码,包括client服务器端-VC++ environment in the preparation of MFC-based socket programming source code, including client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:26.85kb
    • 提供者:lihua
  1. client-server-decodeandencode

    1下载:
  2. 本系统的程序设计是在Visual Studio 2010编译环境下进行的,类似QQ聊天软件,采用的是MFC对话框形式。该系统的设计分为两个大部分,一个是客户端的设计,另一个是服务器的设计,它们之间在传输层是基于TCP进行通信的。-The system programming is compiled in Visual Studio 2010 environments, similar to the QQ chat software, using the MFC dialog box form.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-07-13
    • 文件大小:393kb
    • 提供者:allen
  1. HTTP_Server_Client(MFC)

    2下载:
  2. 基于MFC写的HTTP服务器和客户端,可以从服务器上下载网页或文件,代码结构良好-mfc http server and client, with the functions of transfering html pages and files, good coding style
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-01-11
    • 文件大小:232kb
    • 提供者:peng
  1. MFC

    0下载:
  2. 网络五子棋,客户端,服务器,网络编程,界面编程,五子棋算法-Backgammon network, client, server, network programming, interface programming, backgammon algorithm
  3. 所属分类:Chess Poker games

    • 发布日期:2017-06-21
    • 文件大小:36.22mb
    • 提供者:laishaofa
  1. MFC-QQ

    0下载:
  2. 本系统基于客户端/服务器基本原理,程序即是服务端,也是客户端,通过IP 就可以相互添加好友,并且实现点到点通信,有聊天记录(未实现根据用户发送的消息而改变字体颜色,只能在客户端改),字体颜色设置(一改全改~),包含主界面MaindBord 和聊天Talk 两大功能模块。-The basic principle of the system is based on a client/server program, client service, client over IP Add Friend e
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:331.69kb
    • 提供者:朱汐
  1. 套接字程序(TCP)+

    0下载:
  2. 套接字程序(TCP)+ VC MFC SOCKET TCP CLIENT SERVER 通讯(VC MFC SOCKET TCP CLIENT SERVER Commuincation)
  3. 所属分类:串口编程

    • 发布日期:2017-12-17
    • 文件大小:61.03mb
    • 提供者:wxdgk
  1. Client and Server

    0下载:
  2. 利用VS2013的MFC编写了一个简单的Server和Client,初学者可参考(A simple Server and Client is written by MFC of VS2013, which can be referenced by beginners.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:275kb
    • 提供者:WISDIMDI
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com