100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 基于tutk方案的p2p源码_基于JAVA的局域网文件共享平台P2P实训项目源码(毕业设计 课程设计)...

基于tutk方案的p2p源码_基于JAVA的局域网文件共享平台P2P实训项目源码(毕业设计 课程设计)...

时间:2023-03-23 09:03:02

相关推荐

基于tutk方案的p2p源码_基于JAVA的局域网文件共享平台P2P实训项目源码(毕业设计 课程设计)...

【实例简介】

基于JAVA的局域网文件共享平台P2P实训项目源码(毕业设计 课程设计)。

可直接运行。做毕业设计、课程设计或者想研究下技术的可以下载学习。需要更多资源的可以关注我。

【实例截图】

【核心代码】

局域网文件共享平台P2P

└── BlueClick-master

├── client-android

│ └── README.md

├── client-pc

│ └── source

│ ├── AnimateButton.cpp

│ ├── AnimateButton.h

│ ├── BlueClick.aps

│ ├── BlueClick.bsc

│ ├── BlueClick.clw

│ ├── BlueClick.cpp

│ ├── BlueClickDlg.cpp

│ ├── BlueClickDlg.h

│ ├── BlueClick.dsp

│ ├── BlueClick.dsw

│ ├── BlueClick.exe

│ ├── BlueClick.h

│ ├── BlueClick.ncb

│ ├── BlueClick.opt

│ ├── BlueClick.pch

│ ├── BlueClick.plg

│ ├── BlueClick.rc

│ ├── BlueClick.res

│ ├── BmpPicture.cpp

│ ├── BmpPicture.h

│ ├── BuffreeEdit.cpp

│ ├── BuffreeEdit.h

│ ├── BuffreeHeaderCtrl.cpp

│ ├── BuffreeHeaderCtrl.h

│ ├── BuffreeListCtrl.cpp

│ ├── BuffreeListCtrl.h

│ ├── BuffreeMessageBox.cpp

│ ├── BuffreeMessageBox.h

│ ├── BuffreeTreeCtrl.cpp

│ ├── BuffreeTreeCtrl.h

│ ├── Config.ini

│ ├── Converter.cpp

│ ├── Converter.h

│ ├── DlgDownloadList.cpp

│ ├── DlgDownloadList.h

│ ├── DlgNewShare.cpp

│ ├── DlgNewShare.h

│ ├── DlgResourceList.cpp

│ ├── DlgResourceList.h

│ ├── DlgServerSetting.cpp

│ ├── DlgServerSetting.h

│ ├── DlgSplash.cpp

│ ├── DlgSplash.h

│ ├── DlgSuspension.cpp

│ ├── DlgSuspension.h

│ ├── DlgSystemSetting.cpp

│ ├── DlgSystemSetting.h

│ ├── DlgThemeSelecter.cpp

│ ├── DlgThemeSelecter.h

│ ├── DlgUploadList.cpp

│ ├── DlgUploadList.h

│ ├── DownloadSocket.cpp

│ ├── DownloadSocket.h

│ ├── DownloadThread.cpp

│ ├── DownloadThread.h

│ ├── FileMD5.cpp

│ ├── FileMD5.h

│ ├── IndexSocket.cpp

│ ├── IndexSocket.h

│ ├── Iphlpapi.h

│ ├── IPHLPAPI.LIB

│ ├── Json.cpp

│ ├── Json.h

│ ├── ListenSocket.cpp

│ ├── ListenSocket.h

│ ├── OnlineSocket.cpp

│ ├── OnlineSocket.h

│ ├── QuerySocket.cpp

│ ├── QuerySocket.h

│ ├── RCa05084

│ ├── README.md

│ ├── ReadMe.txt

│ ├── res

│ │ ├── BlueClick.rc2

│ │ ├── LOGO.bmp

│ │ ├── logo.ico

│ │ └── Thumbs.db

│ ├── ResList.bc

│ ├── resource

│ │ ├── logo.ico

│ │ ├── theme

│ │ │ ├── bg.bmp

│ │ │ ├── btn-cancel.bmp

│ │ │ ├── btn_cancel_focus.bmp

│ │ │ ├── btn_cancel_normal.bmp

│ │ │ ├── btn-ok.bmp

│ │ │ ├── btn-scan.bmp

│ │ │ ├── close-btn.bmp

│ │ │ ├── dlg-bg.bmp

│ │ │ ├── download-list-btn.bmp

│ │ │ ├── icon-audio.bmp

│ │ │ ├── icon-doc.bmp

│ │ │ ├── icon-image.bmp

│ │ │ ├── icon-other.bmp

│ │ │ ├── icon-pack.bmp

│ │ │ ├── icon-text.bmp

│ │ │ ├── icon-video1.bmp

│ │ │ ├── icon-video.bmp

│ │ │ ├── insert-btn.bmp

│ │ │ ├── list-header.bmp

│ │ │ ├── logo.bmp

│ │ │ ├── menu-btn.bmp

│ │ │ ├── min-btn.bmp

│ │ │ ├── resource-list-btn.bmp

│ │ │ ├── search-btn.bmp

│ │ │ ├── splash-bg.bmp

│ │ │ ├── theme-btn.bmp

│ │ │ ├── theme.rar

│ │ │ ├── Thumbs.db

│ │ │ ├── tree-closed.bmp

│ │ │ ├── tree-opened.bmp

│ │ │ ├── ui.bmp

│ │ │ └── upload-list-btn.bmp

│ │ └── Thumbs.db

│ ├── resource.h

│ ├── SearchSocket.cpp

│ ├── SearchSocket.h

│ ├── ServiceSocket.cpp

│ ├── ServiceSocket.h

│ ├── ServiceThread.cpp

│ ├── ServiceThread.h

│ ├── StdAfx.cpp

│ ├── StdAfx.h

│ ├── Thumbs.db

│ ├── TransStatic.cpp

│ ├── TransStatic.h

│ ├── UdpSocket.cpp

│ ├── UdpSocket.h

│ ├── vc60.idb

│ └── ~VCC17.tmp

├── docs

│ ├── ideahub

│ ├── MessageJson_client.note

│ ├── MessageJson_server.note

│ ├── note.txt

│ ├── pptidea

│ └── server_load_balance.note

├── others

│ └── unit_test

│ ├── test_chararray.cpp

│ ├── test_char.cpp

│ ├── test.cpp

│ ├── test_dbconnect.cpp

│ ├── test_db.cpp

│ ├── test_db.sh

│ ├── test_encoding.cpp

│ ├── test_gettime.cpp

│ ├── test_message.cpp

│ ├── test_message.sh

│ ├── test_online_client.cpp

│ ├── test_online_client.sh

│ ├── test_printf.cpp

│ ├── test_structs.cpp

│ └── test_tools.cpp

├── README.md

└── server

├── db_blueclick.sql

├── include

│ ├── cJSON.h

│ ├── client_info.h

│ ├── common.h

│ ├── dbconnect.h

│ ├── loadbalance.h

│ ├── message.h

│ ├── msghandler.h

│ ├── online_client.h

│ └── tools.h

├── Makefile

├── README.md

├── src

│ ├── cJSON.cpp

│ ├── client_info.cpp

│ ├── dbconnect.cpp

│ ├── download_queue.cpp

│ ├── loadbalance.cpp

│ ├── message.cpp

│ ├── msghandler.cpp

│ ├── online_client.cpp

│ ├── server.cpp

│ └── tools.cpp

└── worklog

13 directories, 173 files

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。