搜索资源列表
UDP实现点对点聊天
- 目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置-directory is a peer-to-peer chatting UDP peer-to-peer chat program, running tests, the interception of ports need to change, if the same test machine, the need to change the program
简单点对点聊天程序
- 简单的Winsock2点对点聊天工具,功能比较简单,但条理清晰,是一个入门的好例子。-simple peer-to-peer chat tools, function relatively simple, lucid, and the entry is a good example.
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务
Delphi点对点聊天程序
- 网上找到的一个delphi7的程序
UDP点对点聊天
- UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置,因为程序比较简单,所以没有增加设置功能,读者可以在自己程序中修改。
LanTalk_src
- 一个tcp点对点聊天程序- Tcp point-to-point chats the procedure
UDP点对点聊天
- UDP聊天程序-UDP chat program
WSAUDPTest
- 用UDP实现的一个点对点聊天程序。 用异步方式实现-using UDP achieve a peer-to-peer chat program. Asynchronous means
UDP实现点对点聊天
- 目录UDP点对点聊天是一个UDP的点对点聊天程序,程序运行测试的时候,需要改变侦听端口,如果要在同一台机器上测试,需要改变一下程序设置-directory is a peer-to-peer chatting UDP peer-to-peer chat program, running tests, the interception of ports need to change, if the same test machine, the need to change the program
简单点对点聊天程序
- 简单的Winsock2点对点聊天工具,功能比较简单,但条理清晰,是一个入门的好例子。-simple peer-to-peer chat tools, function relatively simple, lucid, and the entry is a good example.
TCP语音聊天
- 局域网点对点语音聊天程序,只要输入对方的IP地址就可以聊天了-LAN peer-to-peer voice chat program, as long as the importation of each other's IP addresses on a chat
P2Pchat11
- 一个简单的点对点聊天程序!用C#编写-a simple peer-to-peer chat program! Using C#!
20062483324510
- java简单点对点联机聊天程序,大家可以参考下-simple point-to-point on-line chat program, we can refer to the next
p2pvideo
- 点对点视频聊天程序,修改可以作为相关开发的参考-point-to-point video chat procedures can be revised as the development of the relevant reference
MYJChat
- 一个可以点对点聊天的JAVA小程序,使用SOCKET编程-be a peer-to-peer chatting JAVA small, the use of Socket Programming
ptoptalk
- 点对点聊天程序源代码,这是我上操作系统时的一个试验程序。-peer-to-peer chat program source code, this is my last one operating system at the testing procedures.
UDPdianduidianliaotian
- UDP点对点聊天的实用程序,基于VC,对于学习网络编程比较有帮助。-UDP peer-to-peer chat utility, based on VC, the Learning Network Programming for more help.
dianduidian
- 点对点的通信程序,运用DELPHI,适用于网络聊天软件。-Point-to-point communications procedures, the use of DELPHI, applicable to network chat software.
_UpgradeReport_Files
- 本程序是基于P2P点对点的局域网视频聊天,语音聊天,文件传输,视频数据压缩在网上传输-This procedure is based on peer-to-peer LAN P2P video chat, voice chat, file transfer, video data compression transmission line
点对点聊天程序
- 基于RSA加密的聊天程序,程序既是客户端又是服务器,指定IP后,选择接受即可进行通信。同时显示发送密文、接收到的密文、密文解析后的聊天记录,密钥文件可重新生成,还具有文件传输功能。压缩包内包含全部工程文件,用VS2008可直接运行。已进行过单机试验和局域网内两机试验,没有错误。