-
服务器程序
TCP,服务器程序输入源的IP地址,按下按钮,聆听运行后,按接受按钮,等待。如果客户端连接到连接浮现的是客户端地址和确认语句。
- 2023-08-04 01:05:04下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
一个利用MFC编写的类似于记事本的程序,能进行打开保存等操作...
一个利用MFC编写的类似于记事本的程序,能进行打开保存等操作-The use of MFC prepared a notebook similar to the procedure, can be preserved, such as open operation
- 2022-06-28 08:18:06下载
- 积分:1
-
前端时光轴显示
资源描述HTML编写的时间轴显示,源码开放,适合修改,可以用于专题界面
- 2022-05-30 06:29:52下载
- 积分:1
-
有时候我们制作了很多个属性页,由于页数过多分成了几行,这是的用户难以分辨到底哪一个是被激活的.所以,我制作了这段代码,把激活的属性页的标题文字设为高亮....
有时候我们制作了很多个属性页,由于页数过多分成了几行,这是的用户难以分辨到底哪一个是被激活的.所以,我制作了这段代码,把激活的属性页的标题文字设为高亮.-Sometimes we produce a lot of attributes page, the page is divided into a few too many firms, it is difficult to distinguish the users which in the end was an activated. So, I produced this code, activation of the title page attribute set highlighted text.
- 2023-05-13 03:20:02下载
- 积分:1
-
这个记事本可以实现对文本文档的基本功能,比如打开,新建,保存,字体选择,颜色选择...
这个记事本可以实现对文本文档的基本功能,比如打开,新建,保存,字体选择,颜色选择-The Notepad text document can be achieved on the basic functions, such as open, new, preservation, font selection, color selection and so on. .
- 2022-08-17 07:57:05下载
- 积分:1
-
医院管理系统
使用 mysql 数据库和 Java GUI, 使用 netbeans 8.0与医院现有设施一起, 构建医院管理医院客户记录和员工记录
- 2022-07-09 18:00:46下载
- 积分:1
-
网络流量监控
vc6.0 网络流量监控
简单明了,可作为移植加工好代码。
界面很清淅
- 2022-03-17 19:00:34下载
- 积分:1
-
自定义窗体,效果非常不错的啊.C#写的.
自定义窗体,效果非常不错的啊.C#写的.-Custom form, the effect is very good ah. C# Written.
- 2022-12-14 07:40:03下载
- 积分:1
-
Visual Calc
Visual Calc - A new dimension for the desktop calculator-Visual Calc- A new dimension for the desktop calculator
- 2022-04-18 15:29:40下载
- 积分:1