-
此代码是《Visual C++6.0程序设计从入门到精通》的原代码光盘。...
此代码是《Visual C++6.0程序设计从入门到精通》的原代码光盘。-This code is
- 2022-03-23 17:47:52下载
- 积分:1
-
Student Managment System
这个项目是关于高校学生工作和管理的。它为高校自动化提供了一条途径,它将更好地做好高校员工和学生的档案工作。
- 2022-01-27 18:32:58下载
- 积分: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
-
一个关于动态图形的例子,图形有闪烁和变化功能
一个关于动态图形的例子,图形有闪烁和变化功能-on a dynamic graphic example of scintillation and graphics function changes
- 2022-08-13 09:24:28下载
- 积分:1
-
PIC单片机beginners_book.pdf
pic microcontrollers for beginners_book.pdf
- 2023-08-21 17:10:04下载
- 积分:1
-
这是一个用VB6.0编写直接请空回收站的程序
这是一个用VB6.0编写直接请空回收站的程序-This a preparation with VB6.0 Please direct air Recycling procedures
- 2022-06-03 14:43:36下载
- 积分:1
-
改变窗体的皮肤,可有随意的改变,更改窗体的外形颜色
改变窗体的皮肤,可有随意的改变,更改窗体的外形颜色
- change the skin of Form
- 2022-04-15 13:16:36下载
- 积分:1
-
用MFC实现,网络编程,很不错,希望大家喜欢
用MFC实现,网络编程,很不错,希望大家喜欢-using MFC, network programming, is pretty good, hope you like
- 2022-06-14 07:29:28下载
- 积分:1
-
由于光的反射和折射的结果,在港想达…
由于反射和折射,光线能在海底想成舞动的刻蚀,本程序对这种景象进行渲染-As a result of reflection and refraction of light in the Harbor would like to dance into the etching, the process for rendering of this scene
- 2022-03-08 08:57:06下载
- 积分:1
-
实现多列显示的信息框。
实现多列显示的信息框。-multi-column displays the information box.
- 2022-07-22 17:51:20下载
- 积分:1