-
界面豪华的Windows Vista登录,可以通过此列制作出自己个性的界面。...
界面豪华的Windows Vista登录,可以通过此列制作出自己个性的界面。-Interface of the Windows Vista registry luxury can be produced through this out their own personalized interface.
- 2023-05-22 05:50:02下载
- 积分:1
-
酒店管理
应用背景这是我的小项目-酒店管理。这是能够使用的参考。你可以自由使用它关键技术这是用C语言#。这很简单。
- 2022-02-06 12:02:00下载
- 积分: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
-
vc6.0程序,单文档多视图,实现动态切换
vc6.0程序,单文档多视图,实现动态切换-vc6.0 procedures, single-document multi-view, the realization of dynamic switching
- 2022-01-28 23:11:56下载
- 积分:1
-
编制一个演示约瑟夫环的程序
编制一个演示约瑟夫环的程序-prepare a demonstration Josephus procedures
- 2023-04-27 01:00:02下载
- 积分:1
-
labview实现的机器人手臂模拟。是个好程序
labview实现的机器人手臂模拟。是个好程序-LabVIEW Simulation realize the robot arm. Is a good procedure
- 2022-03-21 01:22:58下载
- 积分:1
-
VC++界面开发编程实例(鼠标操作)
主要为初学C++MFC的人提供一个实例,关于鼠标的各种消息响应,比如单击,双击,滑动,转轮等消息响应函数的编写与应用
- 2023-02-05 16:15:04下载
- 积分:1
-
with the development and deployment of ActiveX simple example
用ATL开发和部署ActiveX控件的简单例子-with the development and deployment of ActiveX simple example
- 2022-03-17 21:00:00下载
- 积分:1
-
Custom ToolTips for MFC Projects
是我在网上找的,版权归原作者所有。...
Custom ToolTips for MFC Projects
是我在网上找的,版权归原作者所有。-Custom ToolTips for MFC Projects that I find online, and belongs to original author.
- 2022-01-25 22:44:37下载
- 积分:1
-
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序...
本系统利用vc实现双机通信,利用计算机的串行接口实现文字及文件的传输,是一个不错的程序-vc use of the system to achieve double-machine communications, using computer serial interface language and document transmission, it is a good procedure
- 2022-07-16 03:40:34下载
- 积分:1