搜索资源列表
TCP的客户服务器通信程序
- TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
断点传输服务器端
- 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Between the computer transmits th
MySeverDemo1
- 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
feige
- 飞鸽传书(IP Messenger)是一个小巧方便的即时通信软件,它适用于局域网内甚至广域网间进行实时通信和文档共享。基于 TCP/IP(UDP),无需服务器,简单易用。可传送文件和文件夹。通讯数据采用RSA/Blofish 加密。-Dove Chuanshu (IP Messenger) is a compact and convenient instant messaging software, it applies to the LAN or even WAN conducted real
FileTrans-CS-S-TCP
- 基于网络接口的编程,分服务器和客户端,实现了文件的传送-Web-based programming interfaces, sub-server and client to achieve the transmission of the document
tcp_file_transfer
- tcp文件传输 提供 大文件传输功能 提供服务器连接-tcp file transfer big file transfer
NetAssis
- Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
2009107973315860
- VC++ WbQQ多用户聊天、文件传输(基于TCP协议),软件组成:注册登录服务器、聊天通信服务器、客户端三部分,使用之前:注册ODBC数据源;数据源名称:wbQQuser;类型:ACCESS;文件名:wbQQuser.mdb。 -VC++ WbQQ multi-user chat, file transfer (based on the TCP protocol), software components: registration login server, chat communic
TCP
- TCP通信,发文件例子,内含服务器端和客户端的所有源码,供学习-TCP traffic, issued a document example, contains all the source code of the server and client for learning
TCP
- 基于TCP socket 的服务器和客户端 可以聊天 可以上传\下载文件。有进度条可以产看传送进度-TCP socket-based servers and clients can chat can upload \ download files. A progress bar can produce see delivery schedule
TCP
- 利用TCP实现文件传输的程序,包括服务器和客户端-Using TCP implementation file transfer program, including server and client
网络文件传输系统程序源代码
- 网络文件传输系统程序源代码,基于winsocket调用TCP/IP协议编程,包括客户端程序和服务器端程序。
TCP-Server
- TCP服务器(发送、*消息,发送文件,保存到文件,16进制显示)-TCP server (send, send messages, send files, save to files, hexadecimal display)
P2PChat
- p2p文字聊天,tcp文件发送,vs2015以上版本测试可以编译通过(P2P text chat, send TCP files)
tcp-file.tar
- 用于linxu 平台 进行文件上传和下载(File upload and download)
tecptest
- fu服务器对每个客户端都建立一个线程,实现局域网文件功能共享分发(Qt5 tcpThe Fu server creates a thread for each client to implement the shared distribution of the LAN file function)
MYTOOLS
- C#开发的工业自动化控制类,大部分已经写完且验证过: 一、EPSON Robot Remote TCP/IP Control: 用于对EPSON机械手进行远程以太网控制; 二、Motion Control(GoogolTech/LeadShine):对固高和雷赛运动控制卡的DLL文件中的函数进行第二次封装; 三、Advantech: PCI1752:研华数据采集卡PCI1752更新输出及输出状态回读; PCI1754:研华数据采集卡PCI1754更新输入信号;
BackDB_server
- 能将数据库备份,并等待客户端连接,如有客户端连接上,就通过tcp将数据库文件传送到客户端(Can backup the database and wait for the client connection, if there is a client connection, the database file is sent to the client via TCP)
FileServer
- 在WINDOWS下用mfc实现TCP文件传输的服务器(Use TCP protocol to receive and send files)