-
在Delphi 7的Skype的读者聊天
应用背景…/ / --------使twincontrols双缓冲(消除愚蠢的闪烁)程序enabledoublebuffering(父母:来;const aenabled:布尔);VaR我:整数; ;awincontrol:来;开始 ;与父母做一开始 ; ; ; ; ;如果父母是有有那么aparent.doublebuffered:= aenabled;和公司的; ; ; ; ; ;我:= 0 - 1开始controlcount ; ; ; ; ; ; ;如果控制[我]是有有那么和,和,和,和,和,; ; ; ; ; ; ; ; ; ; ;awincontrol来:=(对照组[我]); ; ; ; ; ; ; ; ; ; ;awincontrol.doublebuffered:= aenabled; ; ; ; ; ; ; ; ; ; ;如果awincontrol.controlcount & gt;0 enabledoublebuffering(awincontrol,真的);和,和,和,和,和,;和,和,和,结束;结束了;终点…关键技术型 ;/ / -------参与者 ;tparticipants =记录人:数组[ 1 .. 0 ]的字符串;和,我的身份证:数组[ 0 .. 1 ]的字符串;结束了;并; ;/ / ------- Skype聊天同步文件 ;tskypechatsyncfile =记录文件名:文件名:字符串; ; ; ;filedatetimestamp:整数; ; ; ;filedatetime:TDateTime;结束了; ;/ / -------所有同步文件 ;tskypech
- 2023-07-17 14:10:03下载
- 积分: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
-
网站管理系统,介绍网页制作,运用下载上传等功能.
网站管理系统,介绍网页制作,运用下载上传等功能.-website management systems, web site production, use downloaded upload function.
- 2022-03-23 03:27:17下载
- 积分:1
-
一个Apple风格的留言板,界面很清新,用php编写的。
一个Apple风格的留言板,界面很清新,用php编写的。-an Apple-style message board, a very clean interface, with php prepared.
- 2022-05-06 17:19:01下载
- 积分:1
-
SQL with ACCESS conversion of some code, good used
SQL与ACCESS相互转换的一些代码,很好用的-SQL with ACCESS conversion of some code, good used
- 2022-03-23 07:25:14下载
- 积分:1
-
Implemented using C++ client chat program, mainly for learning network programmi...
用C++实现的聊天程序的客户端,主要用于学习网络编程。-Implemented using C++ client chat program, mainly for learning network programming.
- 2022-02-21 09:08:52下载
- 积分:1
-
包过滤程序(先将扩展名改为.c结尾的,就可以啦)
包过滤程序(先将扩展名改为.c结尾的,就可以啦)-packet filtering process (first name was changed to expand. C the end, Mr. Krabs)
- 2023-03-28 23:50:03下载
- 积分:1
-
libnet1
libnet1-1-4开发库文件,标准源码文件-libnet1-1-4 development library files, the standard source code file
- 2022-07-20 05:00:47下载
- 积分:1
-
客户端服务器聊天
在这一项目表示简单的 java 客户端服务器聊天,用简单的自我写协议。 也使用 MVC 模式。
- 2022-02-14 02:31:34下载
- 积分:1
-
shown that current TCP and UDP connections
显示当前TCP和UDP连接情况-shown that current TCP and UDP connections
- 2022-03-06 05:50:46下载
- 积分:1