-
医院招生查询系统的需要,可以绝对值得一看…
医院入住查询系统 有需要的 可以近来看看绝对值得-hospital admissions inquiry system in need can definitely worth a look at the recent
- 2022-02-12 14:32:03下载
- 积分:1
-
vc development interface is very troublesome, but pubMFCV can easily interface f...
vc 开发界面非常麻烦,但是pubMFCV就可以方便地进行界面的开发,并且转到vc上去,可以快速地开发-vc development interface is very troublesome, but pubMFCV can easily interface for the development, and up to vc, can be rapidly developed
- 2022-06-16 17:38:30下载
- 积分:1
-
用VB建立透明的窗口,文件名:trans.rar
用VB建立透明的窗口,文件名:trans.rar-Using VB to establish a transparent window, the file name: trans.rar
- 2023-06-11 18:40:03下载
- 积分:1
-
IDL二次开发实习内容作业包括打开各种格式的图像保存成各种格式,包括二进制、jpeg,tiff,对图像进行简单处理(平滑,增强,均衡化)...
IDL二次开发实习内容作业包括打开各种格式的图像保存成各种格式,包括二进制、jpeg,tiff,对图像进行简单处理(平滑,增强,均衡化)-Secondary development of practical content of IDL operations include opening a variety of formats to save images into a variety of formats, including binary, jpeg, tiff, a simple image processing (smoothing, enhancement, equalization)
- 2022-07-16 06:02:16下载
- 积分:1
-
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台...
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台
- 2023-05-20 16:35:03下载
- 积分:1
-
是一个与MSFlexgrid控件相关的几个实有函数,我在项目中都使用它....
是一个与MSFlexgrid控件相关的几个实有函数,我在项目中都使用它.-MSFlexgrid and is a component of a few real function, I of the project are to use it.
- 2022-08-12 22:07:06下载
- 积分:1
-
基于NET的扫雷
- 2022-05-08 14:35:09下载
- 积分:1
-
Multiwindows are showed in the same ChildWindow, Each window is seperated by the...
多个视图窗口显示在一个CCHILDWND中,通过分隔栏控制其分布,所有视图窗口共用一个DOC文档,其保存数据在各窗口中以不同形式实现可视化-Multiwindows are showed in the same ChildWindow, Each window is seperated by the seperator, which can be moved by the mouse.
all the viewwindow has the same doc resulting in the commom data showing in different window with different styles.
- 2022-09-23 06:35: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
-
液晶显示自己
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-LCD scrool
- 2022-05-17 19:40:07下载
- 积分:1