-
此程序为潮流计算中的导纳矩阵程序,是潮流计算中的一部分。...
此程序为潮流计算中的导纳矩阵程序,是潮流计算中的一部分。-This program is the trend of the admittance matrix of the calculation procedure is part of the trend calculation.
- 2023-08-17 02:40:03下载
- 积分:1
-
AVR微闪光
这是他们的程序,AVR微型闪光器
- 2022-09-26 02:15:02下载
- 积分:1
-
用c++写的一个小游戏的源代码,初学者可以看看。
用c++写的一个小游戏的源代码,初学者可以看看。-With c++ Write a small game source code, beginners can take a look at.
- 2023-02-27 09:15:04下载
- 积分:1
-
ieee802.11关于ad hoc网路协议的介绍,希望对各位学习有所帮助。...
ieee802.11关于ad hoc网路协议的介绍,希望对各位学习有所帮助。-IEEE802.11 on the ad hoc network protocols, the wish to help you learn.
- 2022-05-16 04:14:43下载
- 积分:1
-
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。-Is an introduction TUXDO books, is a good entry-level books.
- 2022-12-09 11:00:02下载
- 积分:1
-
电磁波传播工具
应用背景这是一套工具在Python语言容易模拟均匀平面波传播的相关参数(超纯水)如相量(在时谐平面波的情况下),群速度,斜入射,反射和驻波模式 ;由反射。该工具集也模拟和参数相关的不同的天线的安排,如天线阵列天线和天线。关键技术这些代码与电磁理论的中间知识有关。一旦你理解麦斯威尔方程的下一步是理解电磁波传播的概念及其最简单和最重要的情况下(均匀平面波)。这个理论基本上是相同的传输线,是基础的导波,天线和微波工程理论。这些理论是必不可少的几乎所有的现代消费电子设备和无数的其他射频设备(如用于物联网的物联网设备)。
- 2023-06-19 14:55:03下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
basic amplifier based courseware amplification circuit of negative feedback base...
基本放大电路 基础教学课件 放大电路中的负反馈 基础课件部分3 集成运算放大器 -basic amplifier based courseware amplification circuit of negative feedback based courseware part 3 Integrated Operational Amplifiers
- 2022-01-25 22:52:56下载
- 积分:1
-
Zhejiang University ACM algorithm and data structure internal training materials...
浙江大学ACM竞赛算法与数据结构内部培训资料,推荐-Zhejiang University ACM algorithm and data structure internal training materials, recommended
- 2022-07-14 14:37:43下载
- 积分:1
-
在线算法的 C语言
就是在线算法解决背包问题的一种,问题很长...
在线算法的 C语言
就是在线算法解决背包问题的一种,问题很长-Online algorithm is the C language online algorithm to solve a knapsack problem, the question is very long
- 2022-07-11 09:18:05下载
- 积分:1