-
船舶进出港管理系统,实现船进出港的调度,以及泊位的预定等....
船舶进出港管理系统,实现船进出港的调度,以及泊位的预定等.-ships entering and leaving the management system that ships entering and leaving the scheduling, and the parking reservation services.
- 2022-02-02 20:15:57下载
- 积分:1
-
Written by a foreigner transparent menu is drawn from the. Very nice interface a...
一个老外写的透明菜单,是自绘的。非常好看的界面和效果。做VC界面开发的人可以看看。-Written by a foreigner transparent menu is drawn from the. Very nice interface and effects. VC interface so people can look at the development.
- 2022-02-06 05:56:43下载
- 积分:1
-
RECOGNISE SPEECH USE H
RECOGNISE SPEECH USE H-RECOGNISE SPEECH USE Hmm
- 2022-04-21 15:37:14下载
- 积分:1
-
QT 基本信息的界面设计
用Qt开发的基本信息的开发,以及主界面开发的使用Qsplitter开发的 ,具有能动性。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2023-07-14 21:10:03下载
- 积分:1
-
根据图像工具
java下的图像工具-under the Image Tools
- 2023-05-02 01:55: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
-
34种图像特效源码,希望大家能用到,谢谢!
34种图像特效源码,希望大家能用到,谢谢!-34 pictures original
- 2022-05-21 23:59:32下载
- 积分:1
-
用MFC实现,网络编程,很不错,希望大家喜欢
用MFC实现,网络编程,很不错,希望大家喜欢-using MFC, network programming, is pretty good, hope you like
- 2022-06-14 07:29:28下载
- 积分:1
-
关于Windows下托盘编程的源代码,希望对您有所帮助
关于Windows下托盘编程的源代码,希望对您有所帮助-tray on Windows programming source code, and I hope to help you
- 2023-02-21 14:10:03下载
- 积分:1
-
用vc开发的app的一个控件包,只支持 VC5,VC6,VC7,不支持VB,Delphi,C#,BCB等其它开发工具...
用vc开发的app的一个控件包,只支持 VC5,VC6,VC7,不支持VB,Delphi,C#,BCB等其它开发工具-Vc developed app with a control package, only supports VC5, VC6, VC7, do not support the VB, Delphi, C#, BCB, and other development tools
- 2022-01-31 15:38:03下载
- 积分:1