-
usaco第1
USACO Section 1-4的后两个程序以及Section 1-5的全部程序代码-USACO Section 1-4 of the latter two procedures, as well as Section 1-5 of the full program code
- 2022-07-24 20:52:41下载
- 积分:1
-
Example realize this application NTC thermistor for temperature measurements. Th...
本应用例实现NTC热敏电阻器对温度的测量。热敏电阻器把温度的变化转换为电阻阻值的变化,再应用相应的测量电路把阻值的变化转换为电压的变化;SPMC75F2413A内建8路ADC可以把模拟的电压值转换为数字信号,对数值信号进行处理可以得到相应的温度值。-Example realize this application NTC thermistor for temperature measurements. The thermistor temperature is converted to resistance changes, and then the application of the corresponding measuring circuit the resistance change is converted to voltage changes SPMC75F2413A built-in 8-way ADC analog voltage can be converted into digital signal values, Numerical treatment of the signals can be the corresponding temperature value.
- 2023-06-11 08:25:04下载
- 积分:1
-
Well as resection of the double, after extracting a text document with a code
很好的双像后方交会,解压后是一个文本文档,内有代码-Well as resection of the double, after extracting a text document with a code
- 2022-03-24 11:06:16下载
- 积分:1
-
使用MATLAB语言特征提取源,PCA主成分…
pca进行特征提取源码,用matlab语言编写,pca即主成分分析-pca source for feature extraction using Matlab language, pca that Principal Component Analysis
- 2023-05-06 03:30:02下载
- 积分:1
-
软盘存储问题的C++程序,好东西,高级算法实现
软盘存储问题的C++程序,好东西,高级算法实现-the arithmetic of ruanpan wenti
realized by C++
- 2022-01-30 16:43:22下载
- 积分:1
-
Used,, MFC, GUI, pass the class a class of small game, the graphics processing,
用到,,MFC ,GUI,实现一类过关类的小游戏,,对图形进行处理,-Used,, MFC, GUI, pass the class a class of small game, the graphics processing,
- 2022-11-17 23:30:04下载
- 积分:1
-
BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its...
BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures.
The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files. -BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures. The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files.
- 2022-01-27 11:15:20下载
- 积分:1
-
基于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
-
- 2022-06-29 01:44:33下载
- 积分:1
-
DICOM version of the 2006 agreement, the English version; The original version o...
DICOM协议2006版本,英文版;该版本在原来的协议基础上有部分改动,请查看-DICOM version of the 2006 agreement, the English version; The original version of the agreement on the basis of some changes, see
- 2023-07-29 09:20:05下载
- 积分:1