-
VC6.0开发的曲线显示程序,性能稳定,已用于本公司产品
VC6.0开发的曲线显示程序,性能稳定,已用于本公司产品-VC6.0 curve shows the development of procedures, stable performance, the company" s products have been used
- 2022-07-03 05:32:26下载
- 积分:1
-
自实现提示窗口,可以实现与XP风格的提示窗口类库,基于MFC。...
自实现提示窗口,可以实现与XP风格的提示窗口类库,基于MFC。-window can be achieved with XP style tips window class library, based on MFC.
- 2022-03-22 06:19:40下载
- 积分:1
-
仿RealOne窗体源代码
仿RealOne窗体源代码-imitation RealOne Window source code
- 2022-06-28 23:26:33下载
- 积分:1
-
kokklopi0opo [ ];[ ]。]。o09iu9;
利用matlab(matlab-matlab)- ;rada进行雷达信号分析与处理
- 2023-03-07 18:00:02下载
- 积分: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
-
Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training s...
Linde, Buzo, and Gray (LBG) proposed a VQ design algorithm based on a training sequence. The use of a training sequence bypasses the need for multi-dimensional integration. The LBG algorithm is of iterative type and in each iteration a large set of vectors, generally referred to as training set, is needed to be processed. Usually, vectors sampled from a group of typical signals to be encoded altogether construct a training set T={x1,x 2,?.x M} ,where xi represents a sampled training vector and M represents the size of training set which is far greater than the codebook size N.
- 2023-07-03 15:00:03下载
- 积分:1
-
简单的xp风格软件,没有解压密码,谢谢大家支持!
简单的xp风格软件,没有解压密码,谢谢大家支持!-simple xp style software, not extracting passwords and your support!
- 2022-02-13 10:16:34下载
- 积分:1
-
一个小巧的分散控件,可以设定扇叶数和转速,用在界面上会用意想不到的效果
一个小巧的分散控件,可以设定扇叶数和转速,用在界面上会用意想不到的效果- An exquisite disperser controls, may establish the fan blade
number and the rotational speed, uses meets the effect on the contact
surface which the intention could not think
- 2022-12-01 02:40:03下载
- 积分:1
-
这个是用MFC做的一个小程序.其功能是在用MFC做的MAPINFO地图上新建一个图层.仅供参考....
这个是用MFC做的一个小程序.其功能是在用MFC做的MAPINFO地图上新建一个图层.仅供参考.-a program using MFC,which is used to add a new layer in MAPINFO map,for reference
- 2022-08-16 20:30:23下载
- 积分:1
-
delphi 模仿iPhone5s 手机
应用背景Delphi 开发的iPhone5s 手机 包括源码及组件关键技术Delphi开发iPhone 支持音乐播放 日历 计算器 闹钟 计时器 照片预览等等 支持iPhone 黑色及白色皮肤 全真模拟开机 重启 界面等功能。
- 2022-03-18 13:27:47下载
- 积分:1