搜索资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
socket实现点对点文件传输
- 简单用SOCKET实现本地文件传输,,,,,,,,,,,,,,,,,,支持多种文件欢迎大家下载,,,,,,,,,,,,,,,,,,, 绝对可用-it can trasport files in p2p mode using socket,it support many types,welcome to use.
Socket编写的点对点聊天软件
- 自己用builder编写的点对点聊天软件,以后再也不用担心服务器忙咯,-use c++ builder,conect point to point.can chat in any time,should not care about the block server.
点对点Transfer
- 这是一个点到点文件传输的小程序,不错,可以作为学习网络SOCKET编程的入门程序.
AnyQ
- 网络通讯的程序。通过SOCKET实现点对点的信息交流!-network communications procedures. SOCKET achieved through peer-to-peer exchange of information!
ChatSystem1
- 它包括服务器端程序TcpServer和客户端程序TcpClient主要才用socket 编程, 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。这种编程的优势在于传送的数据不会丢失,而且用户上线下线时能即时反应出来. -It includes procedures TcpServer server and client TcpClient mainly spent s
client111
- 是一个点对点的文件传输的客户端,有断点续传的功能,使用SOCKET接口-is a peer-to-peer file transfer client, HTTP functions, the use of Socket Interface
WindowsSockets
- socket 的用法及实现过程,实现点对点的通信,连接-socket of the usage and implementation process to achieve point-to-point communication link
MYJChat
- 一个可以点对点聊天的JAVA小程序,使用SOCKET编程-be a peer-to-peer chatting JAVA small, the use of Socket Programming
P2P_No_Folder_Support
- 用VC+Socket实现的P2P点对点文件系统共享系统,虽不是很完善,但里面的策略和方法值得大家借鉴,只供学习和研究之用。-VC + Socket peer-to-peer P2P file system sharing system, although not perfect, But inside the strategies and methods warrants from the use of learning and research purposes.
p2p(socket)
- 用C#Socket实现点对点的文件传输,利用4个类的建立来实现-C# Socket point-to-point file transfer, using four categories to achieve the establishment
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
ActiveXP2PAudio
- 用ActiveX重新包装了一个点对点通讯的DLL文件(该DLL文件是VCKBASE上的一位前辈写的) 偶只是把它改成了一个MFC的ActiveX,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE 程序用到的知识点: 用MFC如何写activex activex中如何应用 socket编程 (其实和普通程序一样~~) G729a 语音压缩。 读写语音设备! Activex提供两次属性nTcpPort、nUdpPort和两个方法S
Socket
- 一个典型的C#点对点Socket应用实例,包括服务端和客户端两部分,服务端启动后,监听来自客户端的信息,客户端向服务端发送消息,两者点对点实现对接,众多聊天软件是在此点对点的基础上进行再扩展开发而来,因此掌握基础的点对点编程,对以后从事VS开发将大有好处。-A typical C# example of point-Socket applications, including service and client of two parts, the server starts, the moni
VCWinSockProgramming
- 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 C
socket
- 基于C#的socket通信,局域网内点对点网络通信。-socket Communication Based on C#, LAN peer network communications.
VC实现点对点通信程序设计
- 基于socket的VC点对点通信,界面简洁大方
Socket聊天程序(一个服务端,多个客户端)
- C/S架构,采用socket通信方式,一个服务器对多个客户端通信,支持广播以及点对点通信(C / S architecture, using socket communication, a server for multiple client communications, support for broadcast and point-to-point communication)
Socket
- 在MFC上 用C++实现TCP的点对点通信、登陆、注册,包括服务端和客户端两部分(TCP point to point communication, landing, registration)
colony
- 在qt中基于socket编程的聊天室程序,实现了点对点聊天,文件传输等功能(In the chat room program based on socket programming in QT, the functions of point to point chat, file transfer and so on are realized.)