搜索资源列表
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
socket-file-transfer 利用socket进行文件传输的服务器端程序和客户端程序
- linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
realmsg-4
- 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
Socket
- C#异步实现客户端和服务器端通讯,直接带项目文件,可以直接用VS2008打开修改为自己需要的功能-C# Asynchronous implementation of client and server-side communications, directly with a project file, you can directly modify the VS2008 to open the functionality required for their own
Socket
- 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
SOCKET-Send-Photo
- 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
src
- ftp文件更新服务器,Socket,和界面的制作,可承担5000个用户同时进行下载文件。-ftp file update server, Socket, and the interface of production, be able to absorb the 5000 users to download files at the same time.
net
- Socket进行文件传输的例子 服务器先向客户端传文件 客户端也可向服务器端传文件-err
socket
- 通过socket编程,编写两个独立运行的C++程序,一个为服务器,一个是客户端。 本次作业能实现客户端对服务器的下载文件和上载文件的操作。 客户端:D盘的FTP文件夹存放要上传的文件,F盘的FTP文件夹存放下载的文件。 服务器端:D盘的FTP文件夹存放供用户下载的文件,F盘的FTP文件夹存放用户上载的文件。- socket
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, at run-time settings-> lin
socket
- UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
Transport
- 多客户端与服务器(多线程)通信,可向服务器搜索文件,服务器将(指定搜索目录)搜索结果向客服端回传,客服端可以选择是否接收以及存储目录。双方均有通信记录-client and Server socket communication File Transport
socket
- 初学SOCKET很好的帮助,完成客户端对服务器端的收发文件功能-socket example
socket
- 用c++写的一个套接字文字传输,包括服务器和客户端,采用vc++6.0开发环境,用户可以在config文件中设置端口-Using c++ socket write a text transmission, including server and client, using vc++6.0 development environment, users can set the port in the config file
socket
- 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
socket
- TCP CS 模式文件传输可以下载和上传文件,也可浏览服务器端文件-TCP CS file transportation
Linux下Socket编程通讯程序
- 使用Socket套接字编程,设计在Linux下的简单聊天程序。 程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册 ■ 用户登录,可验证用户名、密码 ■ 用户登出或注销账户 ■ 在线用户查询,客户端可得到所有在线用户 ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息) ■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证
Socket
- 用JAVA实现socket通信,实现服务器和客户端之间互发图片、文件-JAVA socket
version3.0
- 利用socket套接字模拟从文件服务器(服务器端)下载文件到本地客户端(本机)。(The socket socket is used to simulate downloading files from the file server (server side) to the local client (native).)
邮件服务器
- SMTP,POP3,邮件客户端,模仿邮件服务器编写,可上传下载文件(it include smtp,pop3,and user client)