搜索资源列表
client-server
- 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C/S applications. Which side of the GUI Client pro
chapter3 Time Server Client
- 简单的vc Socket入门程序,对socket的基本结构有很清楚的描述,适合初学者初学者-vc Socket simple entry procedures, the basic structure socket has a very clear picture for beginners and beginners
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
Windows-socket-program--server-and-client
- 基于API的套接字编程,可以检测到服务器和当前客户机的IP地址和端口号,并接收客户端信息。-Socket-based API programming, can be detected by the current server and client IP address and port number, and receive client information.
Socket
- the program is socket program of TCP client/Server structure.
Socket
- C# socket 通信实例 客户端服务器socket通信信息代码-C# Socket client-server communication instance information socket communication code
Socket-Client-Server
- 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.
Socket(ClientServer)
- Socket服务器端-客户端程序:客户端链接服务器后,向服务器发送数据;服务器端建立连接后可以接受客户端数据,互相通信-Socket server-side- Client: Client link server, send data to the server server-side connection can accept client data, communicate with each other
socket
- Linux下的网络通信程序,请把SERVER跟CLIENT分别放在不同的两台机上运行测试.-Linux Network Communication Program, please CLIENT to SERVER with, respectively, on two different machines running tests.
socket-client-server
- vc 实现 客户端 服务端通讯,服务端可接收多个客户端-vc realize the client-side communication services, service client can receive multiple clients
socket
- client server sample FTP
sock_client
- 一个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 TC
socket
- 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
udpSample
- Sample UDP Socket Client/Server For Java version
ServerSocket_demo
- Multi-threaded Client/Server Socket Cla-Multi-threaded Client/Server Socket Class
Implementation-using-VC-Client-Services-machine-mo
- 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Im
socket
- 运行Client和Server两个cpp文件,运行时在设置->link->添加wsock32.lib ,在debug文件中得到两个对应的.exe,然后在dos下运行,在debug文件下输入 Server 2000 ,会显示主机名,再打开一个dos,还是在debug目录下输 Client 主机名 2000 ,就可以客户服务器对话了,输入exit可以退出。-Client and Server both run cpp file,
socket
- 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
socket
- c++ socket 基本编程方式 简单的客户端,服务器端通信-basic c++ socket programming simple client, server-side communications
socket
- VC++ socket 客户端 服务器 聊天室-VC++ socket client-server chat room