-
简易扣扣聊天
java写的简易扣扣聊天,可多人聊天。
- 2022-06-15 08:02:25下载
- 积分:1
-
网络聊天程序代码
网络聊天程序例程源代码,包含服务器端代码例程和客户端代码例程,采用WINDOWS SOCKET多线程编程
- 2022-07-12 21:16:24下载
- 积分:1
-
学习微软的Silverlight的不错的源码
学习微软的Silverlight的不错的源码-Microsoft" s Silverlight to learn the source of good
- 2023-05-15 19:35:03下载
- 积分:1
-
巴黎
Paris-Ye[Bugkidz]的Synflood代码-Paris- Ye [Bugkidz] code Synflood
- 2022-02-02 06:03:10下载
- 积分:1
-
基于RTP的实时语音通信系统
基于rtp的实时语音聊天,采用adpcm压缩/* comm.h - Communication input/output modules * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * This program is distributed in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more * details (available in COPYING).
- 2022-01-28 15:16:42下载
- 积分:1
-
net plug source code
net plug source code
- 2022-10-03 05:25:04下载
- 积分:1
-
邮件收发的基本实现,可以作为邮件开发初学者的参考.
邮件收发的基本实现,可以作为邮件开发初学者的参考.-E-mail to send and receive the basic realization of the development of e-mail can be used as a reference for beginners.
- 2022-02-03 12:32:04下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1
-
/ *
/*
Here s a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
这个IPv4版的例子:它要求portbase(本地端口)与destination (目的端口)然后发送消息
同时还监听消息。
例子测试一:
启动一个运行实例,本地地址与目标地址用同一个端口8888
例子测试二:
启动两个运行实例,本地地址与目标地址用不同的端口(它要求是偶数端口号)
两个实例互发
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* Here sa small IPv4 example: it asks for a portbase and a destination and starts sending packets to that destination. The IPv4 version of the example: It requires portbase (local port) and destination (destination port) and then send a message but also monitor the news . Examples of test 1: Start a running instance, a local address with the destination address port 8888 using the same test two examples: the two start to run instances, the local address and destination address with a different port (it requires the port number is even) two examples of inter- examples of explanation issued by the Chinese hanyuejun add, have any questi
- 2022-11-02 16:55:03下载
- 积分:1
-
远程拨号示例程序,该程序运行需要有MODEM,未经测试。
远程拨号示例程序,该程序运行需要有MODEM,未经测试。--Remote dialing program, MODEM is needed while running this program, it has not been tested yet.
- 2022-11-07 20:10:03下载
- 积分:1