-
三维饼图IntroductionHi all!! Well I have been looking for a pie control that would u...
三维饼图IntroductionHi all!! Well I have been looking for a pie control that would use the skin images instead ofsimple colors and just could not find that. And I struggled quit a lot to make it but ..:( anywayso found out another solution that is 3D pie control that could satisfy my needs. I got itdeveloped with one of my bright colleagues, Amit Ganguly, who is a fresh engineer and strongwith mathematics. So guys just download it, use it, and let me know your comments/-3D pie IntroductionHi all! ! Well I have been looking for a pie that would control the use images instead ofsimple skin colors and just could not find that. And I struggled quit a lot to make it but .. : (anywayso found out another 3D solution that is pie control that could satisfy my needs. I got itdeveloped with one of my bright colleagues, Amit Ganguly, who is a fresh engineer and strongwith mathematics. So guys just download it, use it, and let me know your comments /
- 2022-08-02 18:11:26下载
- 积分:1
-
在一些基本的例子,VF的界面,对于初学者很有用!!
关于VF界面的几个基本实例,对初学者很有用处-VF interface on a few basic examples, very useful for beginners! !
- 2022-01-25 23:42:49下载
- 积分:1
-
一个JAVA做的下载器,能够监视下载时间和容量,能够控制下载的速度...
一个JAVA做的下载器,能够监视下载时间和容量,能够控制下载的速度- JAVA does downloading, can monitor the downloading time and the
capacity, can control downloading the speed
- 2022-12-15 04:35:03下载
- 积分:1
-
多语言界面简单示例
多语言界面简单示例-simple example
- 2022-01-28 11:05:41下载
- 积分:1
-
Automatic control design, the realization of the first order and second
自动控制设计,实现一阶和二阶系统响应输出显示,参数可调
- 2022-02-06 09:53:54下载
- 积分: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
-
如何隐藏显示在任务栏中的对话框程序
如何隐藏显示在任务栏中的对话框程序-how to hide the task bar shows the dialog box procedure
- 2022-03-23 21:26:32下载
- 积分:1
-
一个Win2000系统下的USB的驱动程序代码,是一个微端口驱动....
一个Win2000系统下的USB的驱动程序代码,是一个微端口驱动.-a Win2000 system USB driver code, is a micro-port driver.
- 2022-07-14 04:13:20下载
- 积分:1
-
EFFECTIVE C++中文版 2nd Edition
EFFECTIVE C++中文版 2nd Edition-EFFECTIVE Chinese version of C 2nd Edition
- 2022-06-11 13:43:45下载
- 积分:1
-
AR 自回归 自适应方法 预测
封装好的 AR自回归方法,还有自适应 参数取舍,里面包含了 Grey 方法,以及ARMA方法,还有混合编程,用Teechart控件显示的数据预测视图
- 2022-03-21 17:49:11下载
- 积分:1