搜索资源列表
利用Socket进行Java网络编程
- 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
Client-ServerSocket
- 基本的网络编程基础例子,win socket编程,适合初学者-basic foundation of network programming examples win socket programming for beginners
Program_for_socket
- 一个简单的Socket服务器程序 这个服务器程序只是简单的接受客户方传送的字符串,然后显示它们。 从一个简单的Socket客户机发送消息:-a simple socket server this procedure is a simple server client side of the transmission string and then display them. From a simple Socket client send messages :
socket(chlientandserver)
- 一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
异步套接字客户端
- 异步套接字客户端-asynchronous socket client
同步套接字客户端
- 同步套接字客户端-synchronization socket client
TCP-chat-client
- 这是一个基于tcp的聊天工具,采用了异步socket模式.非常适合正在进行网络编程的人-This is a tcp-based chat tools, using the asynchronous socket model. very suitable for the ongoing program of the network
提高Client
- SocketAPI的程序-Socket API procedures
client
- socket套接字的客户端程序,向服务器端发送并接受信息。若发送或接收信息失败则显示相应的错误信息。
Socket-Client-Server
- Winsocket通讯程序,为新手学习如何编写Socket通讯提供很好的例子,1个是客户端程序,1个是服务器程序.
Client
- TCP/IP网络聊天客户端,对服务端发起socket请求,服务器端接收后实现聊天数据互发。
Client
- socket,winsocket网络编程,客户端部分
myunp
- socket client,connect to the server
socket-client-server
- vc 实现 客户端 服务端通讯,服务端可接收多个客户端
socket
- client server sample FTP
WindowsC+++MFC+Socket+(Client)
- WindowsC+++MFC+Socket+源码示例(客户端篇),内附说明文档
Client
- 首先创建FileInputStream的对象, 基于图片文件,创建一个输入流,通过FileInputStream获取图片文件,通过Scoket类创建实例对象获取上传的服务器Ip地址,然后通过Socket类的getOutputStream()方法上传图片,在通过while()循环进行判断,如果上传成功则输出客户端发送完成
socket
- socket通信,包括SERV和CLIENT通信机制,可以用来建立基于socket通信的网络应用程序开发。
FixedTcpClient
- socket serveices and socket client
sock_client
- 一个windows SOCKET client端测试程序,与Remote Server 连接后可以发送和接收TCP Packet。在作网络程序开发时,我们用它做网络测试程序。基于microsoft visual studio 开发。