搜索资源列表
-
0下载:
简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
-
-
1下载:
windows下的socket实现的聊天室程序,可实现多人连接服务器。用的是c下面的编程。-windows under the socket to achieve the chat room procedures, can be realized more than connect to a server. C using the following programming.
-
-
0下载:
基于TCP的VC网络聊天室源代码加实验报告,分为客户端与服务器两个部分,使用了windows socket网络编程接口-Source code for the chat room and lab reports, TCP-based VC network is divided into two parts of the client and server, using windows socket network programming interface
-
-
0下载:
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
-
-
0下载:
本程序用socket编程实现一个基于聊天的服务器和客户端的通信,并且可以保存文件。-This procedure using socket programming based on the realization of a chat server and client communications, and can save the file.
-
-
0下载:
基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
-
-
0下载:
用VC实现客户机服务机器模式的聊天程序:
在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点:
1、非对等作用;
2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
-
-
0下载:
通过socket建立TCP的文件传输和UDP在线聊天服务,采用客户端服务器模式-Socket through the establishment of TCP and UDP file transfer online chat service, using client-server model
-
-
0下载:
本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
-
-
0下载:
文件内包含TCP服务器端源代码以及客服端源代码,用到socket技术,实现了群聊功能。-Document contains the TCP server-side source code as well as the customer service side source code, using socket technology, the realization of the group chat feature.
-
-
0下载:
thhis a simple server program to chat with multi clients using c programming.(socket program)-thhis is a simple server program to chat with multi clients using c programming.(socket program)
-
-
0下载:
A chat server in C. User s can communicate to each other. Built using Socket in C. Good program to learn basics of sockets.
-
-
0下载:
VC实现简单的聊天程序,利用Socket编程,可以实现客户端与服务器端的通信。-VC simple chat program, using Socket programming, you can achieve client and server communication.
-
-
0下载:
Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
-
-
0下载:
程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
-
-
0下载:
利用Windows Socket编写的程序实现段对端的聊天程序。客户端/服务器模式-Programs written using Windows Socket implementation section of the end of the chat program. Client/server model
-
-
0下载:
用WinSock提供的套接字API函数实现的聊天工具的服务器端,基于TCP-The server side of the chat tool using WinSock socket API function, based on TCP
-
-
0下载:
本聊天室程序在Ubuntu下,采用C语言实现,结构为Client/Server结构
服务端程序通过共享存储区存储聊天数据,并发送给每个连接的客户端
-This chat program under the Ubuntu, using C language implementation, structure of Client/Server structure
Chat server program through the Shared storage area to store
-
-
0下载:
Windows下聊天室,采用C++语言编写,着重网络socket开发-Windows chat room, using C++ language, focus on the development of network socket
-
-
0下载:
Good code for a python based chat server using socket programming
-