搜索资源列表
Socket
- 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
LANChat
- 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
P2Psocket.pdf
- system.sockes命名空间了实现 berkeley 套接字接口。通过这个类,我们可以实现网络计算机之间的消息传输和发送。而在我下面要讨论的这个议题里,我们将讨论的是用套接字实现文件的传输.这种方法有别于ftp协议实现的的文件传输方法,利用ftp的方法需要一个专门的服务器和客户端,无疑于我们要实现的点对点的文件传输太为复杂了一些。在这里,我们实现一个轻量级的方法来实现点对点的文件传输,这样就达到了intenet上任何两个计算机的文件共享。 -namespace system.socke
TCP_Server_Client
- 基于TCP的客户端和服务器端的套接字编程,对初学者有用,里面有截图和使用说明-TCP-based client and server-side socket programming, useful for beginners, there are screenshots and use
Server
- socket套接字服务器端,实现交互双方的路径显示,以及文件的传输-socket socket server-side, the realization of interaction between the two sides show the path and file transfers
Client
- socket套接字,实现交互双方的路径显示,以及文件的传输-Socket socket, the realization of interaction between the two sides show the path and file transfers
ChatServer
- 简历一个服务器端(利用套接字来建立连接)从而进行文件传输-Resume a server-side (using sockets to establish a connection) in order to carry out file transfer
TEST_Trans_File(1)
- MFC点对点文件传输 实现局域网直接文件传输通信-MFC LAN peer-to-peer file transfer file transfer direct communication
SocketDemo
- 一个sockt网络通讯实例,用sockt套接字实现文件的传输-Sockt examples of a network communication with sockt socket file transfer
FileDownLoad
- 利用套接字Select模型开发的一个远程文件下载程序,该程序包括服务器端和客户端两部分。服务器主要包括多线程设计,数据包设计,界面设计发送目录结构设计等部分。客户端包括多线程设计,界面设计等部分客户端的大致流程是连接服务器 发送请求接受目录,发送请求,解析数据,显示数据 等部分。-Select model development using a socket, a remote file downloading program, which includes server-side and cl
socket_file
- C/S结构,用套接字实现文件的传输,这是基本的,便于一些朋友进行SOCKET编程的学习。-c/s,sokcet
newChatRoom
- Version 1.0 1. 客户端通过下载的Java Applet 小程序和服务器建立套接字连接字后,用户输入聊天的昵称就可以和其他用户聊天; 2. 聊天室界面包括公共聊天信息和私人聊天信息,用户可以用鼠标双击聊天列表中某个聊天者的昵称,和该用户进行私人聊天 3. 当新用户进入聊天室时,所有的用户都可以在聊天列表中看到该用户的昵称;当某用户关闭浏览器或退出聊天室时,聊天列表将该用户的昵称删除,聊天室显示该用户离开的消息。 Version 2.0 1. 增
TCP_socket_client_server_file_transfer_program_des
- TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
MFCSocket
- MFC套接字编程 文件发送应用程序 信息广播应用程序-MFC Socket programming file to send application information broadcast applications
tftp
- TFTP文件传输系统运用软件工程的设计方法以visual c++ 6.0 为开发工具进行开发的。此TFTP文件传输系统采用采用客户端/服务器(C/S)模式,客户端与用户端通过UDP互相通讯。主要是在套接字的运用。随便帮学长做的东东,文档,代码,可执行文件都齐全。-TFTP file transfer system using software engineering design approach to visual c++ 6.0 development tool for the develo
tcpbingfa
- TCP并发服务器,绑定套接字,套接字文件描述符-TCP concurrent
TFTP方式客端向服端发送文件的工程
- TFTP服务器及客户端的设计和实现. a) 基于数据报套接字设计并实现 b) 客户端基于图形界面 c) 服务器和客户可以正常进行文件传输(Design and Implementation of TFTP Server and Client. A) Design and implement based on datagram socket design B) The client is based on a graphical interface C) The server and the cl
asio-1.10.8
- 独立与boost版本的asio库,可以用于串口编程,套接字编程等。 使用时,解压,在工程属性中设置包含目录,将asio的include目录包含到工程的包含目录下;然后在工程属性预处理器定义添加ASIO_STANDALONE;头文件中#include <asio.hpp>(Independent and boost version of the ASIO library, can be used for serial programming, socket programming,
test02_Socket
- 此文件是C#语言编写的socket测试程序(this is a socket test program)
version3.1
- 用套接字模拟实现从文件服务器(本地服务器端)上下载到客户端(Using Sockets to Simulate file server)