-
计算器,labview
一个图形计算器,其中支持所有基本的算术运算。优秀的教育与 LabView 的进步。
- 2022-02-11 21:24:44下载
- 积分:1
-
vb界面程序,ssd4作业,vb简单界面程序,ssd4
vb界面程序,ssd4作业,vb简单界面程序,ssd4-vb interface procedures, ssd4 operation, vb simple program interface, ssd4
- 2022-03-14 13:32:02下载
- 积分:1
-
毁灭巫师原码
毁灭巫师原码,下载编译即可。
里面包含.c .h makefile等,验证编译通过,适合对游戏开发有兴趣的同学
- 2022-05-23 07:14:20下载
- 积分:1
-
如何在IE工具栏添加快捷图标
如何在IE工具栏添加快捷图标
2002/06/13 08:13 38,504 IEButton.aps
2002/06/13 21:57 1,118 IEButton.clw
2000/12/10 21:58 2,091 IEButton.cpp
2002/06/13 08:06 4,119 IEButton.dsp
2000/12/10 21:58 541 IEButton.dsw
2000/12/10 21:58 1,346 IEButton.h
2002/06/13 21:57 &nb
- 2022-05-15 06:12:54下载
- 积分:1
-
The Effective Software Development Series provides expert advice on all aspects...
The Effective Software Development Series provides expert advice on all aspects of modern software development. Books in the series are well written, technically sound, of lasting value, and tractable length. Each describes the critical things the experts almost always do―or almost always avoid doing―to produce outstanding software.-The Effective Software Development Series provides expert advice on all aspects of modern software development. Books in the series are well written, technically sound, of lasting value, and tractable length. Each describes the critical things the experts almost always do―or almost always avoid doing―to produce outstanding software.
- 2022-11-16 08:10:03下载
- 积分:1
-
播放MP3文件
sorse代码+库让你学会如何播放mp3文件+ wavf Ile和音乐使用的Java和库称为jlayer类型的音乐
- 2022-01-24 17:49:01下载
- 积分:1
-
ex_2.dsp
This file (the project file) contains information at the project lev
ex_2.dsp
This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
ex_2.cpp
This is the main application source file.
- 2022-07-13 02:59:30下载
- 积分: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
-
graphical user interface and programming examples IO code. Guaranteed uptime Oh!
java图形用户界面及IO编程实例代码。保证可以正常运行哦!-graphical user interface and programming examples IO code. Guaranteed uptime Oh!
- 2022-02-24 14:10:58下载
- 积分:1
-
Supermarket management of POS systems, including front desk management and sales
超市POS系统的管理,包括前台管理和后台销售
- 2022-07-15 09:26:32下载
- 积分:1