-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
arduinorobot
ardunio robot tutorial
- 2019-04-11 15:27:44下载
- 积分:1
-
基于matlab的高斯光束及传输特性分析
基于matlab的高斯光束及传输特性分析。掌握高斯光束的光强分布特点及传播过程中光强的变化(Analysis of Gaussian beam and transmission characteristics based on matlab. Grasp the characteristics of intensity distribution of Gauss beams and the change of light intensity during propagation)
- 2018-11-23 16:42:03下载
- 积分:1
-
VW_window_washer
WolksVagen window washer adapter.
- 2019-05-13 20:11:43下载
- 积分:1
-
代码
说明: 用matlab对一段音频信号进行采样,并用PCM编码后通过2FSK调制模拟信道传输,最后经过2FSK解调和PCM解码恢复音频信号(Matlab is used to sample a section of audio signal, PCM is used to code it, then it is transmitted through 2FSK modulation analog channel, and finally it is demodulated by 2FSK and decoded by PCM to recover the audio signal)
- 2020-06-03 15:50:25下载
- 积分:1
-
tubedivide
应用于水利上河流的流管划分,输入断面数据和划分流管数量进行流管划分。(Applied to the flow tube is divided on river water conservancy input section data and divided the number of stream flow tube pipe division.)
- 2014-01-09 10:17:02下载
- 积分:1
-
Video-Forgery-Detection-master
说明: video forgery detection
- 2019-01-08 13:51:13下载
- 积分:1
-
电子程序
该程序包包含了几个电子小程序,EVB061Test-KEY程序1、PWM程序2、复读机程序3、趣味语音识别程序5、语音电子钟4。
帮助初学者迅速掌握spce061a的编程原则。希望对一些有需要的人有帮助。
- 2022-03-10 21:04:11下载
- 积分:1
-
webQQ
webQQ 的Python实现,亲测可以使用(webQQ Python implementation, pro-test can be used)
- 2013-09-18 10:42:12下载
- 积分:1
-
通过Twain调用扫描仪、高拍仪等电子扫描硬件C#TwainScanner
通过Twain调用扫描仪、高拍仪等电子扫描硬件(Through Twain call scanner, high - imaging device and other electronic scanning hardware)
- 2020-07-07 22:38:57下载
- 积分:1