搜索资源列表
VC写的QQ的聊天程序
- 用vc写的一个相当一QQ的聊天程序,可以在局域网内聊天。-vc used to write a fairly one QQ chat program, the LAN chatting.
一个基于局域网的聊天程序
- 这是一个关于一个基于局域网的聊天程序,用VC++编译-This is a LAN based on a chat program that will compile VC
聊天程序服务器端和客户端
- 用vc实现的网络编程!聊天程序的客户端服务端都有!并且可灵活应用!可谓是一个实用程序!-chatroom application coded by VC.both server side and client side.
聊天程序
- VC实现的聊天程序-the chat program
VC聊天程序
- 基于VC6.0的聊天程序源码
VC_tcpIP.rar
- VC下的tcp多人网络聊天程序的源码,客户端和服务器端各有一个源程序。供网络编程爱好者参考。,Tcp under VC multiplayer online chat program source code, client and server have a source. Network Programming reference for enthusiasts.
VCtcp.rar
- VC下的tcp多人网络聊天程序的源码2C包括服务器端源代码和客户端源代码.,Tcp under VC multiplayer online chat program, including the 2C-source server-side source code and the client source code.
LANChat
- 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
20055243930356_600it
- 该聊天程序包括服务器和客户端两部分 VC源码-网络编程-The chat program, including server and client source code in two parts VC- Network Programming
Client_sonsole
- 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
04
- VC实现网络聊天程序,通过socket实现-VC network chat program
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
Info
- VC编写的简单聊天程序,类似于QQ那种的聊天软件。-VC to prepare a simple chat program, similar to the kind of chat software QQ.
20061209222312903
- VC实现QQ聊天源代码利用VC++6.0来实现一个类似QQ的聊天程序。本程序只实现添加好友,文字聊天,文件传输和语音聊天4大功能。 -VC source code to achieve QQ chat
liaotianchengxu
- VC++编写的聊天程序。可在局域网内进行聊天。界面清晰-VC++ to prepare the chat program. Can be carried out in the local area network chat. Clear interface
shipingliaotian
- VC++开发的视频聊天程序,有详细使用过程-VC++, the video chat program, a detailed process of using
Manyfunctionchattool
- 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
Chatsample
- VC++写的聊天程序实例,完整源代码可以通过编译;-VC++ to write a chat program example, complete source code can be compiled
vc++下的局域网聊天程序
- 该程序是在vc++下实现了局域网聊天功能,包括设置字体颜色等等,程序已经通过了编译。
VC++实现聊天程序
- VC++实现发送与接收同时运行,直接在VC++中打开即可使用