Welcome![Sign In][Sign Up]
Location:
Search - socket-client-server

Search list

[JSP/Javaclient-server

Description: 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C/S applications. Which side of the GUI Client procedures used to provide input interface number two, and a "send" button, there is another TextField came for the show results; Terminal Server connectivity for wiretapping request, sent over the calculation of the number two and, for the return data results.
Platform: | Size: 1024 | Author: 刘流 | Hits:

[Internet-Networkchapter3 Time Server Client

Description: 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
Platform: | Size: 45056 | Author: 张天 | Hits:

[Communicationjava实现服务器和客户机通讯的的方法

Description: 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a Java ServerSocket socket server and and client communication methods. The principle is established on the server side ServerSocket ports and eavesdropping, reception to the client connection request to establish socket, the socket to be input and output streams. The new Socket client and access input and output streams. Server and client input and output streams used after the establishment of writeLine (), and println () side France each other to send and receive data. To improve code efficiency, the establishment of two categories clientAgent and serverAgent.
Platform: | Size: 6144 | Author: 郑描中 | Hits:

[Internet-NetworkWindows-socket-program--server-and-client

Description: 基于API的套接字编程,可以检测到服务器和当前客户机的IP地址和端口号,并接收客户端信息。-Socket-based API programming, can be detected by the current server and client IP address and port number, and receive client information.
Platform: | Size: 21504 | Author: 王志慧 | Hits:

[TCP/IP stackSocket

Description: the program is socket program of TCP client/Server structure.
Platform: | Size: 1833984 | Author: keith | Hits:

[Program docSocket

Description: C# socket 通信实例 客户端服务器socket通信信息代码-C# Socket client-server communication instance information socket communication code
Platform: | Size: 23552 | Author: zhang zenghui | Hits:

[Internet-NetworkSocket-Client-Server

Description: Winsocket通讯程序,为新手学习如何编写Socket通讯提供很好的例子,1个是客户端程序,1个是服务器程序.-WinSocket communication procedures for the novice to learn how to prepare Socket Communications to provide good example is a client program, is a server program.
Platform: | Size: 274432 | Author: 赖旭员 | Hits:

[Internet-NetworkSocket(ClientServer)

Description: Socket服务器端-客户端程序:客户端链接服务器后,向服务器发送数据;服务器端建立连接后可以接受客户端数据,互相通信-Socket server-side- Client: Client link server, send data to the server server-side connection can accept client data, communicate with each other
Platform: | Size: 6144 | Author: | Hits:

[Linux-Unixsocket

Description: Linux下的网络通信程序,请把SERVER跟CLIENT分别放在不同的两台机上运行测试.-Linux Network Communication Program, please CLIENT to SERVER with, respectively, on two different machines running tests.
Platform: | Size: 4096 | Author: Feng | Hits:

[Internet-Networksocket-client-server

Description: vc 实现 客户端 服务端通讯,服务端可接收多个客户端-vc realize the client-side communication services, service client can receive multiple clients
Platform: | Size: 99328 | Author: studyhard | Hits:

[Internet-Networksocket

Description: client server sample FTP
Platform: | Size: 12288 | Author: CAVCHOU | Hits:

[Internet-Networksock_client

Description: 一个windows SOCKET client端测试程序,与Remote Server 连接后可以发送和接收TCP Packet。在作网络程序开发时,我们用它做网络测试程序。基于microsoft visual studio 开发。-A windows SOCKET client-side test procedure, with the Remote Server connections can send and receive TCP Packet. In program development for the network, we use it to do network testing procedures. Development based on microsoft visual studio.
Platform: | Size: 6830080 | Author: doujiange | Hits:

[TCP/IP stacksocket

Description: 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
Platform: | Size: 1024 | Author: 雁子 | Hits:

[Internet-NetworkudpSample

Description: Sample UDP Socket Client/Server For Java version
Platform: | Size: 2048 | Author: aliase | Hits:

[Internet-NetworkServerSocket_demo

Description: Multi-threaded Client/Server Socket Cla-Multi-threaded Client/Server Socket Class
Platform: | Size: 247808 | Author: 周雄军 | Hits:

[Internet-NetworkImplementation-using-VC-Client-Services-machine-mo

Description: 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client Services machine model chat program: In the TCP/IP network, both the process of interaction between the host model is client/server mode (Client/Server model). The goal of this experiment is to use Visual C++ the implementation WINDOWS SOCKET network programming between the client and server communications, through a chat room procedures to reflect this communication process, the model set up based on the following two points: one, non of effects 2, communication is completely asynchronous. Client/Server mode in the process are initiatives taken by way of instructions,
Platform: | Size: 4211712 | Author: 廖国锐 | Hits:

[Windows Developsocket

Description: 运行Client和Server两个cpp文件,运行时在设置->link->添加wsock32.lib ,在debug文件中得到两个对应的.exe,然后在dos下运行,在debug文件下输入 Server 2000 ,会显示主机名,再打开一个dos,还是在debug目录下输 Client 主机名 2000 ,就可以客户服务器对话了,输入exit可以退出。-Client and Server both run cpp file, at run-time settings-> link-> add wsock32.lib, at debug document corresponding to two. Exe, then run under dos at the debug file, enter the Server 2000, will show host name, and then open a dos, or in the debug directory lose Client host name 2000, a dialogue can be a client-server, type exit to exit.
Platform: | Size: 2394112 | Author: zachary | Hits:

[Linux-Unixsocket

Description: client.c -- a stream socket client demo server.c -- a stream socket server dem-client.c- a stream socket client demo server.c- a stream socket server dem
Platform: | Size: 50176 | Author: nameblue | Hits:

[Windows Developsocket

Description: c++ socket 基本编程方式 简单的客户端,服务器端通信-basic c++ socket programming simple client, server-side communications
Platform: | Size: 5642240 | Author: suchao | Hits:

[Internet-Networksocket

Description: VC++ socket 客户端 服务器 聊天室-VC++ socket client-server chat room
Platform: | Size: 2351104 | Author: 小钳子 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net