Welcome![Sign In][Sign Up]
Location:
Search - peer

Search list

[Internet-NetworkTransfer_VC

Description: VC环境下开发的点对点进项文件传输的代码-VC environment to develop peer-to-peer file transfer proceeds from the code
Platform: | Size: 40960 | Author: huahua | Hits:

[P2Pbsp2psdk_free_setup2.4

Description: 进行Peer-to-peer编程的组件,功能较强,使用方便,且免费。只是只有dephi 与 VB 的例子,没有C 的。 -For Peer-to-peer programming components, features a strong, easy to use, and free of charge. Delphi and VB is the only example, there is no C
Platform: | Size: 1422336 | Author: hzl | Hits:

[Internet-NetworkWCF_P2P_Photo

Description: 采用WCF技术进行点对点的相片浏览功能,适用于internert公网。关键词:wcf,p2p-WCF peer-to-peer technology for the use of photo browsing, applicable to public network internert. Key words: wcf, p2p
Platform: | Size: 62464 | Author: 岛主 | Hits:

[Internet-Networkchart

Description: 点对点的聊天工具,公司不让QQ,SKYPE,就动手写了个超小巧的聊天工具-Peer-to-peer chat tool company from QQ, SKYPE, on hand to write a super-compact chat tools
Platform: | Size: 3200000 | Author: 张剑 | Hits:

[Audio programAudioChatDemo

Description: 语音点对点聊天Demo,包括语音的采集,编码,缓冲,解码,播放。-Peer-to-peer voice chat Demo, including the voice of the collection, coding, buffering, decoding, playing.
Platform: | Size: 56320 | Author: 苍穹 | Hits:

[Internet-NetworkUDPPPP

Description: 目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置,因为程序比较简单,所以没有增加设置功能,读者可以在自己程序中修改-UDP peer-to-peer chat directory is a UDP peer-to-peer chat program, the program run the test, when need to change the listening port, if the same machine testing procedures need to change settings, because the procedure is relatively simple, there is no increasing set function, readers can modify their own procedures
Platform: | Size: 284672 | Author: a | Hits:

[Internet-Networkradmin21

Description: 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。-Client server based on select I/O model. Programming interfaces in order to prevent obstruction, there is a sub-thread for receiving socket and select which treatment. There is only one client thread function, but its utilization very high, can be used for remote directory exchange, request the file size, create a number of threads to download the file. File transfer are uploading and downloading, as well as peer-to-peer transmission, this project, the specific means to transfer files to download.
Platform: | Size: 1380352 | Author: Qin Jie Ning | Hits:

[Internet-Networkvcchat

Description: 基于MFC编写的VC++聊天程序,可以实现TCP/IP以及UDP协议下的点对点聊天.-MFC-based prepared VC++ Chat program, you can achieve TCP/IP and UDP peer-to-peer chatting under the agreement.
Platform: | Size: 64512 | Author: 杨卓荦 | Hits:

[SCMmcu-point-point

Description: 在keilc和proteus下进行点对点通信的开发模拟-Proteus in keilc and carried out under the development of peer-to-peer communications simulation
Platform: | Size: 72704 | Author: zhuifeng | Hits:

[Internet-NetworkUDPChat

Description: UDP点对点聊天”是一个UDP的点对点聊天程序,程序运行测试的时候, 需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置, 因为程序比较简单,所以没有增加设置功能,读者可以在自己程序中修改。-UDP peer-to-peer chat
Platform: | Size: 293888 | Author: ley | Hits:

[Consolemychat

Description: 很好的点对点聊天程序,希望大家多多指教,-Good peer-to-peer chat program, hope that the exhibitions,
Platform: | Size: 436224 | Author: Maycode | Hits:

[ICQ-IM-Chatchat

Description: 局域网聊天程序,用VC开发,支持点对点方式。-LAN chat program with VC development, support for peer-to-peer way.
Platform: | Size: 77824 | Author: 田田 | Hits:

[Windows Developnetmsg

Description: 一个类似QQ一样的聊天程序,基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线能即时反应出来。唯一的遗憾是界面做的太滥,本人对界面编程一窍不通,暂且还只能在局域网内使用,因为没有增加可以通过代理服务器的功能。-The same as a similar chat program QQ, QQ with the basic functions similar to multi-point chat and peer-to-peer file transfer. Such programming has the advantage of being transmitted data is not lost, but users on-line immediately reflected off the assembly line. My only regret is the interface to do too freely, I know nothing about programming interface, the time being can only be used in local area networks, because there is no increase can be through a proxy server function.
Platform: | Size: 754688 | Author: ANDYDENG | Hits:

[Internet-NetworkP2Psocket.pdf

Description: system.sockes命名空间了实现 berkeley 套接字接口。通过这个类,我们可以实现网络计算机之间的消息传输和发送。而在我下面要讨论的这个议题里,我们将讨论的是用套接字实现文件的传输.这种方法有别于ftp协议实现的的文件传输方法,利用ftp的方法需要一个专门的服务器和客户端,无疑于我们要实现的点对点的文件传输太为复杂了一些。在这里,我们实现一个轻量级的方法来实现点对点的文件传输,这样就达到了intenet上任何两个计算机的文件共享。 -namespace system.sockes achieve berkeley socket interface. Through this class, we can achieve between the network computer and send message transfer. In the following I wish to discuss this topic, we will discuss is the use of socket file transmission. This approach is different from the ftp protocol to achieve the file transfer method, using ftp method requires a dedicated server and client, no doubt we are to achieve in the peer-to-peer file transfer is too complicated for some. Here, we achieve a lightweight approach to achieve peer-to-peer file transfer, and this reached a intenet any two computer file-sharing.
Platform: | Size: 102400 | Author: hanjian | Hits:

[Linux-Unixboost_1_37_0.tar

Description: Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee s Library Technical Report (TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. Boost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost packages. Boost may also already be available on your organization s internal web server.
Platform: | Size: 36333568 | Author: | Hits:

[P2Pp2p

Description: P2P(Peer-to-Peer)的组织模式已经成为新一代互联网应用的重要形式,它为应用带来了更好的扩展性,容 错性和高性能等特点.P2P 存储系统一直是研究界所关注的热点,被认为是P2P 最具前途的应用之一-err
Platform: | Size: 385024 | Author: 王林 | Hits:

[Compress-Decompress algrithmsP2P

Description: P2P(Peer-to-Peer 端到端)模型是与C/S(客户/服务器)模型相对应。基于C/S的用户间通信需要由服务器中转,在C/S中的服务器故障将导致整个网络通信的瘫痪。。而基于P2P的用户间通信则是直接通信,去掉了服务器这一层,带来的显著优点是通信时没有单一的失败点,一个用户的故障不会影响整个P2P网络。本文提供了一种用JAVA实现P2P网络通信的方法。-P2P (Peer-to-Peer end-to-end) model with the C/S (Client/Server) model corresponds to. Based on C/S communication needs of users from the server transit, in the C/S server failure will lead to the paralysis of the entire network communication. . P2P-based communication between users is a direct communication, to remove the server level, brought about a significant advantage is communication there is no single point of failure, a user s failure will not affect the entire P2P network. This paper provides a realization of P2P networks using JAVA communication method.
Platform: | Size: 806912 | Author: 刘辉 | Hits:

[P2PP2PGrid_Source

Description: peer-to-peer(p2p)对等网络连接源程序,-peer-to-peer (p2p) peer-to-peer network connectivity source,
Platform: | Size: 9216 | Author: cj | Hits:

[JSP/JavaJXChat2.7

Description: jxta聊天和文件获取 可以和列表中的peer通信,并下载文件-JXTA chat and file access to be able to list the peer communications, and download files
Platform: | Size: 8409088 | Author: 小虫子 | Hits:

[CSharpCSharp

Description: CSharp编写的一个简单的点对点的聊天程序源码-CSharp prepared a simple peer-to-peer chat program source
Platform: | Size: 31744 | Author: name | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net