当前位置:
首页
资源下载

搜索资源 - Chat-ClientAndServer
搜索资源列表
-
0下载:
C#网络聊天室,有详细注释。C/S模式,程序能够在.NET2005下成功运行!-C# Network chat room and detailed notes. C / S mode, the procedure can.NET2005 successful operation!
-
-
0下载:
拥有客户端和服务器的网络聊天程序,可以群聊,也可以私聊,还可以发送和接受文件,是一款功能比较强的程序。-Client and server has a network chat program, you can group chat can also be私聊, you can send and receive documents, is a relatively strong function of the procedure.
-
-
0下载:
本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding m
-
-
0下载:
客户与服务器之间聊天对话的实现,在visual c++上输入两个程序后,即可对话,也可和别的主机对话-complete client chat with server
-
-
0下载:
聊天室,可以进行文件传输,可以进行私人聊天。-Chat rooms, you can transfer files to a private chat.
-
-
0下载:
聊天程序,一个服务器程序,一个客户端程序,很简单,可运行-Chat program, a server program, a client program, very simple to run
-
-
0下载:
聊天室的实现要实现客户端(cilent)和服务端(server),客户端(client)和服务端(server)通过Socket建立必要的连接。并让服务端(server)程序监听一个众所周知的端口。当客户端(client)的连接请求到达时,如果服务端(server)同意建立连接,则将创建一个新的Soket并绑定到另一个端口,使用这个新建的Socket与该客户端(client)建立连接,而服务端(server)继续在与原来的端口监听,等待新的连接请求。
当连接建立后,通过输入/输出流并通过这
-