-
利用SKINMAGIC技术进行界面编程,其中还含有一个实现淡入淡出效果类。...
利用SKINMAGIC技术进行界面编程,其中还含有一个实现淡入淡出效果类。-SKINMAGIC use programming interface technology, which also contain a color LCD screen achieve such results.
- 2023-05-05 01:55:03下载
- 积分:1
-
用MFC实现,网络编程,很不错,希望大家喜欢
用MFC实现,网络编程,很不错,希望大家喜欢-using MFC, network programming, is pretty good, hope you like
- 2022-06-14 07:29:28下载
- 积分:1
-
学习delphi 最好的书,不看后悔gfdsas
学习delphi 最好的书,不看后悔gfdsas-The best book to learn delphi, Bukanhouhui
- 2022-03-10 13:40:54下载
- 积分:1
-
vc COM API Program
vc 串口通信,使用API编写的串口通信代码,通过该程序,可以向COM口发送命令,并接收COM口的返回信息。
- 2022-03-22 06:19:31下载
- 积分: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
-
VC interface a dynamic view programming examples, there are many effects of the...
VC界面动感视图编程得例子,有很多界面切换的效果-VC interface a dynamic view programming examples, there are many effects of the interface switch
- 2022-05-28 12:36:30下载
- 积分:1
-
基于Qt的城市天气查询
点击查询按钮,从中国天气网获取当前天气的详细描述并提取显示在界面上。天气网api的返回格式为xml,需要输入城市代码,城市代码和名称写在配置文件weather.ini中,用户可更改查询其他城市。api的详细解析方法见 中国天气网API.mht文件。
- 2022-08-15 04:32:32下载
- 积分:1
-
MFC的增强CListCtrl控件
MFC的增强CListCtrl控件-MFC strengthen controls CListCtrl
- 2023-03-25 12:35:03下载
- 积分:1
-
基于UIDL 和Tcl/Tk的ANSYS 图形用户界面二次开发
针对ANSYS在特定专业问题分析上存在的操作繁琐、不易掌握的缺点,介绍了利用UIDL 和Tcl/Tk进行
ANSYS图形用户界面二次开发的方法,并依据此方法开发了单桩工程的图形用户界面,为其它问题二次开发ANSYS
图形用户界面提供了参考.
- 2022-08-18 05:54:44下载
- 积分:1
-
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助....
这个是我在网站上看到的一个仿影音传送带界面的制作程序,觉得对于做界面的朋友会有所帮助.-this is what I see on the website of a fake video production conveyor interface procedures do think that the interface friends will be helpful.
- 2022-11-28 07:30:03下载
- 积分:1