搜索资源列表
VC聊天室程序待加音频部分
- 用winsock实现的聊天代码,有客户端和服务器,只有聊天的基本功能,其他功能有待完善-with winsock achieve chat code, the client and server, only the basic functions chat, other functions to be perfected
ChatRoomhaha
- 这是一个网络聊天室的源程序,用VC调用基本的API函数写的,比较经典,大家可以参考参考,对于想学习SOCKET编程的同学来说是一个不错的例程.-This is an Internet chat room of the source, the VC called basic API function to write, more classic, Members can take a reference to learning for students Socket Programming is
vc++chatroom
- 该程序是一个简洁的聊天室程序,分为客户端和服务器两部分,需分别运行在多台pc上。可实现基本的聊天功能。-that the procedure was a simple chat room procedures, divided into client and server 2, required to run on multiple pc on. To achieve the basic chat.
Simpleetworkchatroom
- 一个简单的网络聊天室,VC实现服务器端和客户端的连接-a simple Web chat rooms, VC server and client connections
vc_chatclientsever
- 用VC设计聊天室程序,非常不错的哦,可以-VC design chat room procedures, very good, oh, look
VC_Chat_Room
- 这是一个用VC编写的简单的聊天室系统,设有服务器端和客户端,可以群发,私聊,支持文件传送。-This is a VC with the simple preparation of the chat room system, with server and client, can be repeated, Private Chat. support file transfer.
ChatRoom_Csocket
- 用vc编的简单聊天室,调用csoket来实现-vc series with a simple chat room, calling to achieve csoket
ChatRoom_Winsock
- 用vc编写的简单聊天室,用winsock写成,适用vc6.0及以上-vc prepared with a simple chat room, using winsock languages, and above applies vc6.0
Chat_Socket
- 这是非常有用的socket编程,实现了聊天室,支持多人聊天,用VC++实现,具有界面,通过它可以学习socket编程,适合初学者-This is a very useful socket programming, a chat room and support people to chat with VC. with the interface, which can learn socket programming for beginners
82006420113027
- 本文是在VC++基础上建的一个聊天室,用于显示和检查网络连接,还有一些其他功能-this is the VC on the basis of a chat room for the display and check network connections, and a number of other functional
chatview
- 视频聊天室VC++实现大部分功能 自己可以完善-Video Chat Room VC most of the functions they can improve
netchat_server_client
- VC实现的聊天室程序,包括服务端程序和客户端程序。-VC chat room procedures, including server and client procedures.
chatinlocation
- 用VC开发的在局域网内的一个聊天室-VC in the development of a LAN chat rooms
VC
- 这是个C++的聊天室源代码。让大家一起来研究
VC网络通信代码
- 《VC网络通信》书中的全部例子的源代码。其中有用API写的聊天室程序(TCPIP)TCP,RTP网络传输的程序。-"VC network communication," the book all examples of source code. API which was useful chat rooms (TCPIP) TCP, RTP network transmission procedures.
vc聊天室程序
- 一个简单的vc聊天室程序供对使用vc进行网络编程感兴趣的人参考代码是相对完整的并且本人对其进行了尽可能的简化处理以方便vc 初学者学习-a simple vc chat room procedures for the use of network programming vc interested in the reference code is relatively complete and I waged a simplified as much as possible to facilit
局域网聊天室
- 实现局域网的聊天室程序,采用vc++开发,有良好界面。
VC编写的yuyin聊天
- 语音聊天室 VC编写的
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
ChatServerAndClient
- 一个网络聊天室的源代码,用vc++编写