06 2023 档案
摘要:https://gitee.com/wecooperate/iMonitor
阅读全文
摘要:#include <iostream> #include <string> #include <hv/requests.h> using namespace hv; int main() { hv::Json jroot; hv::Json d; jroot["cmd"] = "req_get_in
阅读全文
摘要://mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QThread> namespace Ui { class MainWindow; } class WorkerThre
阅读全文
摘要:功放类型特点差异 A类功放 高保真、低失真、线性放大 高功率消耗、低效率、发热多 B类功放 高效率、低功耗、较低发热 有交叉失真、较低保真度 AB类功放 较高效率、较低功耗、中等保真度 有一定交叉失真、适中发热 D类功放 高效率、低功耗、小尺寸、低发热 有数字失真、较低保真度
阅读全文
摘要:QT += network #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QWidget> #include <QObject> #include <QDebug> #include <QHttp
阅读全文