文件名称:p2p
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-07-11
- 文件大小:
- 5.58mb
- 下载次数:
- 0次
- 提 供 者:
- 大*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
文件分发p2p应用设计与实现。
实现一个集中式索引的 P2P 服务器。集中式索引的 P2P 服务器是指由一台大型服务器(或服务器场)来提供索引服务。当用户启动 P2P 文件共享应用程序时,该应用程序将它的 IP 地址以及可供共享的文件名称通知索引服务器。索引服务器收集可共享的对象,建立集中式的动态数据库(对象名称到 IP 地址的映射)。这种索引方式的特点是:文件传输是分散的(P2P 的),但定位内容的过程是高度集中的(客户机/服务器)。
-P2p file distribution application design and implementation.
Implement a centralized P2P index server. Centralized P2P index server is defined by a large server (or server farm) to provide indexing services. When a user starts P2P file-sharing application, the application of its IP address and file name for the shared index server notification. Index server collects objects that can be shared, creating a centralized dynamic (object name to IP address mapping). Features such an index approach are: file transfer is decentralized (P2P), but the process of locating content is highly centralized (client/server).
实现一个集中式索引的 P2P 服务器。集中式索引的 P2P 服务器是指由一台大型服务器(或服务器场)来提供索引服务。当用户启动 P2P 文件共享应用程序时,该应用程序将它的 IP 地址以及可供共享的文件名称通知索引服务器。索引服务器收集可共享的对象,建立集中式的动态数据库(对象名称到 IP 地址的映射)。这种索引方式的特点是:文件传输是分散的(P2P 的),但定位内容的过程是高度集中的(客户机/服务器)。
-P2p file distribution application design and implementation.
Implement a centralized P2P index server. Centralized P2P index server is defined by a large server (or server farm) to provide indexing services. When a user starts P2P file-sharing application, the application of its IP address and file name for the shared index server notification. Index server collects objects that can be shared, creating a centralized dynamic (object name to IP address mapping). Features such an index approach are: file transfer is decentralized (P2P), but the process of locating content is highly centralized (client/server).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Client
......\Client.aps
......\Client.clw
......\Client.cpp
......\Client.dsp
......\Client.dsw
......\Client.h
......\Client.ncb
......\Client.opt
......\Client.plg
......\Client.positions
......\Client.rc
......\ClientDlg.cpp
......\ClientDlg.h
......\Debug
......\.....\Client.exe
......\.....\Client.ilk
......\.....\Client.obj
......\.....\Client.pch
......\.....\Client.pdb
......\.....\Client.res
......\.....\ClientDlg.obj
......\.....\StdAfx.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\Download
......\........\瀹為獙4.docx
......\ReadMe.txt
......\Release
......\.......\Client.exe
......\.......\Client.obj
......\.......\Client.pch
......\.......\Client.res
......\.......\ClientDlg.obj
......\.......\StdAfx.obj
......\.......\vc60.idb
......\res
......\resource.h
......\...\Client.ico
......\...\Client.rc2
......\ShareFiles
......\..........\瀹為獙4.docx
......\StdAfx.cpp
......\StdAfx.h
Server
......\Debug
......\.....\main.exe
......\.....\main.ilk
......\.....\main.obj
......\.....\main.pch
......\.....\main.pdb
......\.....\MultiProtoclServer.obj
......\.....\vc60.idb
......\.....\vc60.pdb
......\main.cpp
......\main.dsp
......\main.dsw
......\main.ncb
......\main.opt
......\main.plg
......\main.positions
......\MultiProtoclServer.cpp
......\MultiProtoclServer.h