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

Search list

[WinSock-NDISclient_server

Description: 一个小的客户机服务器程序(采用tcp) 该程序用VC++制作,运行时需要MFC库; server端只允许有一个; 程序支持40个Client端(测试是用了8个);-a small client-server process (using tcp) the procedures VC production, Runtime need MFC library; server-only allow one; supports 40 Client - (beta is spent 8);
Platform: | Size: 75075 | Author: zhangbb | Hits:

[Exploitclient_server

Description: 多线程网络编程程序.客户端和服务端程序供大学讨论
Platform: | Size: 35249 | Author: abcde | Hits:

[WinSock-NDISclient_server

Description: 这是一个简单的客户端与服务器通讯的源代码。
Platform: | Size: 1615 | Author: Lucy | Hits:

[Audio programClient_Server

Description: 大家都知道 ICQ,单你有没有想过要换掉 ICQ 始终如一的界面样式?ICQ Plus 可以让你换掉 ICQ 制式的面版样式,包括对话窗的底色、主选单的
Platform: | Size: 8643 | Author: 莫纹 | Hits:

[SourceCodeclient_server

Description:
Platform: | Size: 9790 | Author: 673503214@qq.com | Hits:

[Internet-Networkclient_server

Description: 一个小的客户机服务器程序(采用tcp) 该程序用VC++制作,运行时需要MFC库; server端只允许有一个; 程序支持40个Client端(测试是用了8个);-a small client-server process (using tcp) the procedures VC production, Runtime need MFC library; server-only allow one; supports 40 Client- (beta is spent 8);
Platform: | Size: 74752 | Author: zhangbb | Hits:

[Internet-Networkclient_server

Description: 多线程网络编程程序.客户端和服务端程序供大学讨论-Multi-threaded network programming procedures. Client and client service procedures for the University to discuss
Platform: | Size: 34816 | Author: abcde | Hits:

[Internet-Networkclient_server

Description: 这是一个简单的客户端与服务器通讯的源代码。-This is a simple client and server source code for communications.
Platform: | Size: 1024 | Author: Lucy | Hits:

[Audio programClient_Server

Description: 大家都知道 ICQ,单你有没有想过要换掉 ICQ 始终如一的界面样式?ICQ Plus 可以让你换掉 ICQ 制式的面版样式,包括对话窗的底色、主选单的-We all know that ICQ, alone you have never thought to change the ICQ interface style consistent? ICQ Plus allows you to change the format of the ICQ panel styles, including a dialogue window background, the main menu
Platform: | Size: 8192 | Author: 莫纹 | Hits:

[Linux-Unixclient_server

Description: 在linux下实现的client/server模式的程序,在client一端输入,在server输出端口上输出-In linux under the client/server mode of procedure, client side input and output ports in the server output
Platform: | Size: 2048 | Author: 顔瞳 | Hits:

[Ftp Clientclient_server

Description: linux下利用socket接口实现的FTP客户端和服务器端-linux using socket interface of the FTP client and server
Platform: | Size: 8192 | Author: jayshaw | Hits:

[Streaming Mpeg4client_server

Description: 用VC写的一个关于截获视频并以mpeg4格式在网上传输的程序-Written by VC on intercepted mpeg4 format video and Internet transmission the procedure
Platform: | Size: 82944 | Author: xj | Hits:

[JSP/Javaclient_server

Description: java写的聊天程序,包括客户端和服务器端程序,很好的学习代码。也可在此基础上改造。-This Java Chat Application developed by my own interest, and now i am interested to share my source code with other peoples to get learn from it. I request everyone, if suppose you are using this for any college project, just dont submit as it is. Try to understand the coding and use this application for a reference and develop with your own knowledge.
Platform: | Size: 222208 | Author: chengan | Hits:

[TCP/IP stackclient_server

Description: Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
Platform: | Size: 3072 | Author: taomic | Hits:

[Linux-UnixClient_Server

Description: socket通信模型,含有源码 socket通信模型,含有源码-socket communication Server.c and Client.c of Linux
Platform: | Size: 2048 | Author: xujianchang | Hits:

[Internet-Networkclient_server

Description: 基于客户端|服务器模式的socket编程-Based on the c/s mode of socket programming
Platform: | Size: 124928 | Author: yaolijuan | Hits:

[Internet-Networkclient_server

Description: (1)实现下载功能 server()为服务端主程序,该程序主要是用来实现服务端的建立,首先要启动Winsock,然后需要建立服务端的套接字,然后进行与客户端的连接,当客户端去人响应后就对客户端发送文件,客户端接受文件。 client()为客户端程序,该程序主要是用来实现客户端的建立,首先要启动Winsock,然后需要建立客户端的套接字,然后进行与服务端的连接,当与服务端连接上以后,客户端接受文件。 (2)实现上传功能 在实现了下载功能之后,还要求能实现上传功能,也就是说,能够将客户端的文件发送到服务端去,此时,相当于下载的逆运算,真正实现了客户端与服务端的互通,实现了两台PC机的互通。 (3)实现备份传输 在传输过程中,为了避免文件丢失,或者只是传到一个地方,所以增加了备份传输,相当于加了一个保险,是文件得到了安全保障 -server client
Platform: | Size: 5120 | Author: 志平 | Hits:

[Internet-Networkclient_server

Description: socket开发的客户端,所实现的功能是发送小写字母,从服务器返回大些字母。-the client part of the socket programing.
Platform: | Size: 2048 | Author: renwei | Hits:

[JSP/JavaClient_Server

Description: 编写客户/服务器程序,客户端Client.java使用DatagramSocket对象将数据包发送到服务器,请求获取服务器端的图像(考生可自选图像文件)。服务器端Server.java将图像文件包装成数据包,并使用DatagramSocket对象将该数据包发送到客户端。首先将服务器端的程序编译通过,并运行起来,等待客户的请求。-The preparation of client/server program, client Client.java use DatagramSocket object data packets sent to the server, requesting access to server-side image (Candidates may be optional graphics file). Server-side image file Server.java will be packaged into data packets, and use the DatagramSocket object to send the packet to the client. First, the procedure will be compiled by the server-side and up and running, waiting for client requests.
Platform: | Size: 2048 | Author: Allan | Hits:

[Program docClient_server-application

Description: Communication Client_server
Platform: | Size: 134144 | Author: alex | Hits:
« 12 3 »

CodeBus www.codebus.net