-
课程管理和绩效管理,ASP的前景,台湾SQL2…
用于课程表管理和成绩的管理,前台ASP后,台SQL2000,非常方便实用-for curriculum management and performance management, ASP prospects, Taiwan SQL2000, very convenient and practical
- 2023-04-25 13:50:04下载
- 积分:1
-
调用Function过程
资源描述
Function过程是Visual
Basic 6.0中用户自定义的函数。与Sub过程不同的是,Function过程是一个具有数据类型和返回值的过程。
创建Function过程
调用Function过程
- 2022-07-17 23:44: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
-
本程序实现了设置墙纸、令关闭命令不可用和禁用Ctrl+Alt+Del组合键的功能...
本程序实现了设置墙纸、令关闭命令不可用和禁用Ctrl+Alt+Del组合键的功能-This procedure has set the wallpaper, so that the closure order is not available and disable Ctrl+ Alt+ Del key combination function
- 2023-06-07 10:40:04下载
- 积分:1
-
我是新手,他研究了所有在技能控制,学习技术。
我是新手,一边学习,一边积累的关于trayicon控件所有技巧,希望一起学习,积累!-I greenhorn, he studied and gained control of all of trayicon skills, learning together and accumulation!
- 2022-03-20 16:10:57下载
- 积分:1
-
基于C#的串口实现
基于C#的串口实现,适合学习,Windows窗体应用程序,也可以适当修改用于工程应用
- 2023-01-01 13:45:07下载
- 积分:1
-
Visual C++窗口标题改变的几种方法
Visual C++窗口标题改变的几种方法-window to change the title of several methods
- 2022-01-26 02:18:03下载
- 积分:1
-
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!...
很经典的VC皮肤设计工具,可以通过它做出很漂亮的截面程序,希望大家的程序界面都是很漂亮的。共享之!-classic VC skin design tool, it can make a very nice cross-section procedures, we hope that the programming interfaces are very beautiful. Sharing!
- 2022-12-14 13:30:04下载
- 积分:1
-
Very good picture of the RECT type selection box to the size of the rectangular...
非常好的图片选择框的RECT类,能对矩形框的大小缩放-Very good picture of the RECT type selection box to the size of the rectangular box zoom
- 2022-08-03 18:49:41下载
- 积分:1
-
我已经上传了2个项目。这是不提供适当的信息,是否它是…
I have uploaded 2 projects. It is not giving proper information whether it is uploaded properly or not
- 2023-08-07 21:40:03下载
- 积分:1