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

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

于 2022-02-21 发布 文件大小:132.36 kB
0 187
下载积分: 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 个回复

  • 一本c#的的源码
    一本c#的编程的源码-a c# programming source code
    2023-05-28 19:45:03下载
    积分:1
  • 对于FileUpload IE的CGI
    CGI program for fileupload from IE
    2022-02-14 08:18:06下载
    积分:1
  • EasyClass是针对某大学Web选课子系统一个自动的课检索序。EasyClass允许用户对希望关注的课自动检测空位,并且可以帮助学生自动选课。Easy...
    EasyClass是针对某大学Web选课子系统一个自动的课程检索程序。EasyClass允许用户对希望关注的课程自动检测空位,并且可以帮助学生自动选课。EasyClass根据课程号,模拟手动方式查询课程选课情况,从选课系统中提取出被关注课程的选课人数,通过对比后分析出该课程是否尚存空位,若可选,则对用户作出通报,或者直接把课程选上,从而实现完全自动化选课。主要是通过使用Borland C++Builder 6 内带的控件TNMHTTP和TCppWebBrowser,配合WinAPI函数和一些常用的控件开发出来的。TNMHTTP控件可以对外发出http协议请求,并且把返回结果内容的纯文本代码;而TCppWebBrowser就是浏览器控件,可以实现类似IE的效果。压缩包内含开发文档。-EasyClass against a university Web subsystem an automatic Elective courses retrieval procedures. EasyClass allows users to hope that the courses concerned automatic detection space, and can help students automatically Course. EasyClass based curriculum, simulation manually inquiries Elective courses, classes from the system extracted courses were concerned about the number of classes, through comparative study of the analysis of whether or not the programs surviving vacancy, if optional, the user make informed, or courses directly elected, so as to achieve a fully automated Elective. Mainly through the use of Borland C Builder within six with the
    2023-02-22 01:50:04下载
    积分:1
  • 多线串口Modem远数据通信
    多线程串口Modem远程数据通信-multi-threaded remote serial data communications modem
    2022-07-25 02:34:19下载
    积分:1
  • c# vs2005 (asp.net2.0) under the control of a date, from web
    c# vs2005(asp.net2.0) 下的一个日期控件,来自网上的脚本,对其作了更改,修改了些错误,目前已经在项目中使用,感觉不错-c# vs2005 (asp.net2.0) under the control of a date, from web-based script, which was to change, modify some errors, has been used in the project, I feel good
    2022-03-02 15:21:30下载
    积分:1
  • cisco-2950交换机的应用序的源代码
    cisco-2950交换机的应用程序的源代码-cisco- 2,950 switchboards application procedures source code
    2022-06-06 14:47:33下载
    积分:1
  • winpcap源码
    WinPcap 是由伯克利分组捕获库派生而来的分组捕获库,它是在Windows 操作平台上来实现对底层包的截取过滤。 WinPcap 为用户级的数据包提供了Windows 下的一个平台。WinPcap 是 BPF 模型和 Libpcap 函数库 在 Windows 平台下网络数据包捕获和网络状态分析的一种体系结构,这个体系结构是由一个核心的包过滤驱动程序,一个底层的动态连接库 Packet.dll 和一个高层的独立于系统的函数库 Libpcap 组成。底层的包捕获驱动程序实际为一个协议网络驱动程序,通过对NDIS中函数的调用为 Win9x、WinNT、和 Win2000/XP/visa/。。。 提供一类似于 UNIX 系统 下 Berkeley Packet Filter 的捕获和发送原始数据包的能力。Packet.dll 是对这个 BPF 驱动程序进行访问 的 API 接口,同时它有一套符合 Libpcap 接口(UNIX 下的捕获函数库)的函数库。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-09 13:26:37下载
    积分:1
  • 动易站管理系统
    动易网站管理系统-dynamic easy website management system
    2022-08-08 15:54:21下载
    积分:1
  • 序为一个很好的八数码(又称九宫图)序,为本人的人工智能课设计。...
    本程序为一个很好的八数码(又称九宫图)程序,为本人的人工智能课程设计。-the procedures for a good eight digital (also known as JiuGongTu) procedure, the artificial intelligence of my course design.
    2022-04-22 01:27:28下载
    积分:1
  • 用完成端口IOCP实现的服务端引擎和多线客户端引擎。
    用完成端口IOCP实现的服务端引擎和多线程客户端引擎。-using the server engine of finishing the IOCP port realization and the client engine of multithreading.
    2022-07-13 13:37:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载