搜索资源列表
点对点聊天
- 利用套接字编程实现点对点聊天,但由于端口固化而使应用局限-socket programming using peer-to-peer chat, but curing port so limited application
Talkc 点对点即时通讯工具客户端
- 点对点即时通讯工具客户端,基于TCp协议,创建了CAsyncSocket套接字-Peer to peer instant messaging client, based on TCp agreement, creating a CAsyncSocket socket
socket_file_transmit
- linux socket 大文件传输 点对点多线程断点续传的实现
TCP_p2p
- tcp 点对点 聊天程序 ,学习的心得,这个东西说大不大,但 工程化的思想很好 -tcp peer-to-peer chat program, learning experiences
GoBackN
- 教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解 SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求: ※ 建立数据链路 ※ 断开数据链路 ※ 收发数据 ※ 差错控制 ※ 与其他人的程序通信 ※ 键盘会话 -Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the w
P2Psocket.pdf
- system.sockes命名空间了实现 berkeley 套接字接口。通过这个类,我们可以实现网络计算机之间的消息传输和发送。而在我下面要讨论的这个议题里,我们将讨论的是用套接字实现文件的传输.这种方法有别于ftp协议实现的的文件传输方法,利用ftp的方法需要一个专门的服务器和客户端,无疑于我们要实现的点对点的文件传输太为复杂了一些。在这里,我们实现一个轻量级的方法来实现点对点的文件传输,这样就达到了intenet上任何两个计算机的文件共享。 -namespace system.socke
Socket
- 内有UDP点对点聊天及TCP.UDP高级编程等相关的详细代码。从事网络编程开发及学习者值得借鉴。-Within the UDP peer-to-peer chat and have TCP.UDP high-level programming code and other related details. Engaged in the development of network programming and learners to learn.
CWinFormSocket
- Socket,端口监听,实现聊天室,点对点文件传输。-Socket, port monitor, the realization of chat rooms, peer-to-peer file transfer.
SocketCS
- Socket支持的网上点对点通信实现(vc版)-Socket support for the realization of the online peer-to-peer communications (vc version)
QQliaotiangongju
- 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
P2PFT
- 点对点文件传输工具。 服务端设置共享目录,客户端可以获取服务端共享的文件列表并下载。 使用socket实现。-Point to point file transfer tools. Set up a shared directory server, the client can obtain a list of server and download shared files. Use socket implementation.
mySocket
- · 使用此库可以直接在网页上创建 Socket TCP 连接,并与服务端连接,发送和接收数据。拥有完善的 Socket 接口,更方便操作。Socket 适用于点对点聊天、协同或者聊天时等需要获得实时的数据。如果您找到了此组件,也... 运行环境:html-* Use this library can be created directly on the page Socket TCP connection, and connect with the server, send and rec
77166402p2p(socket)
- Socket实现点对点的文件传输,一个文档-Socket to achieve point to point file transfer, a document
Socket
- 网络实验设计报告:Socket下的点对点通信实现采用Java语言编写网络上的点对点的Socket程序。该程序必须能在服务器端实现监听连接请求,客户端实现发送连接请求的功能,在建立连接后进行发送和接收数据的功能:-Experimental Design Network Report: Socket Communication point under the Java language using point to point on the network Socket program. The p
ImClientExam
- 在s60第三版上实现的 点对点聊天,添加删除好友,互发消息-Implemented on the s60 third edition of the peer to peer chat, add and delete friends, each message
socket-piont2point
- 使用winsocket 实现网络点对点通信功能。-To use winsocket to perform point to point net communication
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
socket
- 在linux中的socket编程实例,实现点对点的信息发送-Information sent in the linux socket programming examples, the point-to-point
socket
- 基于vb的socket通信, 实现点对点文件传输-Based on the vb the socket communication, peer-to-peer file transfer
socket
- 利用winsock2实现TCP点对点通讯(Implementation of P2P communication by winsock2)