-
control system identification is the prerequisite for access to more accurate mo...
系统辨识是控制的前提,获得较为准确地模型才能对系统进行进一步的控制。此为《系统辨识及其MATLAB仿真〉一书中所附的程序-control system identification is the prerequisite for access to more accurate model of the system can be further controlled. As the "System Identification and MATLAB simulation" A book accompanying procedures
- 2022-05-29 15:43:42下载
- 积分:1
-
网页游戏斗地主onWeb v2008 build 1005
网页游戏斗地主onWeb v2008 build 1005...
网页游戏斗地主onWeb v2008 build 1005
网页游戏斗地主onWeb v2008 build 1005-Web Game斗地主onWeb v2008 build 1005 Web Game斗地主onWeb v2008 build 1005
- 2022-10-04 20:35:03下载
- 积分:1
-
使用HOOPS库开发的一个教学演示工具。
使用HOOPS库开发的一个教学演示工具。-HOOPS database developed by the use of a teaching presentation tools.
- 2022-04-27 12:27:06下载
- 积分:1
-
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。...
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。-This is the C# language. Net platform doing a little game of pinball, is a good understanding of windows programming things.
- 2022-02-24 13:03:10下载
- 积分:1
-
常见的排序算法,如插入排序,快速排序
常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
- 2023-09-01 11:30:04下载
- 积分:1
-
网络蜘蛛源码发展套件,有源代码和测试例子,用java实现的
网络蜘蛛源码发展套件,有源代码和测试例子,用java实现的-network spider-source development kit, the active code and test case, with the realization of java
- 2023-05-04 20:35:03下载
- 积分:1
-
智能小车通讯
智能小车通讯
智能小车通讯
智能小车通讯 -Smart car smart car communications communications
- 2023-05-31 00:40:03下载
- 积分:1
-
嵌入式系统c语言编程入门(2),关于c语言编程的书籍
嵌入式系统c语言编程入门(2),关于c语言编程的书籍-C language programming of embedded systems portal (2), on c language programming books
- 2023-05-09 18:20:03下载
- 积分:1
-
InfoNES改编
没有丝毫卡顿现象(map很全,但有些模拟不是很好),但开声音后会不流畅(声音模拟不完美).纯c的vc6.0工程.可以直接移植到Linux等系统.
- 2023-07-28 15: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