-
快来看BitTorrent的源码,本代码利用BT下载软件的基本原理,是学习P2P软件的好助手...
快来看BitTorrent的源码,本代码利用BT下载软件的基本原理,是学习P2P软件的好助手-Come see the source code, the code download software using BT"s basic principles, P2P software is to learn from the good assistants
- 2022-12-08 05:35:03下载
- 积分:1
-
来源于网上的C++技术开发的P2P客户端通讯代码,为国外开源代码, 可用来学习掌握C++的P2P通讯算法。来源于网上公开资料,供学习使用。...
来源于网上的C++技术开发的P2P客户端通讯代码,为国外开源代码, 可用来学习掌握C++的P2P通讯算法。来源于网上公开资料,供学习使用。-From online C++ Technology development of P2P client code, for foreign open-source code, can be used to study and master the C++ The P2P communication algorithm. Disclosure of information from the Internet for learning to use.
- 2022-11-09 19:20:03下载
- 积分:1
-
老外写的点对点流媒体客户端,简单有效,值得学习
老外写的点对点流媒体客户端,简单有效,值得学习-Foreigner to write peer-to-peer streaming media client, simple and effective, it is worth learning
- 2022-02-12 23:45:10下载
- 积分:1
-
GMLive并不直接提供P2P视频服务。所以我们不应分别…
GMLive并不直接提供P2P直播服务。因此我们并不能对提供的服务负责。 它尝试成为一款通用型的流媒体播放外壳。 它以全能的Mplayer播放器为引擎。目标是支持Linuxx下多种类型的P2P广播视频 流,提供一种方便快捷的观看网络视频的方案。-GMLive does not directly provide the P2P video service. So we should not be responsible for the services provided. It tried to become a general-purpose streaming media player enclosure. It is all-around player for the Mplayer engine. Linuxx next goal is to support multiple types of P2P broadcast video stream, providing a convenient viewing video programs.
- 2022-01-20 23:24:45下载
- 积分:1
-
P2P之UDP穿透NAT和# 39;的理论和实现,包括客户端和…
P2P之UDP穿透NAT的原理与实现,包括客户端和服务端,以及相关技术文档-P2P UDP penetrate NAT"s Theory and Implementation, including the client and server, and the relevant technical documentation
- 2022-01-28 19:58:02下载
- 积分:1
-
一个用VB写的简单P2P聊天程序
一个用VB写的简单P2P聊天程序-a simple p2p chat tool by VB
- 2023-05-12 15:40:02下载
- 积分:1
-
一个非常好的p2p软件,包括文件共享,下载等功能
一个非常好的p2p软件,包括文件共享,下载等功能-a very good peer-to-peer software, including file sharing and downloading functions
- 2022-04-01 13:48:10下载
- 积分:1
-
一个delphi写的多线程下载器。 可以集成到IE内部
一个delphi写的多线程下载器。 可以集成到IE内部-Delphi write a multi-threaded downloaders. IE can be integrated into the internal
- 2023-03-13 03:15:04下载
- 积分:1
-
packet loss control using tokens at network edge
目前,互联网可以同时
- 2023-05-20 20:50:03下载
- 积分:1
-
一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成c...
一个通用些连接数据库的包,其中有三个类: 1.DBConn.java:主要用来连接和关闭数据库.连接数据库的URL,USER,PASSWORD通过配置文件完成com/bcxy/util/systemconfig.properties 2.SqlQuery.java:主要用来执行查询的SQL语句.构造方法: SqlQuery(Connection con, String sql) 将结果存在容器中. 3.SqlUpdate.java:主要用来执行更新的SQL语句.构造方法: SqlUpdate(Connection con, String sql) 另: jar包中有一个util.*,主要是一些常用工具类,下面简单介绍一下: 其中主要包括了 StringUtil.java:对字串的一些操作 DateUtil.java:对时间的一些操作 FileUtil.java:对文件的一些操作 SystemConfig.java:读取配置文件systemconfig.properties ParamUtil.java:页面传参数的操作-a more generic database connectivity package, which has three categories : 1.DBConn.java : mainly used to connect to the database and closure. Connecting to the database URL, USER, PASSWORD through configuration files completed com/bcxy/util/systemconfig.properties 2.SqlQuery. java : mainly used for the implementation of the SQL statement. Construction : SqlQuery (Connection con, String sql) of the results there containers. 3.SqlUpdate.java : mainly used for the implementation of the updated SQL. Construction : SqlUpdate (Conne
- 2023-05-11 14:25:03下载
- 积分:1