-
VB课程设计的一个考试系统
VB课程设计的一个考试系统-VB curriculum designs a test system
- 2022-08-12 19:02:04下载
- 积分:1
-
学生信息管理系统
学生管理信息系统,采用链表结构存储学生的信息,使用索引查找的方式实现对学生信息的访问与修改,学生的信息采用文件存储方式。本系统可对十万以内的学生的信息实现快速的操作,包括:增加学生信息、修改学生信息、删除学生信息和查询学生信息等。使用VC++ 6.0开发环境调试通过,保证可以正常运行!!!!!!此软件对于学习数据结构中的链表操作非常有帮助!!!
- 2022-03-14 00:34:05下载
- 积分:1
-
java用于航空订票系统,订票、查票,退款
是一个用java作的航空订票系统,可以订票,查票,退票-java is used for an air reservation systems, booking, ticket checkers, Refund
- 2022-02-21 03:57:25下载
- 积分:1
-
温度显示上位机源码
先用单片机采集到ds1820的数据,然后通过通信传给VB上位机。VB制作度传感器上位机,通过DS18B20温度传感器采集温度,可以实时的显示当前温度。
- 2023-02-26 13:40:03下载
- 积分:1
-
以前的空间clistrl
对以前Clistrl空时还有滚动条进行修正-Clistrl of previous space-time there are amendments to scroll bar
- 2023-03-13 19:35: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
-
经典的基于WPF的mediaplayer实例
这是我项目中的一个实例,界面效果也很不错,如果要求不高,直接可以作为程序一部分使用的。先上图吧代码就免路。
- 2022-03-11 00:55:16下载
- 积分: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
-
The example is a realization of irregular shape s Window. In addition to providi...
一个实现不规则形状窗体的例子。该例子除了创建vc提供的一些圆角矩形、椭圆、多边形之外,还介绍了如何实现自定义形状的窗口,比如字体窗口。-The example is a realization of irregular shape s Window. In addition to providing the example to create a number of vc rounded rectangle, ellipse, polygon, it also explains how to customize the shape of the window, such as the font window.
- 2022-01-25 15:21:28下载
- 积分:1
-
可以写出xp那样的界面
可以写出xp那样的界面-could write a kind of interface xp
- 2023-04-04 07:00:04下载
- 积分:1