-
利用C sharp实现p2p通讯的代码,对不在同一局域网的主机实现通讯...
利用C sharp实现p2p通讯的代码,对不在同一局域网的主机实现通讯-C sharp realization of the use of p2p communications code, are not hosts to achieve the same local area network communication
- 2023-01-24 06:10:04下载
- 积分: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-02-03 01:00:55下载
- 积分:1
-
就是能够根据网络节点的TOP文件,生成网络的节点TOP结构,能够在节点间查找传输文件...
就是能够根据网络节点的TOP文件,生成网络的节点TOP结构,能够在节点间查找传输文件-is to be able to network nodes under the TOP document generation network nodes TOP structure, the nodes can find to transfer files
- 2022-04-15 03:32:23下载
- 积分:1
-
免费内核推出, BT软件开发不再高深. 只要你愿意, 你可以在3天的时间里开发出满足你自己需要的BT下载软件.
假如你正在想自己开发一个BT下载软件或...
免费内核推出, BT软件开发不再高深. 只要你愿意, 你可以在3天的时间里开发出满足你自己需要的BT下载软件.
假如你正在想自己开发一个BT下载软件或者你正在为你的公司的程序寻找一种省钱省时的下载解决方案, FTKernelAPI将是你的理想选择...
FTKernelAPI 是什么?
FTKernelAPI 是基于标准的BitTorrent协议开发网络内核库. 作者开发的BT下载软件FlashBT(变态快车) 就是使用的
本内核库. FTKernelAPI 是使用C++开发, 以标准 C API 接口的方式提供. 所以FTKernelAPI 不但可以应用于C++开发
的程序中, 同样可以应用于VB/Delphi/C++ Builder 的语言开发的程序中. 目前FTKernelAPI 已经被某些公司成功的应
用于他们的商业程序中, 包括C++和Delhpi开发的程序.
FTKernelAPI 如何使用? 有什么例子可以参照吗?
为了便于大家使用, 作者提供了一个使用FTKernelAPI 开发的开放源码的BT下载程序 - BitZam. 关于使用FTKernelAPI, 你可以下载BitZam的C++源码看看. 使用起来非常简单. 你可以在BitZam的基础上在很短的时间内开发出通用的BitTorrent下载程序或者自己专用的禁止其他人的BitTorrent软件下载的程序. 你不必再关心BitTorrent协议的细节, 这些都已经被封装在了内核库中.-free-core launch, BT is no longer advanced software development. If you wish, you can three days of time to develop to meet your own needs BT to download software. If you are thinking about their development of a BT download software or you are for your company"s procedures to find a cost-effective and time under the contains
- 2022-09-29 19:35:03下载
- 积分:1
-
G3 Torrent, and it has the goodwill of the operating interface, users can easily...
G3 Torrent,它拥有良好的操作界面,用户可以轻松上手,如果对于下载的文件和Torrent文件可以有详细的信息和分类,让用户方便管理,在BT下载软件上也获得了一片畅通无阻的天空。
- 2022-02-24 18:13:26下载
- 积分:1
-
大名鼎鼎的agobot,是自己写ircbot一般需要参考借鉴的源码
大名鼎鼎的agobot,是自己写ircbot一般需要参考借鉴的源码-The famous agobot, IRCBot are generally required to write their own reference from the source
- 2022-03-23 16:54:30下载
- 积分:1
-
P2P-Over-MiddleBoxes-Demo
- 2023-03-13 22:55:04下载
- 积分:1
-
点对点P2P文件传输的实现,学P2P的可以参考一下.
点对点P2P文件传输的实现,学P2P的可以参考一下.-Peer-to-peer P2P file transfer realize, learning P2P can reference.
- 2022-06-28 05:58:27下载
- 积分: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
-
peercast some of the source code, a different version of the oh, some first
一些peercast的源代码,不同的版本的哦,先传些上去,让大家看看!!希望能给大家提供方便!-peercast some of the source code, a different version of the oh, some first-up, let everyone see! ! I hope that it provides convenient!
- 2022-12-28 18:40:05下载
- 积分:1