Welcome![Sign In][Sign Up]
Location:
Search - chatserver

Search list

[ICQ-IM-Chatchatserver

Description: chat server is used to send the message from one to another through lan or server
Platform: | Size: 3058688 | Author: rifayee | Hits:

[CSharp234173243p2pchat

Description: 先执行ChatServer 然后执行P2Pchat-ChatServer P2Pchat
Platform: | Size: 338944 | Author: 李宇 | Hits:

[JSP/Javachat-software

Description: 即时聊天通信软件,两个类:chatClient和chatServer-chat software
Platform: | Size: 6097920 | Author: joyce | Hits:

[Internet-NetworkChatServer

Description: 使用socket、多线程等方式实现类是QQ的局域网聊天程序,实现来消息后托盘闪动(服务器端)-Socket, multi-threaded implementation class QQ LAN chat program to achieve to the message tray flashing
Platform: | Size: 975872 | Author: hehan | Hits:

[Internet-Networkchatserver

Description: 这段代码是一段服务器端程序,它是聊天室的一部分代码。它帮助了解vc网络编程。- English Spanish Chinese This code is some server-side program that is part of the chat room code. It helps to understand vc network programming.
Platform: | Size: 2344960 | Author: 李俊中 | Hits:

[Internet-NetworkChatServer

Description: 线程写的C#短消息程序,完整项目和源代码.-Threads written in C# SMS program, complete projects and source code.
Platform: | Size: 116736 | Author: lfc7713 | Hits:

[Internet-Networkvc-chatroom

Description: VC实现的聊天室程序,包括服务器端与客户端。-Chatroom source code writen by VC, including chatserver and client
Platform: | Size: 9059328 | Author: lambo | Hits:

[Internet-NetworkChatServer

Description: 多线程实现SocketServer服务。可并发处理客户端并发连接.-Multiple threads achieve SocketServer services. Deal with the client may be complicated by concurrent connections.
Platform: | Size: 953344 | Author: qicksand | Hits:

[androidChatServer(1)

Description: android聊天客户端源码,希望大家多多支持-android chat client source code, hope you can enjoy
Platform: | Size: 12288 | Author: wangwenfu | Hits:

[JSP/Javachatserver

Description: chat server by. javax swing
Platform: | Size: 2048 | Author: Optical1 | Hits:

[TCP/IP stackChatServer

Description: 设计一个聊天室,先启动服务器程序,弹出服务器初始化窗口,输入端口号,然后单击确定,弹出服务器的主窗口。接着启动客户端程序,弹出客户端登录窗口,输入用户名,服务器地址和服务器端口,单击确定,弹出客户端主窗口。在客户端输入信息,按发送,就可以在服务器显示出来,这就实现了一个聊天的基本功能。-Design a chat room to start the server, pop server initialization window, enter the port number, and then click OK to bring up the main window of the server. Then start the client program, pop-up client login window, enter a user name, server address and server port, click OK to bring up the main window of the client. Client input, press the Send the server is displayed, which realize the basic functions of a chat.
Platform: | Size: 3986432 | Author: wuyou | Hits:

[Communicationchatserver

Description: 一个聊天室例程,服务器程序.服务器先运行,客户连接到服务器运行的计算机的IP即可-A chat room routine server program server to run the client to connect to the server is running the computer' s IP to
Platform: | Size: 93184 | Author: 徐水军 | Hits:

[TCP/IP stackChatServer

Description: 电子白板客户端。是之前代码的server部分-Whiteboard customer side. Server part of the previous code
Platform: | Size: 8192 | Author: 田超 | Hits:

[Parallel PortChatServer

Description: TCP协议通讯的客户端,还有服务端,上次2个-TCP protocol communications client, as well as the server, and the last two
Platform: | Size: 2048 | Author: david | Hits:

[Game ProgramBooksInformation

Description: 聊天室的实现要实现客户端(cilent)和服务端(server),客户端(client)和服务端(server)通过Socket建立必要的连接。并让服务端(server)程序监听一个众所周知的端口。当客户端(client)的连接请求到达时,如果服务端(server)同意建立连接,则将创建一个新的Soket并绑定到另一个端口,使用这个新建的Socket与该客户端(client)建立连接,而服务端(server)继续在与原来的端口监听,等待新的连接请求。 当连接建立后,通过输入/输出流并通过这些流进行数据的传输。 当两个主机之间的通信结束时,则要关闭连接。关闭连接通过关闭Socket可以调用Socket类的close()方法。其中应该先将与Socket相关的所有输入/输出流关闭,最后在关闭Socket。 建立一个ChatClient类:该类中的createUI()方法实现的聊天界面 ,connect()方法实现端口的连接等; 2.建立一个ChatServer类:该类中服务端(server)应用程序采用多线程机制,可以支持客户端(client)的并发访问。-The realization of the chat room to achieve the client (cilent) and end (server) and client (client) and server (server) Socket establish the necessary connection. And let the server program listening on a well-known port (server). When the client (client) connection request arrives, the server (server) agreed to establish a connection, it will create a new Soket and bind to another port, the use of this new Socket and the client (client) to establish connected to the server (server) to continue with the original port listener, waiting for a new connection request. When the connection is established, through the input/output streams and these streams of data transmission. When the end of the communication between the two hosts, will have to close the connection. Close the connection by closing the Socket can call the close () method of the Socket class. Which should be first of all related with Socket input/output streams closed, and finally closed the Socket. Establish a ChatCl
Platform: | Size: 60416 | Author: lanyulin | Hits:

[JSP/JavaclientANDserver

Description: 聊天室的实现要实现客户端(cilent)和服务端(server),客户端(client)和服务端(server)通过Socket建立必要的连接。并让服务端(server)程序监听一个众所周知的端口。当客户端(client)的连接请求到达时,如果服务端(server)同意建立连接,则将创建一个新的Soket并绑定到另一个端口,使用这个新建的Socket与该客户端(client)建立连接,而服务端(server)继续在与原来的端口监听,等待新的连接请求。 当连接建立后,通过输入/输出流并通过这些流进行数据的传输。 当两个主机之间的通信结束时,则要关闭连接。关闭连接通过关闭Socket可以调用Socket类的close()方法。其中应该先将与Socket相关的所有输入/输出流关闭,最后在关闭Socket。 建立一个ChatClient类:该类中的createUI()方法实现的聊天界面 ,connect()方法实现端口的连接等; 2.建立一个ChatServer类:该类中服务端(server)应用程序采用多线程机制,可以支持客户端(client)的并发访问。-The realization of the chat room to achieve the client (cilent) and end (server) and client (client) and server (server) Socket establish the necessary connection.And let the server (server) listens on a well-known port. When the client (client) connection request arrives, the server (server) agreed to establish a connection, it will create a new Soket and bind to another port, the use of this new Socket and the client (client) to establish connected to the server (server) to continue with the original port listener, waiting for a new connection request. When the connection is established, through the input/output streams and these streams of data transmission. When the end of the communication between the two hosts, will have to close the connection. Close the connection by closing the Socket can call the close () method of the Socket class. Which should be first of all related with Socket input/output streams closed, and finally closed the Socket. Establish a ChatClient class:
Platform: | Size: 10240 | Author: lanyulin | Hits:

[ICQ-IM-ChatChatServer

Description: 聊天程序的服务器源代码,能够即时显示客户端的进入和退出-the source code of a chatting program which can display the status of the client
Platform: | Size: 2048 | Author: 吴凡 | Hits:

[Other systemsChatServer

Description: This the chat server. The chat client is added.-This is the chat server. The chat client is added.
Platform: | Size: 65536 | Author: michael | Hits:

[Internet-NetworkChatServer

Description: 聊天软件的服务器端,每次客户端登陆之前,需将服务器打开,并且要成功,客户才能进行各种操作,最重要的就是聊天。-The ChatSever for the Chat software
Platform: | Size: 4831232 | Author: 樊亚倩 | Hits:

[Internet-Networkchatserver

Description: 基于VC的点对点通信的客户端部分的程序代码-Code based on the client part of the VC point-to-point communication
Platform: | Size: 2066432 | Author: 梅杰 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 »

CodeBus www.codebus.net