-
VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页...
VC中ODBC数据库技术应用源码详解 Serial Communication in Win32 属性页-VC ODBC database application source Elaborates on Serial Communication in Win32 attributes page
- 2022-08-15 22:21:07下载
- 积分:1
-
list控件的应用实例
list控件的应用实例-list Control Application
- 2023-01-14 07:50:03下载
- 积分:1
-
经典图标集合,有各种类别
经典图标集合,有各种类别-classic icon set, there are various categories
- 2022-02-15 22:59:18下载
- 积分:1
-
打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其发牌的多少哦,可好玩的...
打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其发牌的多少哦,可好玩的-dominoes game category process, through the importation of several different brands, will be out randomly, under the personal control of their love of the number of licensing Oh, the fun.
- 2023-01-24 08:45:03下载
- 积分: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
-
提高vc加载bitmap图片的速度,可以计算出所花费的时间.
提高vc加载bitmap图片的速度,可以计算出所花费的时间.-raise vc loading speed bitmap images can be calculated by the time it takes.
- 2022-02-26 06:27:49下载
- 积分:1
-
No proper information of uploading
No proper information of uploading
- 2022-12-20 03:15:03下载
- 积分:1
-
使用 gui 的fir和 iir 滤波器设计
用 matlab 编写了使用 gui 工具的fir和 iir 滤波器的设计。它的用于分析的 sptool 中的 griphics 形式的信号。筛选器的最低订货量 2 和最大的订单是 10。
- 2023-08-23 05:00:03下载
- 积分:1
-
word for the open
用于打开word的程序源码,可以在你的程序中嵌入word-word for the open-source process, you can embed the procedures word
- 2022-02-05 22:25:27下载
- 积分:1
-
属于界面编程,在mfc中的对话框中添加位图。
属于界面编程,在mfc中的对话框中添加位图。-Belonging to the interface programming, the dialog box in mfc add bitmaps.
- 2022-05-14 20:07:22下载
- 积分:1