搜索资源列表
ants_p2p_alpha8.0.0_src.zip
- java写的P2P软件,可以进行文件传送及聊天。
jxta.rar
- JAVA写的P2P文件传送程序。
Azureus_source
- Azureus是一个java编写的跨平台的BT客户端,它具有很多功能,可以帮你强有力地高速下载文件。
bcxy
- 一个通用些连接数据库的包,其中有三个类: 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(C
jchord-src-0.1
- chord java 实现,完整的代码,一个主文件,6个类 -chord
tcpandp2preport
- 用Java实现的tcp协议中p2p的连接,包括聊天和文件的传输,很实用也简单易懂,是报告。-Using Java to achieve agreement of the tcp connection p2p, including chat and file transfers, it is also easy-to-read and practical, is the report.
Java-socket
- 在Uinx/Linux/Windows 环境下通过socket方式实现一个基于Client/Server 或是P2P模式的文件传输程序-Java Socket
p2p
- 在是一个sharep2p程序 实现文件的共享-Sharep2p in a file sharing program
p2p
- p2p网络程序,可以对等的传输文件,支持断点续传。输入IP,port号-p2p network program, you can transfer files on an equal footing to support HTTP. Enter the IP, port number
Stream-2-Stream_1.0_source
- 使用p2p技术进行消息传输与网络互联,实现多用户啊文件共享与媒体资源播放。-The use of p2p technology, the Internet information transmission and network to achieve multi-user ah file-sharing resources with the media player.
Design-P2P-Application-BasedOnJXTA
- 基于JXTA的P2P即时通信和文件共享系统设计,内有代码和类设计-Based on JXTA' s P2P real-time communication and file-sharing system design, with a design code and category
chattingTool
- 基于p2p的点对点聊天工具,可以进行聊天和传文件。运用的tcp和udp协议,用java开发-chatting tools(P2P)
GameTheoryP2PSystems
- 为解决P2P中搭便车和恶意诽谤,基于博弈论设计了一种P2P激励机制。这是模拟实验程序。压缩包中有相关的发布文件和运行说明。-To address free-riding in P2P and malicious libel, based on game theory has designed a P2P incentive mechanism. This is a simulation program. Compressed package release relevant documents
FFS
- 自己用一周编的一个程序的源码及开发文档。可以搜索局域网内在线的电脑,并根据密码下载其他电脑指定文件夹里的内容,并可以根据权限来对这些内容进行删除等操作,支持多线程下载,并可以根据进度条查看下载进度。-Own use a program compiled by a week the source and the development documentation. Can search the LAN online computer and other computers based on pas
napster
- 这是在Peersim中仿真P2P网络中病毒文件的发现与传播抑制的详细源码-This is the simulation of P2P networks Peersim in the discovery and spread of the virus file a detailed source code suppression
workspace
- sock实现点对点通信。有3个java文件,一个实现界面一个实现客户端,一个实现服务器-sock to achieve point to point communication
p2pchatjava
- java点对点聊天室 支持点对点聊天和文件传输-java point to point chat,you can take point to point chat and file send or receive!
JavaP2P
- 本 文将介绍 JDesktop Integration Components (JDIC),这是一个开源的项目,目的是构建消除本机应用程序和 Java 等价物之间差距的组件。JDIC 单一的 Java API 允许应用程序接进本机操作系统特性,同时保持跨平台支持。它目前提供了本机 Web 浏览器(Internet Explorer 或 Mozilla) 支持、系统托盘支持、文件扩展集成和其他桌面特性。 开发人员和用户对 Swing 最大的一个抱怨(也是对 Java 编程语
JAVA语言实现点对点网络通信
- JAVA语言实现点对点网络通信,用户之间相互发送和接收文件和信息-JAVA language peer-to-peer network communication between users send and receive files and information
TransferFile
- 使用Java语言,利用socket来实现基本的文件传输。-This code uses java and socket theory to realize the basic file transfer.