-
一个小巧的分散控件,可以设定扇叶数和转速,用在界面上会用意想不到的效果
一个小巧的分散控件,可以设定扇叶数和转速,用在界面上会用意想不到的效果- 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与c++建立加法计算器。欢迎大家下载、试用。谢谢大家的支持!
- 2022-07-22 19:10:42下载
- 积分:1
-
该程序完成(7,3)循环码的编码功能,并验证子
该程序完成(7,3)循环码的编码功能以及校验子译码功能,有良好的中文交互界面-The program is completed (7,3) cyclic code encoding functions, and verify sub-decoding functions, has a good Chinese language interface
- 2022-08-13 23:14:51下载
- 积分:1
-
GIS中对地图的基本操作,如地图的加载和显示,以及要素特征的查找等等。...
GIS中对地图的基本操作,如地图的加载和显示,以及要素特征的查找等等。-GIS map of the basic operations, such as maps and display the load, and the characteristics of the elements of search and so on.
- 2022-02-06 22:34:19下载
- 积分:1
-
it can connet with a database.
与数据库相连的一个应用程序,是在VC环境下编写的。-it can connet with a database.
- 2022-12-15 12:30: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
-
轴承振动信号数据采集以及时域频域的数据分析
轴承振动信号数据采集以及时域频域的数据分析,界面开发,非常好用,大家一块学习。。。。。。
- 2023-03-19 12:35:03下载
- 积分:1
-
基于LABVIEW的虚拟数字示波器
资源描述基本可以实现仪器的性能与可靠性,可以方便的对其编程, 实现对数据的采集、实时显示、数字滤波、截波显示、波形存储、波形回显、频谱分析等多种功能。
- 2022-01-27 15:03:27下载
- 积分:1
-
VC源代码其它VckbaseWiz.zip
介绍如何制作APPWIZARD的程序范例
VC源代码其它VckbaseWiz.zip
介绍如何制作APPWIZARD的程序范例-VC source Other VckbaseWiz.zip how to produce APPWIZA examples of the procedures RD
- 2022-09-04 03:15:03下载
- 积分:1
-
delphi数字图像处理一书源代码,科学出版社出版.
delphi数字图像处理一书源代码,科学出版社出版.-digital image processing, a source book, the scientific publishing house.
- 2022-01-22 03:59:32下载
- 积分:1