From c570bee0ac92169ae454e5c3eb509382034b5ae8 Mon Sep 17 00:00:00 2001 From: taotieren Date: Thu, 11 Apr 2024 10:39:55 +0800 Subject: [PATCH] add linux --- GX_CodeGen.pro | 22 +- README.md | 20 +- gx-codegen.desktop | 10 + gx-codegen.png | Bin 0 -> 10639 bytes main.cpp | 32 +- mainwindow.cpp | 559 +- mainwindow.h | 87 +- mainwindow.ui | 23737 +++++++++++++++++++++---------------------- rsc.qrc | 1 + 9 files changed, 12204 insertions(+), 12264 deletions(-) create mode 100644 gx-codegen.desktop create mode 100644 gx-codegen.png diff --git a/GX_CodeGen.pro b/GX_CodeGen.pro index baec473..f349d32 100644 --- a/GX_CodeGen.pro +++ b/GX_CodeGen.pro @@ -2,6 +2,9 @@ QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +TARGET = gx-codegen +TEMPLATE = app + CONFIG += c++11 # You can make your code fail to compile if it uses deprecated APIs. @@ -18,11 +21,6 @@ HEADERS += \ FORMS += \ mainwindow.ui -# Default rules for deployment. -qnx: target.path = /tmp/$${TARGET}/bin -else: unix:!android: target.path = /opt/$${TARGET}/bin -!isEmpty(target.path): INSTALLS += target - RESOURCES += \ rsc.qrc @@ -30,3 +28,17 @@ DISTFILES += \ logo.rc RC_FILE += logo.rc + +unix:!macx { + gx_codegen.files += $$_PRO_FILE_PWD_/gx-codegen + gx_codegen.path = /usr/bin + INSTALLS += gx_codegen + + gx_codegen_icon.files += $$_PRO_FILE_PWD_/gx-codegen.png + gx_codegen_icon.path = /usr/share/icons/hicolor/128x128/apps + INSTALLS += gx_codegen_icon + + gx_codegen_desktop.files += $$_PRO_FILE_PWD_/gx-codegen.desktop + gx_codegen_desktop.path = /usr/share/applications + INSTALLS += gx_codegen_desktop +} diff --git a/README.md b/README.md index 56b6e80..f5bc53e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,25 @@ GX芯片代码生成器,Qt编写,用于方便的配置各个线程的相关 #### 安装教程 -待完善 +##### Arch Linux + +Arch Linux 可以通过 [AUR gx-codegen-git](https://aur.archlinux.org/packages/gx-codegen-git) 或[自建源](https://github.com/taotieren/aur-repo)安装 + +```bash +yay -Syu gx-codegen +``` +##### Linux 源码编译 + +```bash +git clone https://gitee.com/gxchip/GX_CodeGen.git +cd GX_CodeGen + +# 依赖 `qt5` +# 参考 [AUR gx-codegen-git](https://aur.archlinux.org/packages/gx-codegen-git) 中的编译 +qmake +make install +make uninstall +``` #### 使用说明 diff --git a/gx-codegen.desktop b/gx-codegen.desktop new file mode 100644 index 0000000..3f81113 --- /dev/null +++ b/gx-codegen.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=gx-codegen +Comment=GX (感芯科技)芯片代码生成器,Qt编写,用于方便的配置各个线程的相关主频及栈空间参数,生成对应的lds文件与.h文件 +Exec=gx-codegen +Icon=gx-codegen.png +Terminal=false +StartupNotify=false +Categories=Development;Utility; diff --git a/gx-codegen.png b/gx-codegen.png new file mode 100644 index 0000000000000000000000000000000000000000..4afe3bb3cad5d3a8ed2970a470d611af4ee955d1 GIT binary patch literal 10639 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 lPw@Y>;pH{p;YYq(j9>77ce2 +#include +#include #include #include -#include -#include -quint32 program_version = 0x01000101; //1.1.1 +quint32 program_version = 0x01000101; // 1.1.1 -QString loadFontFamilyFromFiles(const QString &fontFileName) +QString loadFontFamilyFromFiles(const QString& fontFileName) { QString font = ""; QFile fontFile(fontFileName); - if(!fontFile.open(QIODevice::ReadOnly)) - { - qDebug()<<"Open font file error"; + if (!fontFile.open(QIODevice::ReadOnly)) { + qDebug() << "Open font file error"; return font; } int loadedFontID = QFontDatabase::addApplicationFontFromData(fontFile.readAll()); QStringList loadedFontFamilies = QFontDatabase::applicationFontFamilies(loadedFontID); - if(!loadedFontFamilies.empty()) - { + if (!loadedFontFamilies.empty()) { font = loadedFontFamilies.at(0); } fontFile.close(); return font; } -int main(int argc, char *argv[]) +int main(int argc, char* argv[]) { QApplication a(argc, argv); MainWindow w; -// QString strFont0 = loadFontFamilyFromFiles("fonts\\FangZhengHeiTiJianTi.ttf"); -// qDebug() << "strFont0 is: " << strFont0; -// a.setFont(strFont0); -// QFont font; -// font.setFamily(strFont0); -// a.setFont(font); -// qApp->setFont(font); + // QString strFont0 = loadFontFamilyFromFiles("fonts\\FangZhengHeiTiJianTi.ttf"); + // qDebug() << "strFont0 is: " << strFont0; + // a.setFont(strFont0); + // QFont font; + // font.setFamily(strFont0); + // a.setFont(font); + // qApp->setFont(font); w.show(); return a.exec(); } diff --git a/mainwindow.cpp b/mainwindow.cpp index 29675c2..39c1d0e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,19 +1,26 @@ #include "mainwindow.h" #include "ui_mainwindow.h" -#include -#include #include -#include -#include +#include +#include #include -#include -#include +#include +#include #include -#include #include +#include #include +#include +#include +#if defined(Q_OS_WIN) +#include +#elif defined(Q_OS_LINUX) +#include +#elif defined(Q_OS_DARWIN) +#include +#endif -MainWindow::MainWindow(QWidget *parent) +MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent) , ui(new Ui::MainWindow) { @@ -155,17 +162,15 @@ MainWindow::MainWindow(QWidget *parent) remain_main_freq[2] = ui->lineEdit_main_freq2; remain_main_freq[3] = ui->lineEdit_main_freq3; - for(int i=0; i < 64; i++) - { + for (int i = 0; i < 64; i++) { connect(line_edit_space[i], SIGNAL(editingFinished()), this, SLOT(refresh_DataSize())); - connect(line_edit_space[i], SIGNAL(textChanged(const QString &)), this, SLOT(refresh_DataSize_all(const QString &))); + connect(line_edit_space[i], SIGNAL(textChanged(const QString&)), this, SLOT(refresh_DataSize_all(const QString&))); } - for(int i=0; i < 16; i++) - { - connect(combo_box_freq[i*4], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_0_currentIndexChanged(int))); - connect(combo_box_freq[i*4+1], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_1_currentIndexChanged(int))); - connect(combo_box_freq[i*4+2], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_2_currentIndexChanged(int))); - connect(combo_box_freq[i*4+3], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_3_currentIndexChanged(int))); + for (int i = 0; i < 16; i++) { + connect(combo_box_freq[i * 4], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_0_currentIndexChanged(int))); + connect(combo_box_freq[i * 4 + 1], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_1_currentIndexChanged(int))); + connect(combo_box_freq[i * 4 + 2], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_2_currentIndexChanged(int))); + connect(combo_box_freq[i * 4 + 3], SIGNAL(currentIndexChanged(int)), this, SLOT(comboBox_freq_group_3_currentIndexChanged(int))); } refresh_DataSize(); @@ -177,28 +182,20 @@ MainWindow::MainWindow(QWidget *parent) readTxt("thread_config.h"); } - -void MainWindow::readTxt(QString file) +void MainWindow::readTxt(QString) { -#ifdef Q_OS_DARWIN - qDebug() << QDir::homePath()+"/DeskTop/"+ file; - QFile in_file(QDir::homePath()+"/DeskTop/"+ file); -#else - qDebug() << file; - QFile in_file(file); -#endif - if(!in_file.exists()) - { + QString configFilePath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation) + "/thread_config.h"; + + QFile in_file(configFilePath); + if (!in_file.exists()) { return; } - if(!in_file.open(QIODevice::ReadOnly | QIODevice::Text)) - { + if (!in_file.open(QIODevice::ReadOnly | QIODevice::Text)) { return; } QTextStream infile(&in_file); - QString freq[9] = - { + QString freq[9] = { "0x0", "0x100", "0x200", @@ -209,8 +206,7 @@ void MainWindow::readTxt(QString file) "0x700", "0x800" }; - QString rate[9] = - { + QString rate[9] = { "1/4", "1/8", "1/16", @@ -240,21 +236,19 @@ void MainWindow::readTxt(QString file) int data_space_value; int common_data_space_value; int clock_source_sel = 0; - uint32_t threadx_start[64] = {0}; - uint32_t freq_number[64] = {0}; + uint32_t threadx_start[64] = { 0 }; + uint32_t freq_number[64] = { 0 }; bool threadx_valid[64]; int stack_i = 0; int freq_i = 0; int valid_i = 0; - while (!infile.atEnd()) - { + while (!infile.atEnd()) { QString s = infile.readLine(); - if(s.contains(str2)) - { + if (s.contains(str2)) { QString str_temp = str1 + QString::number(freq_i) + str2; int xxx = s.indexOf(str_temp); - if (xxx != -1)//"ROTHD_THREADx_FREQCFG_VALUE" + if (xxx != -1) //"ROTHD_THREADx_FREQCFG_VALUE" { bool ok; xxx += str_temp.length(); @@ -262,85 +256,66 @@ void MainWindow::readTxt(QString file) freq_number[freq_i] = s.mid(xxx).toUInt(&ok, 16); } freq_i++; - } - else if(s.contains(str4)) - { - QString str_temp = str1+ QString::number(stack_i) + str4; + } else if (s.contains(str4)) { + QString str_temp = str1 + QString::number(stack_i) + str4; int xxx = s.indexOf(str_temp); - if (xxx != -1)//"ROTHD_THREADx_STACKCFG_VALUE" + if (xxx != -1) //"ROTHD_THREADx_STACKCFG_VALUE" { xxx += str_temp.length(); xxx += 1; threadx_start[stack_i] = s.mid(xxx).toUInt(); } stack_i++; - } - else if(s.contains(str3)) - { - if(s.contains(str1 + QString::number(valid_i) + "_VALID")) - { + } else if (s.contains(str3)) { + if (s.contains(str1 + QString::number(valid_i) + "_VALID")) { threadx_valid[valid_i] = true; - } - else if(s.contains(str1 + QString::number(valid_i) + "_INVALID")) - { + } else if (s.contains(str1 + QString::number(valid_i) + "_INVALID")) { threadx_valid[valid_i] = false; } valid_i++; - } - else if(s.contains(str5)) - { + } else if (s.contains(str5)) { int xxx = s.indexOf(str5); - if (xxx != -1)//"ROTHD_CODE_RAM_VALUE" + if (xxx != -1) //"ROTHD_CODE_RAM_VALUE" { xxx += str5.length(); xxx += 1; code_value = s.mid(xxx).toUInt(); } - } - else if(s.contains(str6)) - { + } else if (s.contains(str6)) { int xxx = s.indexOf(str6); - if (xxx != -1)//"ROTHD_CODE_RAM_VALUE" + if (xxx != -1) //"ROTHD_CODE_RAM_VALUE" { xxx += str6.length(); xxx += 1; data_value = s.mid(xxx).toUInt(); } - } - else if(s.contains(str7)) - { + } else if (s.contains(str7)) { int xxx = s.indexOf(str7); - if (xxx != -1)//"ROTHD_CODE_SPACE_VALUE" + if (xxx != -1) //"ROTHD_CODE_SPACE_VALUE" { xxx += str7.length(); xxx += 1; code_space_value = s.mid(xxx).toUInt(); } - } - else if(s.contains(str8)) - { + } else if (s.contains(str8)) { int xxx = s.indexOf(str8); - if (xxx != -1)//"ROTHD_DATA_SPACE_VALUE" + if (xxx != -1) //"ROTHD_DATA_SPACE_VALUE" { xxx += str8.length(); xxx += 1; data_space_value = s.mid(xxx).toUInt(); } - } - else if(s.contains(str9)) - { + } else if (s.contains(str9)) { int xxx = s.indexOf(str9); - if (xxx != -1)//"ROTHD_COMMON_DATA_SPACE_VALUE" + if (xxx != -1) //"ROTHD_COMMON_DATA_SPACE_VALUE" { xxx += str9.length(); xxx += 1; common_data_space_value = s.mid(xxx).toUInt(); } - } - else if(s.contains(str10)) - { + } else if (s.contains(str10)) { int xxx = s.indexOf(str10); - if (xxx != -1)//"ROTHD_COLCK_SOURCE_SEL" + if (xxx != -1) //"ROTHD_COLCK_SOURCE_SEL" { xxx += str10.length(); xxx += 1; @@ -357,45 +332,39 @@ void MainWindow::readTxt(QString file) qDebug() << data_space_value; qDebug() << common_data_space_value; qDebug() << clock_source_sel; - for(int i=0; i < 64; i++) - { - qDebug() << threadx_start[i] << "|0x" << QString::number(freq_number[i],16) << "|" << threadx_valid[i]; + for (int i = 0; i < 64; i++) { + qDebug() << threadx_start[i] << "|0x" << QString::number(freq_number[i], 16) << "|" << threadx_valid[i]; } - if(code_value == 32*1024) + if (code_value == 32 * 1024) ui->comboBox_size->setCurrentIndex(0); - else if(code_value == 64*1024) + else if (code_value == 64 * 1024) ui->comboBox_size->setCurrentIndex(1); - else if(code_value == 96*1024) + else if (code_value == 96 * 1024) ui->comboBox_size->setCurrentIndex(2); ui->comboBox_timerSource->setCurrentIndex(clock_source_sel); - QVector data_stack_size; - for(int i=0; i < 64; i++) - { - if(freq_number[i] == 0xf0fff000) + for (int i = 0; i < 64; i++) { + if (freq_number[i] == 0xf0fff000) combo_box_freq[i]->setCurrentIndex(0); - else - { - int temp = ((freq_number[i]&0xF0000000)>>28) + 1; - qDebug() << QString::number((freq_number[i]&0xF0000000)>>28,16) << ":" << temp; + else { + int temp = ((freq_number[i] & 0xF0000000) >> 28) + 1; + qDebug() << QString::number((freq_number[i] & 0xF0000000) >> 28, 16) << ":" << temp; combo_box_freq[i]->setCurrentIndex(temp); } - if(i < 63) - line_edit_space[i]->setText(QString::number(threadx_start[i] - threadx_start[i+1],10)); + if (i < 63) + line_edit_space[i]->setText(QString::number(threadx_start[i] - threadx_start[i + 1], 10)); } - line_edit_space[63]->setText(QString::number(threadx_start[63]-common_data_space_value,10)); + line_edit_space[63]->setText(QString::number(threadx_start[63] - common_data_space_value, 10)); refresh_DataSize(); comboBox_freq_group_0_currentIndexChanged(0); comboBox_freq_group_1_currentIndexChanged(0); comboBox_freq_group_2_currentIndexChanged(0); comboBox_freq_group_3_currentIndexChanged(0); - - } MainWindow::~MainWindow() @@ -403,42 +372,41 @@ MainWindow::~MainWindow() delete ui; } -void MainWindow::refresh_DataSize_all(const QString &text) +void MainWindow::refresh_DataSize_all(const QString&) { int size_sum = 0; - for(int i=0; i < 64; i++) - { - int temp = line_edit_space[i]->text().toInt(nullptr,10); + for (int i = 0; i < 64; i++) { + int temp = line_edit_space[i]->text().toInt(nullptr, 10); size_sum += temp; } int data_space_index = ui->comboBox_size->currentIndex(); - ui->lineEdit_remain_data_size->setText(tr("%1").arg(data_space_size[data_space_index]-size_sum)); + ui->lineEdit_remain_data_size->setText(tr("%1").arg(data_space_size[data_space_index] - size_sum)); } -//刷新dpi +// 刷新dpi void MainWindow::refreshDPI() { - //计算dpi + // 计算dpi QList screens = QApplication::screens(); QScreen* screen = screens[0]; qreal dpi = screen->logicalDotsPerInch(); - //计算dpi对应的缩放比例 - double objectRate = dpi/96.0; + // 计算dpi对应的缩放比例 + double objectRate = dpi / 96.0; changeObjectSize(*this, objectRate); - qDebug()<<"width "<(o.children().at(i)); + for (int i = 0; i < o.children().size(); ++i) { + QWidget* pWidget = qobject_cast(o.children().at(i)); if (pWidget != nullptr) { qDebug() << pWidget->width() << pWidget->height(); - //pWidget->resize(pWidget->width()*objectRate, pWidget->height()*objectRate); - pWidget->setGeometry(pWidget->x()*objectRate,pWidget->y()*objectRate, - pWidget->width()*objectRate, pWidget->height()*objectRate); - changeObjectSize(*(o.children().at(i)),objectRate); + // pWidget->resize(pWidget->width()*objectRate, pWidget->height()*objectRate); + pWidget->setGeometry(pWidget->x() * objectRate, pWidget->y() * objectRate, + pWidget->width() * objectRate, pWidget->height() * objectRate); + changeObjectSize(*(o.children().at(i)), objectRate); } } } @@ -446,7 +414,7 @@ void MainWindow::changeObjectSize(const QObject &o, double objectRate) void MainWindow::on_pushButton_clicked() { - double freq_sum[4] = {0,0,0,0}; + double freq_sum[4] = { 0, 0, 0, 0 }; int size_sum = 0; refresh_DataSize(); @@ -455,86 +423,69 @@ void MainWindow::on_pushButton_clicked() comboBox_freq_group_2_currentIndexChanged(0); comboBox_freq_group_3_currentIndexChanged(0); - - for(int i=0; i < 64; i++) - { - int temp = line_edit_space[i]->text().toInt(nullptr,10); - if(temp % 4 != 0) - { - temp = temp + 4 - temp%4; - //line_edit_space[i]->setText(tr("%1").arg(temp)); + for (int i = 0; i < 64; i++) { + int temp = line_edit_space[i]->text().toInt(nullptr, 10); + if (temp % 4 != 0) { + temp = temp + 4 - temp % 4; + // line_edit_space[i]->setText(tr("%1").arg(temp)); } size_sum += temp; } - for(int i=0; i < 16; i++) - { - if(combo_box_freq[i*4]->currentIndex() != 0) - freq_sum[0] += 1.0 / pow(2.0, (combo_box_freq[i*4]->currentIndex()+1)); - if(combo_box_freq[i*4+1]->currentIndex() != 0) - freq_sum[1] += 1.0 / pow(2.0, (combo_box_freq[i*4+1]->currentIndex()+1)); - if(combo_box_freq[i*4+2]->currentIndex() != 0) - freq_sum[2] += 1.0 / pow(2.0, (combo_box_freq[i*4+2]->currentIndex()+1)); - if(combo_box_freq[i*4+3]->currentIndex() != 0) - freq_sum[3] += 1.0 / pow(2.0, (combo_box_freq[i*4+3]->currentIndex()+1)); + for (int i = 0; i < 16; i++) { + if (combo_box_freq[i * 4]->currentIndex() != 0) + freq_sum[0] += 1.0 / pow(2.0, (combo_box_freq[i * 4]->currentIndex() + 1)); + if (combo_box_freq[i * 4 + 1]->currentIndex() != 0) + freq_sum[1] += 1.0 / pow(2.0, (combo_box_freq[i * 4 + 1]->currentIndex() + 1)); + if (combo_box_freq[i * 4 + 2]->currentIndex() != 0) + freq_sum[2] += 1.0 / pow(2.0, (combo_box_freq[i * 4 + 2]->currentIndex() + 1)); + if (combo_box_freq[i * 4 + 3]->currentIndex() != 0) + freq_sum[3] += 1.0 / pow(2.0, (combo_box_freq[i * 4 + 3]->currentIndex() + 1)); } int data_space_index = ui->comboBox_size->currentIndex(); qDebug() << size_sum; - if(size_sum > data_space_size[data_space_index]) - { - QMessageBox::warning(this,QString::fromLocal8Bit("生成错误"),QString::fromLocal8Bit("线程栈空间总和大于数据空间"),QMessageBox::Ok); + if (size_sum > data_space_size[data_space_index]) { + QMessageBox::warning(this, QString::fromLocal8Bit("生成错误"), QString::fromLocal8Bit("线程栈空间总和大于数据空间"), QMessageBox::Ok); return; } - for(int i=0; i < 4; i++) - { + for (int i = 0; i < 4; i++) { qDebug() << freq_sum[i]; - if(freq_sum[i] > 0.25) - { - QMessageBox::warning(this,QString::fromLocal8Bit("生成错误"),QString::fromLocal8Bit("线程组")+tr("%1").arg(i)+QString::fromLocal8Bit("频率总和大于1/4"),QMessageBox::Ok); + if (freq_sum[i] > 0.25) { + QMessageBox::warning(this, QString::fromLocal8Bit("生成错误"), QString::fromLocal8Bit("线程组") + tr("%1").arg(i) + QString::fromLocal8Bit("频率总和大于1/4"), QMessageBox::Ok); return; } } -#ifdef Q_OS_DARWIN - if(generate_Code("thread_config.h")) - QMessageBox::information(this,QString::fromLocal8Bit("成功"),QString::fromLocal8Bit("生成成功: 桌面/thread_config.h"),QMessageBox::Ok); - else - QMessageBox::information(this,QString::fromLocal8Bit("错误"),QString::fromLocal8Bit("生成失败: 桌面/thread_config.h"),QMessageBox::Ok); -#else - if(generate_Code("thread_config.h")) - QMessageBox::information(this,QString::fromLocal8Bit("成功"),QString::fromLocal8Bit("生成成功"),QMessageBox::Ok); + + if (generate_Code("thread_config.h")) + QMessageBox::information(this, QString::fromLocal8Bit("成功"), QString::fromLocal8Bit("生成成功"), QMessageBox::Ok); else - QMessageBox::information(this,QString::fromLocal8Bit("错误"),QString::fromLocal8Bit("生成失败"),QMessageBox::Ok); -#endif + QMessageBox::information(this, QString::fromLocal8Bit("错误"), QString::fromLocal8Bit("生成失败"), QMessageBox::Ok); } uint32_t MainWindow::reverseBits(uint32_t n) { uint32_t result = 0; - result |= (n & 0x0001)<<9; - result |= (n & 0x0002)<<7; - result |= (n & 0x0004)<<5; - result |= (n & 0x0008)<<3; - result |= (n & 0x0010)<<1; - result |= (n & 0x0020)>>1; - result |= (n & 0x0040)>>3; - result |= (n & 0x0080)>>5; - result |= (n & 0x0100)>>7; - result |= (n & 0x0200)>>9; + result |= (n & 0x0001) << 9; + result |= (n & 0x0002) << 7; + result |= (n & 0x0004) << 5; + result |= (n & 0x0008) << 3; + result |= (n & 0x0010) << 1; + result |= (n & 0x0020) >> 1; + result |= (n & 0x0040) >> 3; + result |= (n & 0x0080) >> 5; + result |= (n & 0x0100) >> 7; + result |= (n & 0x0200) >> 9; return result; } -bool MainWindow::generate_Code(QString filename) +bool MainWindow::generate_Code(QString) { -#ifdef Q_OS_DARWIN - qDebug() << QDir::homePath()+"/DeskTop/"+ filename; - QFile code_file(QDir::homePath()+"/DeskTop/"+ filename); -#else - qDebug() << filename; - QFile code_file(filename); -#endif + QString configFilePath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation) + "/thread_config.h"; + QString ldsFilePath = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation) + "/MC3172.lds"; + + QFile code_file(configFilePath); code_file.open(QIODevice::Text | QIODevice::WriteOnly | QIODevice::Truncate); - if(!code_file.isOpen()) - { + if (!code_file.isOpen()) { return false; } QTextStream out(&code_file); @@ -542,62 +493,50 @@ bool MainWindow::generate_Code(QString filename) int code_size = code_space_size[data_space_index]; int data_size = data_space_size[data_space_index]; - QVector main_freq_values(64,0xf0fff000); - for(int group = 0; group < 4; group++) - { + QVector main_freq_values(64, 0xf0fff000); + for (int group = 0; group < 4; group++) { { QList sorted_index; QVector main_freqs; QVector main_freq_indexs; sorted_index.push_front(0); - for(int i = 0; i < 16; i++) - { + for (int i = 0; i < 16; i++) { double temp = 0; - if(combo_box_freq[i*4+group]->currentIndex() != 0) - temp = 1.0 / pow(2.0, (combo_box_freq[i*4+group]->currentIndex()+1)); + if (combo_box_freq[i * 4 + group]->currentIndex() != 0) + temp = 1.0 / pow(2.0, (combo_box_freq[i * 4 + group]->currentIndex() + 1)); main_freqs.push_back(temp); - main_freq_indexs.push_back(combo_box_freq[i*4+group]->currentIndex()); + main_freq_indexs.push_back(combo_box_freq[i * 4 + group]->currentIndex()); } qDebug() << main_freqs; - for(int i = 1; i < 16; i++) - { + for (int i = 1; i < 16; i++) { qDebug() << sorted_index; - for(int j=0; j <= i; j++) - { - if(j==i) - { + for (int j = 0; j <= i; j++) { + if (j == i) { sorted_index.push_back(i); break; } - if(main_freqs[i] > main_freqs[sorted_index[j]]) - { + if (main_freqs[i] > main_freqs[sorted_index[j]]) { qDebug() << j << i << sorted_index; - sorted_index.insert(j,i); + sorted_index.insert(j, i); break; } } } qDebug() << sorted_index; uint32_t alreay_use = 0; - for(int i=0; i < 16; i++) - { + for (int i = 0; i < 16; i++) { int index = sorted_index[i]; - if(main_freq_indexs[index] != 0) - { - if(i > 0) - { - int last_index = sorted_index[i-1]; - alreay_use = alreay_use + (uint32_t)(main_freqs[last_index]*1024*4); - main_freq_values[index*4+group] = (main_freq_indexs[index]-1)*0x10000000 + ((reverseBits(alreay_use))<<12); - } - else - { - main_freq_values[index*4+group] = (main_freq_indexs[index]-1)*0x10000000; + if (main_freq_indexs[index] != 0) { + if (i > 0) { + int last_index = sorted_index[i - 1]; + alreay_use = alreay_use + (uint32_t)(main_freqs[last_index] * 1024 * 4); + main_freq_values[index * 4 + group] = (main_freq_indexs[index] - 1) * 0x10000000 + ((reverseBits(alreay_use)) << 12); + } else { + main_freq_values[index * 4 + group] = (main_freq_indexs[index] - 1) * 0x10000000; } - qDebug() << group << "|" << i << "|" << index << "|" << tr("%1").arg(main_freq_values[index*4+group],4,16); - } - else + qDebug() << group << "|" << i << "|" << index << "|" << tr("%1").arg(main_freq_values[index * 4 + group], 4, 16); + } else break; } } @@ -605,46 +544,45 @@ bool MainWindow::generate_Code(QString filename) QVector thread_space_stacks; int thread_data_sum = 0; - thread_space_stacks.push_back(data_size+DATA_RESERVE_SPACE-64); - for(int i=1; i < 64; i++) - { - if(combo_box_freq[i-1]->currentIndex() != 0) - { - int temp = line_edit_space[i-1]->text().toInt(nullptr,10); - if(temp % 4 != 0) - { - temp = temp + 4 - temp%4; - //line_edit_space[i]->setText(tr("%1").arg(temp)); + thread_space_stacks.push_back(data_size + DATA_RESERVE_SPACE - 64); + for (int i = 1; i < 64; i++) { + if (combo_box_freq[i - 1]->currentIndex() != 0) { + int temp = line_edit_space[i - 1]->text().toInt(nullptr, 10); + if (temp % 4 != 0) { + temp = temp + 4 - temp % 4; + // line_edit_space[i]->setText(tr("%1").arg(temp)); } thread_data_sum += temp; - if(i > 0) - { - thread_space_stacks.push_back(thread_space_stacks[i-1]-temp); + if (i > 0) { + thread_space_stacks.push_back(thread_space_stacks[i - 1] - temp); } - } - else - { - thread_space_stacks.push_back(thread_space_stacks[i-1]); + } else { + thread_space_stacks.push_back(thread_space_stacks[i - 1]); } } int remain_data_size = data_size - thread_data_sum; - out << "#define ROTHD_CODE_RAM_VALUE " << code_size + RESERVE_SPACE << endl; - out << "#define ROTHD_DATA_RAM_VALUE " << data_size + DATA_RESERVE_SPACE << endl << endl; - - out << "#define ROTHD_CODE_SPACE_VALUE " << code_size << endl; - out << "#define ROTHD_DATA_SPACE_VALUE " << data_size + DATA_RESERVE_SPACE << endl; - out << "#define ROTHD_COMMON_DATA_SPACE_VALUE " << remain_data_size << endl; - out << "#define ROTHD_COLCK_SOURCE_SEL " << ui->comboBox_timerSource->currentIndex() << endl << endl << endl; - for(int i=0; i < 64; i++) - { - out << "#define ROTHD_THREAD" << i << "_FREQCFG_VALUE 0x" << QString::number(main_freq_values[i],16) << endl; - if(main_freq_values[i] != 0xffff) - out << "#define ROTHD_THREAD" << i << "_VALID" << endl; + out << "#define ROTHD_CODE_RAM_VALUE " << code_size + RESERVE_SPACE << Qt::endl; + out << "#define ROTHD_DATA_RAM_VALUE " << data_size + DATA_RESERVE_SPACE << Qt::endl + << Qt::endl; + + out << "#define ROTHD_CODE_SPACE_VALUE " << code_size << Qt::endl; + out << "#define ROTHD_DATA_SPACE_VALUE " << data_size + DATA_RESERVE_SPACE << Qt::endl; + out << "#define ROTHD_COMMON_DATA_SPACE_VALUE " << remain_data_size << Qt::endl; + out << "#define ROTHD_COLCK_SOURCE_SEL " << ui->comboBox_timerSource->currentIndex() << Qt::endl + << Qt::endl + << Qt::endl; + + for (int i = 0; i < 64; i++) { + out << "#define ROTHD_THREAD" << i << "_FREQCFG_VALUE 0x" << QString::number(main_freq_values[i], 16) << Qt::endl; + if (main_freq_values[i] != 0xffff) + out << "#define ROTHD_THREAD" << i << "_VALID" << Qt::endl; else - out << "#define ROTHD_THREAD" << i << "_INVALID" << endl; - out << "#define ROTHD_THREAD" << i << "_STACKCFG_VALUE " << thread_space_stacks[i] << endl << endl; + out << "#define ROTHD_THREAD" << i << "_INVALID" << Qt::endl; + out << "#define ROTHD_THREAD" << i << "_STACKCFG_VALUE " << thread_space_stacks[i] << Qt::endl + << Qt::endl; } + out.flush(); code_file.close(); @@ -652,18 +590,14 @@ bool MainWindow::generate_Code(QString filename) lds_file.open(QIODevice::Text | QIODevice::ReadOnly); QString read_input = QString::fromUtf8(lds_file.readAll()); lds_file.close(); -#ifdef Q_OS_DARWIN - qDebug() << QDir::homePath()+"/DeskTop/"+ "MC3172.lds"; - QFile lds_out_file(QDir::homePath()+"/DeskTop/"+ "MC3172.lds"); -#else - QFile lds_out_file("MC3172.lds"); -#endif + + QFile lds_out_file(ldsFilePath); lds_out_file.open(QIODevice::Text | QIODevice::WriteOnly | QIODevice::Truncate); - if(!lds_out_file.isOpen()) + if (!lds_out_file.isOpen()) return false; QTextStream lds_out(&lds_out_file); - read_input.replace("dEfInE_cOdE_SpACE",QString::number(code_size+RESERVE_SPACE-16,10)); - read_input.replace("dEfInE_DaTa_SpACE",QString::number(remain_data_size,10)); + read_input.replace("dEfInE_cOdE_SpACE", QString::number(code_size + RESERVE_SPACE - 16, 10)); + read_input.replace("dEfInE_DaTa_SpACE", QString::number(remain_data_size, 10)); lds_out_file.write(read_input.toUtf8()); lds_out_file.flush(); lds_out_file.close(); @@ -671,137 +605,110 @@ bool MainWindow::generate_Code(QString filename) return true; } - void MainWindow::refresh_DataSize() { int size_sum = 0; - for(int i=0; i < 64; i++) - { - int temp = line_edit_space[i]->text().toInt(nullptr,10); - if(temp % 4 != 0) - { - temp = temp + 4 - temp%4; - //line_edit_space[i]->setText(tr("%1").arg(temp)); + for (int i = 0; i < 64; i++) { + int temp = line_edit_space[i]->text().toInt(nullptr, 10); + if (temp % 4 != 0) { + temp = temp + 4 - temp % 4; + // line_edit_space[i]->setText(tr("%1").arg(temp)); } size_sum += temp; } int data_space_index = ui->comboBox_size->currentIndex(); qDebug() << size_sum; - if(size_sum > data_space_size[data_space_index]) - { - QMessageBox::warning(this,QString::fromLocal8Bit("错误"),QString::fromLocal8Bit("线程栈空间总和大于数据空间"),QMessageBox::Ok); + if (size_sum > data_space_size[data_space_index]) { + QMessageBox::warning(this, QString::fromLocal8Bit("错误"), QString::fromLocal8Bit("线程栈空间总和大于数据空间"), QMessageBox::Ok); return; } - ui->lineEdit_remain_data_size->setText(tr("%1").arg(data_space_size[data_space_index]-size_sum)); + ui->lineEdit_remain_data_size->setText(tr("%1").arg(data_space_size[data_space_index] - size_sum)); } - -void MainWindow::comboBox_freq_group_0_currentIndexChanged(int index) +void MainWindow::comboBox_freq_group_0_currentIndexChanged(int) { double freq_sum = 0; - for(int i=0; i < 16; i++) - { - if(combo_box_freq[i*4]->currentIndex() != 0) - { - freq_sum += 1.0 / pow(2.0, (combo_box_freq[i*4]->currentIndex()+1)); - line_edit_space[i*4]->setEnabled(true); + for (int i = 0; i < 16; i++) { + if (combo_box_freq[i * 4]->currentIndex() != 0) { + freq_sum += 1.0 / pow(2.0, (combo_box_freq[i * 4]->currentIndex() + 1)); + line_edit_space[i * 4]->setEnabled(true); + } else { + line_edit_space[i * 4]->setText(""); + line_edit_space[i * 4]->setEnabled(false); } - else - { - line_edit_space[i*4]->setText(""); - line_edit_space[i*4]->setEnabled(false); - } - } - if(freq_sum > 0.25) - { - QMessageBox::warning(this,QString::fromLocal8Bit("错误"),QString::fromLocal8Bit("线程组")+tr("%1").arg(0)+QString::fromLocal8Bit("频率总和大于1/4"),QMessageBox::Ok); + if (freq_sum > 0.25) { + QMessageBox::warning(this, QString::fromLocal8Bit("错误"), QString::fromLocal8Bit("线程组") + tr("%1").arg(0) + QString::fromLocal8Bit("频率总和大于1/4"), QMessageBox::Ok); return; } - ui->lineEdit_main_freq0->setText(QString::number((0.25-freq_sum)*100,'g')+"%"); + ui->lineEdit_main_freq0->setText(QString::number((0.25 - freq_sum) * 100, 'g') + "%"); } -void MainWindow::comboBox_freq_group_1_currentIndexChanged(int index) +void MainWindow::comboBox_freq_group_1_currentIndexChanged(int) { double freq_sum = 0; - for(int i=0; i < 16; i++) - { - if(combo_box_freq[i*4+1]->currentIndex() != 0) - { - freq_sum += 1.0 / pow(2.0, (combo_box_freq[i*4+1]->currentIndex()+1)); - line_edit_space[i*4+1]->setEnabled(true); - } - else - { - line_edit_space[i*4+1]->setText(""); - line_edit_space[i*4+1]->setEnabled(false); + for (int i = 0; i < 16; i++) { + if (combo_box_freq[i * 4 + 1]->currentIndex() != 0) { + freq_sum += 1.0 / pow(2.0, (combo_box_freq[i * 4 + 1]->currentIndex() + 1)); + line_edit_space[i * 4 + 1]->setEnabled(true); + } else { + line_edit_space[i * 4 + 1]->setText(""); + line_edit_space[i * 4 + 1]->setEnabled(false); } } - if(freq_sum > 0.25) - { - QMessageBox::warning(this,QString::fromLocal8Bit("错误"),QString::fromLocal8Bit("线程组")+tr("%1").arg(1)+QString::fromLocal8Bit("频率总和大于1/4"),QMessageBox::Ok); + if (freq_sum > 0.25) { + QMessageBox::warning(this, QString::fromLocal8Bit("错误"), QString::fromLocal8Bit("线程组") + tr("%1").arg(1) + QString::fromLocal8Bit("频率总和大于1/4"), QMessageBox::Ok); return; } - ui->lineEdit_main_freq1->setText(QString::number((0.25-freq_sum)*100,'g')+"%"); + ui->lineEdit_main_freq1->setText(QString::number((0.25 - freq_sum) * 100, 'g') + "%"); refresh_DataSize(); } -void MainWindow::comboBox_freq_group_2_currentIndexChanged(int index) +void MainWindow::comboBox_freq_group_2_currentIndexChanged(int) { double freq_sum = 0; - for(int i=0; i < 16; i++) - { - if(combo_box_freq[i*4+2]->currentIndex() != 0) - { - freq_sum += 1.0 / pow(2.0, (combo_box_freq[i*4+2]->currentIndex()+1)); - line_edit_space[i*4+2]->setEnabled(true); - } - else - { - line_edit_space[i*4+2]->setText(""); - line_edit_space[i*4+2]->setEnabled(false); + for (int i = 0; i < 16; i++) { + if (combo_box_freq[i * 4 + 2]->currentIndex() != 0) { + freq_sum += 1.0 / pow(2.0, (combo_box_freq[i * 4 + 2]->currentIndex() + 1)); + line_edit_space[i * 4 + 2]->setEnabled(true); + } else { + line_edit_space[i * 4 + 2]->setText(""); + line_edit_space[i * 4 + 2]->setEnabled(false); } } - if(freq_sum > 0.25) - { - QMessageBox::warning(this,QString::fromLocal8Bit("错误"),QString::fromLocal8Bit("线程组")+tr("%1").arg(2)+QString::fromLocal8Bit("频率总和大于1/4"),QMessageBox::Ok); + if (freq_sum > 0.25) { + QMessageBox::warning(this, QString::fromLocal8Bit("错误"), QString::fromLocal8Bit("线程组") + tr("%1").arg(2) + QString::fromLocal8Bit("频率总和大于1/4"), QMessageBox::Ok); return; } - ui->lineEdit_main_freq2->setText(QString::number((0.25-freq_sum)*100,'g')+"%"); + ui->lineEdit_main_freq2->setText(QString::number((0.25 - freq_sum) * 100, 'g') + "%"); refresh_DataSize(); } -void MainWindow::comboBox_freq_group_3_currentIndexChanged(int index) +void MainWindow::comboBox_freq_group_3_currentIndexChanged(int) { double freq_sum = 0; - for(int i=0; i < 16; i++) - { - if(combo_box_freq[i*4+3]->currentIndex() != 0) - { - freq_sum += 1.0 / pow(2.0, (combo_box_freq[i*4+3]->currentIndex()+1)); - line_edit_space[i*4+3]->setEnabled(true); - } - else - { - line_edit_space[i*4+3]->setText(""); - line_edit_space[i*4+3]->setEnabled(false); + for (int i = 0; i < 16; i++) { + if (combo_box_freq[i * 4 + 3]->currentIndex() != 0) { + freq_sum += 1.0 / pow(2.0, (combo_box_freq[i * 4 + 3]->currentIndex() + 1)); + line_edit_space[i * 4 + 3]->setEnabled(true); + } else { + line_edit_space[i * 4 + 3]->setText(""); + line_edit_space[i * 4 + 3]->setEnabled(false); } } - if(freq_sum > 0.25) - { - QMessageBox::warning(this,QString::fromLocal8Bit("错误"),QString::fromLocal8Bit("线程组")+tr("%1").arg(3)+QString::fromLocal8Bit("频率总和大于1/4"),QMessageBox::Ok); + if (freq_sum > 0.25) { + QMessageBox::warning(this, QString::fromLocal8Bit("错误"), QString::fromLocal8Bit("线程组") + tr("%1").arg(3) + QString::fromLocal8Bit("频率总和大于1/4"), QMessageBox::Ok); return; } - ui->lineEdit_main_freq3->setText(QString::number((0.25-freq_sum)*100,'g')+"%"); + ui->lineEdit_main_freq3->setText(QString::number((0.25 - freq_sum) * 100, 'g') + "%"); refresh_DataSize(); } -void MainWindow::on_comboBox_size_currentIndexChanged(int index) +void MainWindow::on_comboBox_size_currentIndexChanged(int) { refresh_DataSize(); } - diff --git a/mainwindow.h b/mainwindow.h index 067047d..3bc3de7 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,45 +1,39 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H -#include -#include #include -#include -#include +#include #include -#include -#include #include -#include +#include #include +#include +#include +#include +#include -namespace GX_LINK -{ - namespace SpaceMap - { - enum : int - { - code32_data96 = 0, - code64_data64 = 1, - code96_data32 = 2, - }; - } - namespace FreqInverse - { - enum : int - { - EMPTY = 0, - FREQ4 = 1, - FREQ8 = 2, - FREQ16 = 3, - FREQ32 = 4, - FREQ64 = 5, - FREQ128 = 6, - FREQ256 = 7, - FREQ512 = 8, - FREQ1024 = 9, - }; - } +namespace GX_LINK { +namespace SpaceMap { + enum : int { + code32_data96 = 0, + code64_data64 = 1, + code96_data32 = 2, + }; +} +namespace FreqInverse { + enum : int { + EMPTY = 0, + FREQ4 = 1, + FREQ8 = 2, + FREQ16 = 3, + FREQ32 = 4, + FREQ64 = 5, + FREQ128 = 6, + FREQ256 = 7, + FREQ512 = 8, + FREQ1024 = 9, + }; +} } @@ -49,19 +43,20 @@ namespace GX_LINK #define DATA_RESERVE_SPACE 192 QT_BEGIN_NAMESPACE -namespace Ui { class MainWindow; } +namespace Ui { +class MainWindow; +} QT_END_NAMESPACE -class MainWindow : public QMainWindow -{ +class MainWindow : public QMainWindow { Q_OBJECT public: - MainWindow(QWidget *parent = nullptr); + MainWindow(QWidget* parent = nullptr); ~MainWindow(); private slots: - void refresh_DataSize_all(const QString &text); + void refresh_DataSize_all(const QString& text); void on_pushButton_clicked(); void refresh_DataSize(); void comboBox_freq_group_0_currentIndexChanged(int index); @@ -75,13 +70,13 @@ private: uint32_t reverseBits(uint32_t n); bool generate_Code(QString filename); void refreshDPI(); - void changeObjectSize(const QObject &o, double objectRate); - Ui::MainWindow *ui; - QLineEdit * remain_main_freq[4]; - QComboBox * combo_box_freq[64]; - QLineEdit * line_edit_space[64]; + void changeObjectSize(const QObject& o, double objectRate); + Ui::MainWindow* ui; + QLineEdit* remain_main_freq[4]; + QComboBox* combo_box_freq[64]; + QLineEdit* line_edit_space[64]; - int code_space_size[3] = {32*1024-RESERVE_SPACE, 64*1024-RESERVE_SPACE, 96*1024-RESERVE_SPACE}; - int data_space_size[3] = {96*1024-DATA_RESERVE_SPACE, 64*1024-DATA_RESERVE_SPACE, 32*1024-DATA_RESERVE_SPACE}; + int code_space_size[3] = { 32 * 1024 - RESERVE_SPACE, 64 * 1024 - RESERVE_SPACE, 96 * 1024 - RESERVE_SPACE }; + int data_space_size[3] = { 96 * 1024 - DATA_RESERVE_SPACE, 64 * 1024 - DATA_RESERVE_SPACE, 32 * 1024 - DATA_RESERVE_SPACE }; }; #endif // MAINWINDOW_H diff --git a/mainwindow.ui b/mainwindow.ui index 2fa41c7..682690c 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -1,11954 +1,11953 @@ - MainWindow - - - - 0 - 0 - 1446 - 819 - - - - 配置代码生成工具 V1.0 - - - - :/favicon.ico:/favicon.ico - - - + MainWindow + - - 290 - 50 - 201 - 22 - + + 0 + 0 + 1446 + 819 + - - 1 + + 配置代码生成工具 V1.0 - - - 32K代码存储器 + 96K数据存储器 - - - - - 64K代码存储器 + 64K数据存储器 - - - - - 96K代码存储器 + 32K数据存储器 - - - - - - - -10 - 0 - 1160 - 41 - - - - - 0 - 0 - - - - - 20 - 75 - true - - - - - - - 配置代码生成工具 V1.0 - - - Qt::AlignCenter - - - Group1 - - - - - - 790 - 10 - 251 - 41 - - - - - 16 - 75 - true - - - - 厦门感芯科技有限公司 - - - - - - 1140 - 50 - 131 - 22 - - - - - 外部无源晶振 - - - - - 外部有源晶振 - - - - - 内部高速RC振荡器 - - - - - 内部低速RC振荡器 - - - - - - - 90 - 40 - 181 - 41 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - 128K BYTE 存储器分配 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - 1030 - 40 - 91 - 41 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - 时钟源选择 - - - - - - 638 - 760 - 171 - 51 - - - - - 80 - 0 - - - - - 16 - - - - - - - 生成代码 - - - - - - 10 - 84 - 1431 - 671 - + + :/favicon.ico:/favicon.ico - - - 80 - 0 - - - - - 24 - - - - - QWidget#Group1{border: 2px solid rgb(189, 189, 189);} - - + + + + + 290 + 50 + 201 + 22 + + + + 1 + - - - - 0 - 0 - - - - - 14 - - - 线程组0 - - - Qt::AlignCenter + 32K代码存储器 + 96K数据存储器 - - - - Qt::Horizontal + + 64K代码存储器 + 64K数据存储器 - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 剩余主频资源 - - - Qt::AlignCenter - - - - - - - false - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - - - - - - - 32767 - - - Qt::AlignCenter - - - true - - - - - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - - 70 - 20 - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 线程频率 - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - - 120 - 0 - - - - - 11 - 75 - true - - - - 线程栈空间byte - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - 0 + + 96K代码存储器 + 32K数据存储器 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程0 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 32767 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - + + + + + -10 + 0 + 1160 + 41 + + + + + 0 + 0 + + + + + 20 + 75 + true + + + + + + + 配置代码生成工具 V1.0 + + + Qt::AlignCenter + + + Group1 + + + + + + 790 + 10 + 251 + 41 + + + + + 16 + 75 + true + + + + 厦门感芯科技有限公司 + + + + + + 1140 + 50 + 131 + 22 + + - - - 0 + + 外部无源晶振 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程4 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - 0 + + 外部有源晶振 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程8 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - 0 + + 内部高速RC振荡器 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程12</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Minimum - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - 0 + + 内部低速RC振荡器 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程16</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - + + + + + 90 + 40 + 181 + 41 + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + 128K BYTE 存储器分配 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + 1030 + 40 + 91 + 41 + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + 时钟源选择 + + + + + + 638 + 760 + 171 + 51 + + + + + 80 + 0 + + + + + 16 + + + + + + + 生成代码 + + + + + + 10 + 84 + 1431 + 671 + + + + + 80 + 0 + + + - 0 + 24 - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> + + + QWidget#Group1{border: 2px solid rgb(189, 189, 189);} + + + + + + + 0 + 0 + + + + + 14 + + + + 线程组0 + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 剩余主频资源 + + + Qt::AlignCenter + + + + + + + false + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + + + + + + + 32767 + + + Qt::AlignCenter + + + true + + + + + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + + 70 + 20 + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 线程频率 + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 120 + 0 + + + + + 11 + 75 + true + + + + 线程栈空间byte + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程20</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程0 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 32767 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程24</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程4 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程28</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程8 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程32</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程12</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Minimum + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程36</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程16</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程40</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程20</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程44</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程24</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程48</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程28</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程52</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程56</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程60</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - - - - - 80 - 0 - - - - QWidget#Group2{border: 2px solid rgb(189, 189, 189);} - - - - - - - 0 - 0 - - - - - 14 - - - - 线程组1 - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 剩余主频资源 - - - Qt::AlignCenter - - - - - - - false - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - - - - - - - 32767 - - - Qt::AlignCenter - - - true - - - - - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - - 70 - 20 - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 线程频率 - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - - 120 - 0 - - - - - 11 - 75 - true - - - - 线程栈空间byte - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程1 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程32</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程5 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程9 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程13</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程17</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程21</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程25</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程36</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程29</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程40</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程33</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程44</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程37</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程48</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程41</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程52</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程45</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程56</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程49</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程60</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + + + + 80 + 0 + + + + QWidget#Group2{border: 2px solid rgb(189, 189, 189);} + + + + + + + 0 + 0 + + + + + 14 + + + + 线程组1 + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 剩余主频资源 + + + Qt::AlignCenter + + + + + + + false + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + + + + + + + 32767 + + + Qt::AlignCenter + + + true + + + + + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + + 70 + 20 + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 线程频率 + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 120 + 0 + + + + + 11 + 75 + true + + + + 线程栈空间byte + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程53</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程1 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程57</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程5 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程61</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - - - - - 80 - 0 - - - - QWidget#Group3{border: 2px solid rgb(189, 189, 189);} - - - - - - - 0 - 0 - - - - - 14 - - - - 线程组2 - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 剩余主频资源 - - - Qt::AlignCenter - - - - - - - false - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - - - - - - - 32767 - - - Qt::AlignCenter - - - true - - - - - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - - 70 - 20 - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 线程频率 - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - - 120 - 0 - - - - - 11 - 75 - true - - - - 线程栈空间byte - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程9 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程2 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程13</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程6 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程17</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程10</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程21</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程14</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程25</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程18</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程29</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程22</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程33</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程26</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程37</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程30</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程41</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程34</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程45</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程38</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程49</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程42</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程53</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程46</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程57</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程50</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程61</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + + + + 80 + 0 + + + + QWidget#Group3{border: 2px solid rgb(189, 189, 189);} + + + + + + + 0 + 0 + + + + + 14 + + + + 线程组2 + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 剩余主频资源 + + + Qt::AlignCenter + + + + + + + false + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + + + + + + + 32767 + + + Qt::AlignCenter + + + true + + + + + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + + 70 + 20 + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 线程频率 + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 120 + 0 + + + + + 11 + 75 + true + + + + 线程栈空间byte + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程54</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程2 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程58</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程6 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程62</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - - - - - 80 - 0 - - - - QWidget#Group4_2{border: 2px solid rgb(189, 189, 189);} - - - - - - - 0 - 0 - - - - - 14 - - - - 线程组3 - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 剩余主频资源 - - - Qt::AlignCenter - - - - - - - false - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - - - - - - - 32767 - - - Qt::AlignCenter - - - true - - - - - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - - 70 - 20 - - - - - - - - - 0 - 0 - - - - - 11 - 75 - true - - - - 线程频率 - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 40 - 20 - - - - - - - - - 0 - 0 - - - - - 120 - 0 - - - - - 11 - 75 - true - - - - 线程栈空间byte - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程10</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程14</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程3 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程18</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程7 </span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程22</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程11</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程26</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程15</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程30</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程19</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程34</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程23</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程38</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程27</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程42</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程31</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程46</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程35</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程50</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程39</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程54</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程43</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程58</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程47</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程62</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + + + + 80 + 0 + + + + QWidget#Group4_2{border: 2px solid rgb(189, 189, 189);} + + + + + + + 0 + 0 + + + + + 14 + + + + 线程组3 + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 剩余主频资源 + + + Qt::AlignCenter + + + + + + + false + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + + + + + + + 32767 + + + Qt::AlignCenter + + + true + + + + + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + + 70 + 20 + + + + + + + + + 0 + 0 + + + + + 11 + 75 + true + + + + 线程频率 + + + Qt::AlignCenter + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 40 + 20 + + + + + + + + + 0 + 0 + + + + + 120 + 0 + + + + + 11 + 75 + true + + + + 线程栈空间byte + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程51</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程3 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程55</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程7 </span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程59</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - - - - 0 - - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程11</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程63</span></p></body></html> - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 10 - 20 - - - - - - - - - 0 - 0 - - - - - 100 - 0 - - - - 0 - - - - 空闲 - - - - - 1/4 主频 - - - - - 1/8 主频 - - - - - 1/16 主频 - - - - - 1/32 主频 - - - - - 1/64 主频 - - - - - 1/128 主频 - - - - - 1/256 主频 - - - - - 1/512 主频 - - - - - 1/1024 主频 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - 0 - - - 6 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - - - - +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程15</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程19</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程23</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程27</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程31</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程35</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程39</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程43</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程47</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程51</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程55</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程59</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + 0 + + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'SimSun'; font-size:12pt; font-weight:600; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">线程63</span></p></body></html> + + + Qt::AlignCenter + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 10 + 20 + + + + + + + + + 0 + 0 + + + + + 100 + 0 + + + + 0 + + + + 空闲 + + + + + 1/4 主频 + + + + + 1/8 主频 + + + + + 1/16 主频 + + + + + 1/32 主频 + + + + + 1/64 主频 + + + + + 1/128 主频 + + + + + 1/256 主频 + + + + + 1/512 主频 + + + + + 1/1024 主频 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + 0 + + + 6 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + - - - - - - false - - - - 720 - 50 - 167 - 21 - - - - - 0 - 0 - - - - - 80 - 0 - - - - - 11 - - - - Qt::LeftToRight - - - - - - - - - 32767 - - - Qt::AlignCenter - - - true - - - - - - 520 - 40 - 181 - 41 - - - - - 0 - 0 - - - - - 12 - 75 - true - - - - 可用全局数据空间 - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - + + + false + + + + 720 + 50 + 167 + 21 + + + + + 0 + 0 + + + + + 80 + 0 + + + + + 11 + + + + Qt::LeftToRight + + + + + + + + + 32767 + + + Qt::AlignCenter + + + true + + + + + + 520 + 40 + 181 + 41 + + + + + 0 + 0 + + + + + 12 + 75 + true + + + + 可用全局数据空间 + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + - - - - - + + + + diff --git a/rsc.qrc b/rsc.qrc index 395f293..903f275 100644 --- a/rsc.qrc +++ b/rsc.qrc @@ -1,3 +1,4 @@ + MC3172.lds -- Gitee