CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - vc 聊天程序

搜索资源列表

  1. 一个基于局域网的聊天程序

    1下载:
  2. 这是一个关于一个基于局域网的聊天程序,用VC++编译-This is a LAN based on a chat program that will compile VC
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:26069
    • 提供者:lxr
  1. 一个简单聊天程序

    0下载:
  2. 一个很简单的聊天程序,由VC做成,其中分有服务器和用户两个不同的聊天器!-a very simple chat program, made by the VC, which divided into two servers and users with different chat!
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:98911
    • 提供者:董云
  1. QQ聊天程序

    2下载:
  2. 一个仿腾讯QQ聊天的软件源代码,用VC++编写,是学习网络聊天程序的最好参考。
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-12-07
    • 文件大小:2541295
    • 提供者:erf_1012
  1. 经典聊天程序

    0下载:
  2. 目前网上最好的聊天程序,基于VC++
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-01-07
    • 文件大小:1039676
    • 提供者:foxxing
  1. VC聊天程序

    0下载:
  2. 基于VC6.0的聊天程序源码
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-03-12
    • 文件大小:1024000
    • 提供者:jinyanli1984
  1. vcchat.rar

    0下载:
  2. 基于MFC编写的VC++聊天程序,可以实现TCP/IP以及UDP协议下的点对点聊天.,MFC-based prepared VC++ Chat program, you can achieve TCP/IP and UDP peer-to-peer chatting under the agreement.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:52640
    • 提供者:杨卓荦
  1. VC_tcpIP.rar

    0下载:
  2. VC下的tcp多人网络聊天程序的源码,客户端和服务器端各有一个源程序。供网络编程爱好者参考。,Tcp under VC multiplayer online chat program source code, client and server have a source. Network Programming reference for enthusiasts.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:69090
    • 提供者:lqx
  1. VC

    2下载:
  2. VC++写的聊天室程序 实现了如下功能: 1. 用户注册账号 2. 用户注册时可以验证账号是否可用 3. 用户需要有效用户名和密码才能登陆服务器 4. 多人登陆到服务器同时聊天 5. 用户进入退出聊天室时其他的用户都得到通知 6. 服务器实时更新在线用户名单 7. 用户之间可以私聊 8. 支持抖动窗口的发送 9. 服务器可以踢出某个用户 10. 服务器可以关闭某个用户的计算机-VC++ to write a chat program, to achie
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-13
    • 文件大小:3204733
    • 提供者:
  1. VC++(LanChat)

    0下载:
  2. 基于Winsock2,用VC6.0开发的一个局域网聊天程序,支持多人在线聊天,可供网络编程开发人员参考-Based on the Winsock2, using VC6.0 to develop a local area network chat program to support multiplayer online chat, for the development of network programming reference
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:50759
    • 提供者:Edward zhang
  1. 20055243930356_600it

    0下载:
  2. 该聊天程序包括服务器和客户端两部分 VC源码-网络编程-The chat program, including server and client source code in two parts VC- Network Programming
  3. 所属分类:Email Server

    • 发布日期:2017-05-12
    • 文件大小:1991076
    • 提供者:陈刚
  1. sy6

    1下载:
  2. 简单聊天程序的设计与实现,使用VC++设计的一个能实现两个人聊天的网络程序。-Simple chat program design and implementation, the use of VC++ Designed to achieve two people chat network procedures.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:53950
    • 提供者:00
  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
    • 文件大小:16616
    • 提供者:duncan
  1. 04

    0下载:
  2. VC实现网络聊天程序,通过socket实现-VC network chat program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-30
    • 文件大小:9884
    • 提供者:李伟
  1. Implementation-using-VC-Client-Services-machine-mo

    0下载:
  2. 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4211497
    • 提供者:廖国锐
  1. Info

    0下载:
  2. VC编写的简单聊天程序,类似于QQ那种的聊天软件。-VC to prepare a simple chat program, similar to the kind of chat software QQ.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2013443
    • 提供者:卓儿A丫儿
  1. liaotianchengxu

    0下载:
  2. VC++编写的聊天程序。可在局域网内进行聊天。界面清晰-VC++ to prepare the chat program. Can be carried out in the local area network chat. Clear interface
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:658293
    • 提供者:竹竹
  1. Programforchat

    0下载:
  2. 本程序是用VC++编写的聊天程序,可以实现语音 文字聊天和进行文件传输-This procedure is used VC++ to prepare the chat program, you can voice chat and text file transfer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-23
    • 文件大小:229711
    • 提供者:
  1. VC

    0下载:
  2. 实现的是想MSN、QQ等聊天程序一样的聊天程序,即通信程序,希望能给大家编程带来需要-Is to achieve the MSN, QQ chat program such as the chat program, that is, communication procedures, we hope that they will be brought about by the need for programming
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-10
    • 文件大小:1916055
    • 提供者:姜维
  1. Manyfunctionchattool

    1下载:
  2. VC实现QQ聊天源代码利用VC++6.0来实现一个类似QQ的聊天程序。本程序只实现添加好友,文字聊天,文件传输和语音聊天4大功能。-VC achieve QQ chat source code using VC++6.0 to achieve a similar QQ chat program. Implementation of this program is only to add friends, text chat, file transfer, and voice-chat feat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:14698765
    • 提供者:duwei
  1. Chatsample

    0下载:
  2. VC++写的聊天程序实例,完整源代码可以通过编译;-VC++ to write a chat program example, complete source code can be compiled
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-29
    • 文件大小:11791677
    • 提供者:黄生
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com