登录
首页 » Windows Socket编程 » 一个BT的源代码,用c++编写的,是别人的,我就是想下载一个有用的代码,谢谢站长。...

一个BT的源代码,用c++编写的,是别人的,我就是想下载一个有用的代码,谢谢站长。...

于 2023-02-08 发布 文件大小:105.03 kB
0 209
下载积分: 2 下载次数: 1

代码说明:

一个BT的源代码,用c++编写的,是别人的,我就是想下载一个有用的代码,谢谢站长。-A BT source code, using c++ Prepared, is someone else

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

发表评论

0 个回复

  • TCP文件传输协议的服务器端的实现(JAVA写)
    TCP文件传输协议的服务器端的实现(JAVA编写)-TCP File Transfer Protocol server-side to achieve the (JAVA prepared)
    2022-05-13 16:29:49下载
    积分:1
  • 很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢...
    很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。 -many people use the Internet, they had ants Network Express software or download files over the Internet experience, the use of such software can greatly speed up the documents on the Internet speeds, reduce file transfer time. These software Why is there so much magic? Its main reason is the software used to download and multithreading technology HTTP. If we prepare ourselves to a similar case in the process and to quickly download on the Internet, it must be a very pleasant thing. Now, I would talk about how to use C# language support for a multi-threaded download procedures, you will see the use of C# language network should procedure is how easy from can understand C# Language powerful networking capabilities.
    2023-02-11 11:20:03下载
    积分:1
  • 利用ICMP原理做的一个测网速的小序 专注于外网 通过输入一个IP 就可以得到网速...
    利用ICMP原理做的一个测网速的小程序 专注于外网 通过输入一个IP 就可以得到网速-Principle of the use of ICMP to do a little speed test procedures have focused on the importation of a foreign IP network can be speed
    2023-08-03 06:30:04下载
    积分:1
  • 自动发送电子邮件
    这是的自动发送电子邮件的源代码。请下载并试用。谢谢大家的支持。
    2022-01-28 08:28:59下载
    积分:1
  • BHO:其不仅包含读取网页中的密码,同时还包含密码等用户信息回添!...
    BHO:其不仅包含读取网页中的密码,同时还包含密码等用户信息回添!-BHO: its not only read the page that contains the password, passwords, etc. It also contains user information back to Tim!
    2022-03-02 04:28:41下载
    积分:1
  • 网络监听,可以查到包源及目的地址,可以分析数据包的内容...
    网络监听,可以查到包源及目的地址,可以分析数据包的内容-eavesdropping network can check packet source and destination addresses can analyze the contents of data packets
    2022-04-01 14:10:46下载
    积分:1
  • 使用delphi7 进行socket 服务器端 开发含源码
    基于delphi7开发,使用IdTCPServer控件,进行socket服务器端开发。 包含全部源码以及exe文件,纯原生开发。 还有Client客户端代码已经上传。
    2022-03-22 19:03:49下载
    积分:1
  • 分别遵循 TCP 和 UDP 协议的, 了解2个协议的主要区别, 了解其各自的优缺点....
    分别遵循 TCP 和 UDP 协议的编程, 了解2个协议的主要区别, 了解其各自的优缺点.-were followed TCP and UDP programming, understanding the two main differences between the agreement and understanding of their respective strengths and weaknesses.
    2022-05-05 12:43:56下载
    积分:1
  • (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
    (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
    2022-05-19 18:52:33下载
    积分:1
  • 进行连续的Ping的小序,置于有何作用不知,对学习网络还是有帮助的。.net 2003译通过...
    进行连续的Ping的小程序,置于有何作用不知,对学习网络编程还是有帮助的。.net 2003编译通过-conduct continuous Ping small procedures, I do not know what the effect placed on the study of network programming or help. . Net compiled through 2003
    2023-04-10 12:45:49下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载