当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - simple p2p transfer
搜索资源列表
-
0下载:
P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件-peer-to-peer (P2P) epidemic has had a large number of network transmission software, we are here is to introduce himself wrote a simple peer-to-peer file transfer, sending one doc
-
-
0下载:
局域网内的UDP文件传输程序
P2P(点对点)的流行产生了大批网络传输软件,这个是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件。-UDP LAN file transfer procedures P2P (peer-to-peer) pandemic has had a large number of network transmission software This is himself wrote a simple peer-to-peer file tr
-
-
0下载:
P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件。-peer-to-peer (P2P) epidemic has had a large number of network transmission software, we are here is to introduce himself wrote a simple peer-to-peer file transfer, sending one do
-
-
0下载:
简单的p2p应用 可以实现远程消息传输 并且以后的任务可以实现p2p文件传输-simple peer-to-peer applications can be remote messaging and the future task can achieve peer-to-peer file transfer
-
-
0下载:
c++实现简单的p2p功能,服务器掌握各节点的文件目录,传文件完全在节点之间完成。-c++ to achieve a simple p2p functions, the server node to acquire all of the file directory, file transfer between the nodes fully completed.
-
-
0下载:
说明:
LanMsg是一款用.net C# 开发的局域网即时通讯开源软件(经过简单修改可用于因特网),适合.net即时通讯软件开发者用。 p2p原理(UDP打洞),消息的内容采用串行化技术发送与接收(可发送任何自定义的数据类型).为防止代码过多而引起查看难度,暂只提供本程序的2.0 Bate版
主要功能:
支持文件传输;
支持GIF动画表情;
支持屏幕截图发送;
支持音、视频对话;
支持对话记录保存于数据库操作等。
程序以实现局域网
-
-
0下载:
实现的是P2P文件共享系统,是通过基于Chord原理实现的DHT网络,分享本地计算机上的文件,或下载其他计算机共享的文件。本文件系统的特点在于并不仅仅是个简单的文件传输系统,而是真正的实现文件的共享-Realize that P2P file sharing system, is achieved through the principle of Chord-based DHT network, sharing files on the local computer, or download o
-
-
0下载:
C++_p2p实现多线程文件传输 简单P2P讲解-C++ _p2p simple multi-threaded file transfer P2P explain
-
-
0下载:
简单的p2p传输代码,能够实现简单的对话聊天-P2p transfer simple code to achieve a simple chat dialogue
-
-
0下载:
一个简单的P2P文件传输系统的服务器端
在VC6.0下通过-A simple P2P file transfer system in the server-side through VC6.0
-
-
2下载:
用UDP实现可靠文件传输
大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not
-
-
0下载:
这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评……
服务器端在启动成功后,输入help可以查看到服务器相关命令。
客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Hol
-
-
0下载:
P2P(点对点)的流行产生了大批网络传输软件,我写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件。-P2P (peer) produced a large number of popular network transmission software, I wrote a simple P2P file transfer, one to send the file, one party to accept, until the transfer complete files
-
-
0下载:
P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件。-P2P (peer to peer) epidemic had a large number of network transmission software, here we introduce is to write a simple P2P file transfer, one to send files, one to accept, until
-
-
0下载:
比较好的文件传输的源代码,基于winsock,这种文件传输思路非常好,在做P2P时也可以用到,简单直观。-Better file transfer the source code, based on winsock, this file transfer is very good idea, doing P2P can also be used, simple and intuitive.
-
-
0下载:
说明:
LanMsg是一款用.net C# 开发的局域网即时通讯开源软件(经过简单修改可用于因特网),适合.net即时通讯软件开发者用。 p2p原理(UDP打洞),消息的内容采用串行化技术发送与接收(可发送任何自定义的数据类型).为防止代码过多而引起查看难度,暂只提供本程序的2.1.3 Bate版
主要功能:
支持文件传输;
支持GIF动画表情;
支持屏幕截图发送;
支持音、视频对话;
支持对话记录保存于数据库操作等。
-Descr ipt
-
-
0下载:
Delphi源码,网络相关,UDP
基于Delphi源代码的P2P点对点文件传输程序,P2P(点对点)的流行产生了大批网络传输软件,这里是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件-Delphi source, network-related, UDP, based on the Delphi source code for P2P peer-to-peer file transfer program, the popular P2P (peer-to-p
-
-
0下载:
这个软件实现了一个在网络中传传输文件的一个简单的P2P系统
-This software implements a pass in the network to transfer files with a simple P2P systems
-
-
1下载:
很多人都使用过腾讯公司的QQ软件,在这一章中我们将要利用VC++6.0来实现一个类似QQ的聊天程序。QQ发展到现在已经具有了很多功能,有文字聊天,语音聊天这样的基本功能,也有视频聊天,手机短信,邮件,游戏等比较复杂的功能,但在这本程序中我们只实现添加好友,文字聊天,文件传输和语音聊天4大功能。此章既是对前面知识的一个回顾,也是介绍一种将几个单一功能模块组合成一个较复杂程序的简单方法。-Many people have used Tencent QQ software, in this chapt
-
-
0下载:
简单有效的p2p文件传送,多线程断点续传,釆用CS模式,服务器端较简单,主要就是加入待传文件,监听客户,和传送文件。而那些断点续传的功能,以及文件的管理都放在客户端上。-Simple and effective p2p file transfer, multi-threaded HTTP, preclude the use of the CS mode, the server is relatively simple, mainly adding files to be transmitted,
-