搜索资源列表
Sockets api用于聊天室程序设计
- 用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
VC做的聊天室
- 一个vc做的聊天室,速度比较快,有设计文档,已经更新了几个版本,值得一看-vc do a chat room, faster speed, design documents, has updated several versions, an eye-catcher
VC聊天室程序待加音频部分
- 这是用VC实现的一个聊天室程序,音频部分还需要添加-This is the VC process a chat room, audio part also need to be added
用VC++6.0的Sockets API实现一个聊天室程序
- 用VC++6.0的Sockets API实现一个聊天室程序-VC 6.0 Sockets API a chat room procedures
用WINSOCK实现聊天室的VC
- Internet上可以提供一种叫IRC 的服务。使用者通过客户端的程序登录到IRC服务器上,就可以与登录在同一IRC服务器上的客户进行交谈,这也就是平常所说的聊天室。在这里,给出了一个在运行TCP/IP协议的网络上实现IRC服务的程序。-Internet can provide a service called IRC. Client users through the process log on to IRC servers, and can be logged on the same se
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
基于TCP的聊天室的简单实现_MyChat
- 基于TCP的简单的聊天室程序,适合初学者学习.用vc写的。-based on the simple TCP chat room procedures, suitable for beginners to learn. With vc writes.
局域网聊天室
- 实现局域网的聊天室程序,采用vc++开发,有良好界面。
聊天室程序
- vc udp实现的聊天室程序,能添加好友,局域网多人聊天
MFCSocket.聊天室的VC++实现 视频会议
- 聊天室的VC++实现 视频会议 多人聊天室,Chat VC++ implementation of video conferencing over the chat room
Char 聊天室服务端和客户端程序
- 一个聊天室服务端和客户端程序,可以设置服务器和端口,A chat room service client and the client program, you can set the server and port
NetChat
- VC++局域网聊天室完整版,源代码,实例代码,你可以-VC++ LAN chat room full version, source code, example code, you can look at the
VC
- VC++写的聊天室程序 实现了如下功能: 1. 用户注册账号 2. 用户注册时可以验证账号是否可用 3. 用户需要有效用户名和密码才能登陆服务器 4. 多人登陆到服务器同时聊天 5. 用户进入退出聊天室时其他的用户都得到通知 6. 服务器实时更新在线用户名单 7. 用户之间可以私聊 8. 支持抖动窗口的发送 9. 服务器可以踢出某个用户 10. 服务器可以关闭某个用户的计算机-VC++ to write a chat program, to achie
chatroom
- 这是一个聊天室例程,服务器程序是chatsrvr.exe,客户端是ChatClient.exe,服务器先运行,客户连接到服务器运行的计算机的IP即可。--This is a chatroom example, the server program is chatsrvr.Exe, the client is ChatClient.Exe,The server must run first,then a client only need to connect to the server IP.
IRC聊天室客户端程序代码
- 用VC编译的简易聊天室程序通过编译了很好用 -compiled with VC simple procedure through chat rooms built a very good use
vc++communication1
- (1)基本网络编程实例 Winsock实现网络聊天室【\chap1\ChatRoom(Winsock)】 CSocket实现聊天室【\chap1\ChatRoom(Csocket)】-(1) basic network programming examples Winsock network chat rooms [chap1ChatRoom (Winsock)] [CSocket achieve Chat chap1ChatRoom (Csocket)]
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
socket
- VC++ socket 客户端 服务器 聊天室-VC++ socket client-server chat room
C-S-chat
- vc聊天室 客户端 服务器端源代码...学习网络-vc Chat client server-side source code ... Learning Network
聊天室VC源码
- 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装.(1. using multi thread technology, the speed is obviously higher than that of the same kind of software