登录
首页 » 套接字网络编程 » 传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑。 主要功能:电脑间传送大型文件(如电影等)。 主要特点: 1.采用了多线程技...

传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑。 主要功能:电脑间传送大型文件(如电影等)。 主要特点: 1.采用了多线程技...

于 2022-02-21 发布 文件大小:132.36 kB
0 221
下载积分: 2 下载次数: 1

代码说明:

传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑。 主要功能:电脑间传送大型文件(如电影等)。 主要特点: 1.采用了多线程技术,速度明显高于同类软件。 2.支持多文件同时传送。 3.支持段点继传,也就是说文件可分多次传送。 4.分服务端和客户端,服务器支持多客户。 5.在传送过程中可实时对话,有聊天功能。 6.为了提高效率,本软件做得短小精悍,两文件只有100K,可以直接运行,不用安装。 7.麻雀虽小,但五脏俱全,功能多,操作方便。 使用方法:在服务端加入要传文件,客户端输入服务端IP地址(服务端运行后会显示),点击连接,即会显示服务端文件,双击即可下载。 现在是测试版,欢迎多提意义。 注意:文件下载后自动存储在客户端软件的目录下。-Chuan-sheng (beta version) to describe the software installed in IP/TCP computer. The main functions : computer-to-computer transmission of large files (such as movies, etc.). Main features : 1. The use of multi-threading technology, which is much higher than similar software. 2. Many documents to support simultaneous transmission. 3. Following the support of the point-in other words documents can be divided into several transmission. 4. Hours services and clients, servers support multiple clients. 5. In the process of transmission immediate dialogue, a chat function. 6. To improve efficiency, the software doing small and o

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 共享Unix的资源(磁盘或打印机等)给Windows使用的
    共享Unix的资源(磁盘或打印机等)给Windows使用的程序 -Share Unix resource to windows
    2022-03-18 07:53:07下载
    积分:1
  • 实现了利用视觉实现串口通信的功能,并实现了一种视频的功能。
    利用Visual C++ 实现串口通信功能,用一个类实现串口操作的封装。-achieved using Visual C serial communications functions, and to achieve a kind of serial Packaging operation.
    2022-04-30 06:38:07下载
    积分:1
  • 清华版的jsp基础序 对新手很有用
    清华版的jsp基础程序 对新手很有用-Qinghua version of the basic procedures jsp useful to novice
    2023-08-21 16:40:03下载
    积分:1
  • ping 的实现代码 多线实现
    ping 的实现代码 多线程实现 ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码ping 的实现代码
    2022-09-06 19:10:02下载
    积分:1
  • Linux Network Programming learning good information
    Linux网络编程学习的好资料-Linux Network Programming learning good information
    2023-08-04 07:40:04下载
    积分:1
  • MFC 机械臂数据监控 二维动态轨迹
    使用mfc框架编写,通过TCPIP协议即socket通信采集机械臂数据,同时涉及MySQL数据库 使用,多线程技术,二维实时动态轨迹。
    2022-02-04 18:45:40下载
    积分:1
  • 邮件相关
    邮件相关-mail-related.
    2022-03-18 15:34:43下载
    积分:1
  • asp Guide to the foundation, and I hope to help beginners.
    asp方面的基础教程,希望对初学者有所帮助。-asp Guide to the foundation, and I hope to help beginners.
    2022-12-19 09:15:03下载
    积分:1
  • 基于Indy的聊天
    基于Indy的网络聊天-based on the Internet chat Indy
    2022-05-10 11:09:06下载
    积分:1
  • 对xml+xsl实现分页排序的改进,使支持对所有数据进行排序 以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,...
    对xml+xsl实现分页排序的改进,使支持对所有数据进行排序 以往见过的利用xml+xsl来实现分页排序的基本都只能本页内排序,而不能对所有数据进行排序,究其原因,简单分析如下: xml+xsl分页原理:在xsl中,遍历节点的时候,可以获取当前节点的位置,而且还能限制显示特定位置的节点,例如有18条记录,可以在xsl中设置只显示第1-6条,也可以设置只显示第7-12条,再配合客户端脚本,就可以动态改变xsl文档中控制显示指定位置节点的属性,从而实现分页(具体见代码)。不过这个有一点就是在xsl中获取的这个位置信息是xml文档中的节点位置,而不是排序后的位置; 同样xml+xsl实现排序原理:xsl可以按照节点的属性来排序,我们可以通过动态改变xsl的相关属性值来达到动态排序的目的。如果两个合起来用,却只能对当前页进行排序。 -right xml xsl achieve Pagination sort of improvement backing the right of all data ranking ever seen in the use of xml xsl order to achieve the basic pagination can only Page Ranking within, but not all right for sorting data and the reason, simple analysis is as follows : Principle xml xsl Pagination : In xsl, traversing nodes, the nodes can access the current location, but will limit revealed specific locations of nodes, for example, 18 records, xsl can be installed in only 1-6 revealed that the first, can also set up only to No. 7-12, Coupled with the client script, it can change the dynamic control xsl docume
    2023-06-11 07:55:02下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载