搜索资源列表
-
0下载:
用SOCKET编程实现mini FTP client / Server功能包括简单地上传和下载文件,SOCKET programming with mini FTP client/Server
-
-
0下载:
基于socket多线程图片传输程序,有客户端和服务器端-Socket-based multi-threaded image transfer process, there are client and server-side
-
-
0下载:
这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架
-the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
-
-
0下载:
java写的一个Tcp socket 一个client和server-java write a Tcp socket a client and server
-
-
0下载:
j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
-
-
0下载:
TCP 协议基础教学代码,一个server 一个 client,client从txt文件里面摘取名人名言语句发给server-Basic teaching code of the TCP protocol, a server an the client, the client from the txt file to the removal of celebrities famous statement distributed server
-
-
0下载:
socket编程,实现服务器与客户端之间的字符传输-socket programming, characters are transmitted between server and client
-
-
0下载:
本实例是Client/Server的简化模型,容易学习理解,同时对Socket用法有初步介绍。-This example is a simplified model of Client/Server, easy to learn to understand that while the initial introduction of the Socket usage.
-
-
0下载:
C++ Builder 使用自带的socket组件进行通讯的例程,包括客户端和服务器端,在实际应用软件中已经使用-C++ Builder comes with socket assembly routine communications, including client and server side, have been used in the practical application of software
-
-
0下载:
windows socket client server in C++ working
-
-
0下载:
C语言SOCKET编程源代码,包含了客户端代码和服务器端代码。-C language programming in SOCKET source code,Including client code and the server code
-
-
0下载:
Socket通信,实现简答的服务器与客户端的通信。客户端发送消息,服务器端接收消息。-Socket communication, communication between the server and the client of the short answer. Client sends a message, the server receives a message.
-
-
0下载:
实现socket多客户端通信,每来一个客户端开一个线程,同时收到的数据写数据库。-Implement socket multi-client communication, each to a client open a thread, and you receive the data write to the .
-
-
0下载:
网络调试助手,通过网络发送、接收数据,可作为服务器,也可作为客户端-Network debugging assistant, through the network to send and receive data, can be used as a server, can also be used as a client
-
-
0下载:
在VC++上写的小程序,关于client-server间的socket通信,主要做学习分享用!-simple communication between client and server
-
-
0下载:
该程序实现了服务器与客户端之间的socket通信。分别模拟服务器与客户端对话框,可以直接输入文本,并发送。运行时需要修改电脑的IP地址为192.168.1.68,服务器程序与客户端程序分别运行后,应先启动服务,后连接服务,之后才能发送数据。-The program implements the socket communication between the server and the client. Respectively, simulation server and client dia
-
-
0下载:
C ++ server client socket c++ 服务器 客户端 socket-C++ server client socket server client socket C++
-
-
0下载:
a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python
1 this is a implementation of python udp server client model, run the code respectively in di
-
-
0下载:
该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
-
-
0下载:
客户端与服务器端实时聊天程序,实现及时通信传输(Real time chat program for client and server)
-