搜索资源列表
MFC-MUTE-0.0.6-SOURCE-CODE
- MFC-MUTE-0.0.6-SOURCE-CODE.zip。一个用mfc写的p2p的文件传输系统,非常优秀的代码。-MFC-MUTE - bot-SOURCE - CODE.zip. Mfc with a written document p2p transmission system, very good code.
mfc_vp2p
- p2p 源代码 利用MFC的源代码-p2p source code using MFC source code
C++_Local_Network_Large_Size_File_P2P_Transfer
- MFC实现局域网内点对点的大文件传输源代码,C++网络技术开发的P2P终端,有助于学习掌握基本的P2P网络开发技术。源自网上收集,可供学习和参考使用。
P2P
- 利用MFC开发的点对点聊天工具,具有IP连接,聊天记录等功能,可供学习参考
P2P 用MFC中CSocket的UDP协议实现简单的P2P通信
- 用MFC中CSocket的UDP协议实现简单的P2P通信,包括P2P通信协议的设计与实现,多用户聊天室的实现。-MFC CSocket with the UDP protocol in a simple P2P traffic, including P2P communication protocol design and implementation to achieve multi-user chat rooms.
P2P
- 基于MFC的通信软件,实现了QQ的基本功能。包括注册用户、单聊和加好友。-MFC-based communications software
TCP-P2P-NAT
- TCP实现P2P通信、TCP穿越NAT。 TCP 实现P2P通信、TCP穿越NAT。-TCP to achieve P2P traffic, TCP across NAT. TCP to achieve P2P traffic, TCP through the NAT. TCP to achieve P2P traffic, TCP through the NAT.
p2ptalk
- 使用MFC实现的简单p2p聊天软件,分为客服端课服务端,服务端还是先了多线程。希望对初学者有帮助-MFC implementation of a simple p2p chat software is divided into the customer service side class server, the server or multi-threaded. For beginner
P2P-MFC
- MFC P2P MFC P2P-MFC P2P MFC P2P MFC P2P
P2P
- P2P源码,使用MFC开发,包含P2P的理论和实践。-P2P source code .
Transfer
- 简单P2P传输源程序代码,但是使用了很多网络上要用到的知识和MFC的知识,值得学习-sorry,my english is not very well....
Transfer
- 用mfc编写的实现p2p文件互传。通过此应用程序,可以实现两台主机之间文件的共享。-Mfc prepared with each other to achieve p2p file transfer. Through this application, you can realize the sharing of files between two hosts.
CRH
- 自己实现了一个点对点的文件传输,MFC的界面。-p2p file transfer
MFC-MUTE-0.0.7-SOURCE-CODE
- MUTE 网络P2P客户端源代码,与eMule类似-MUTE Network P2P client source code, and similar to eMule
P2pFileShareing
- 这是一次作业的,基于MFC框架,实现的局域网P2P文件共享系统。每一个peer端可以共享文件,其他Peer可以进行文件的查找和定位。文件夹内包含一个全面的DOC文档,包括类设计,线程调度,使用说明等。该网络模型简单实用,可供Socket初学者学习使用。 请先阅读Readme.txt,然后阅读文件夹内的dox文档。-This is a job. MFC-based framework to achieve the local area network P2P file sharing system
P2P-by-MFC
- MFC实现的P2P通信实例,在局域网可以实现两台主机的通信,可以进行聊天和简单的文件传输。-MFC implementation of P2P communication instance, can be achieved in the LAN communication of the two hosts ,with the function of chat and file transfer.
p2p
- 一个基于mfc的简单点对点聊天工具 需要知道对方IP 基于socket的非阻塞模型-Need to know the other IP socket-based non-blocking model based on simple peer-to-peer chat tools mfc
P2P(TCP_DemoPUDP_Demo)_VC6
- 基于mfc的p2p打洞源码,可以再通过公网服务器实现两个私网的打洞链接-P2p holes based on mfc source code can be achieved through the public network server burrow two private network links
p2p
- MFC下的winsocket编程。在VC++6.0下面编译通过,运行正常。-winsocket program on MFC
MFC聊天小软件
- 基于MFC实现的局域网P2P和群聊的聊天小软件,亲测可用,可作为参考,了解TCP网络编程,理解套接字的使用。