-
用c++编写的简单的绘图程序,能够绘制基本的图形,如矩形,三角形等。...
用c++编写的简单的绘图程序,能够绘制基本的图形,如矩形,三角形等。-c prepared with a simple drawing program, to draw up the basic graphics, such as rectangular, triangular, etc..
- 2022-01-25 16:44:29下载
- 积分:1
-
Netfilter 阻断网络例子
Ubuntu12.4环境下,使用Netfilter 阻断本地IP地址:127.0.0.1,根据Makefile文件编译后生成的文件加载到内核即可,然后查看内核日志。
- 2022-03-03 23:06:09下载
- 积分:1
-
局域网聊天的小程序,适合学习.http连接
局域网聊天的小程序,适合学习.http连接-LAN chatting small program for learning. Http link
- 2023-07-07 22:00:03下载
- 积分:1
-
good paper management system
很好的文章管理系统-good paper management system
- 2023-09-08 04:35:02下载
- 积分:1
-
基于Qt的http客户端
基于Qt的http客户端,能够获取指定链接的文件。The HTTP example demonstrates a simple HTTP client that shows how to fetch files specified by URLs remote hosts.
- 2022-02-15 04:08:43下载
- 积分:1
-
five jsp source examples include : output, access to the form parameters, access...
五个jsp源代码示例包括:输出、访问表单参数、访问jsp各种参数、cookies、搜索引擎
- 2022-03-23 14:48:08下载
- 积分:1
-
类似liveupdate的网络自动升级的程序
类似liveupdate的网络自动升级的程序- Similar liveupdate network automatic promotion procedure
- 2022-08-26 09:04:35下载
- 积分:1
-
客户端服务器聊天
在这一项目表示简单的 java 客户端服务器聊天,用简单的自我写协议。 也使用 MVC 模式。
- 2022-02-14 02:31:34下载
- 积分:1
-
Pay gateway specs: authorize.net,iso 8583 specification
Pay gateway specs: authorize.net,iso 8583 specification
- 2022-08-15 08:24:33下载
- 积分: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