-
InTech-A_multi_agent_system_architecture_for_sens
Multi-Agent System Architecture for Sensor Networks
- 2012-10-03 21:30:19下载
- 积分:1
-
panorama
说明: 图片拼接 实现了多个图片的无缝拼接技术,完美无瑕(Picture stitching achieves seamless stitching technology of multiple pictures, perfect and flawless)
- 2019-05-27 14:30:45下载
- 积分:1
-
图腾柱式pfc
说明: 双闭环闭环图腾柱式pfc,similink仿真(Simulation of double closed loop totem pole PFC and Simulink)
- 2020-07-09 11:46:40下载
- 积分:1
-
C#简单记事本字符处理程序
C#编写的简单的仿Windows XP记事本程序,实现了字符的基本处理,比如编辑、保存、打开功能,暂时没有开发字体选择功能,仅适合初学者学习C#之用。
- 2022-04-08 22:36:26下载
- 积分:1
-
MVDR和RLS实现了单波束形成
capon波束成形的MVDR响应matlab仿真文件,采用RLS算法(capon beamforming, MVDR, RLS algorithm interation)
- 2021-01-30 11:38:34下载
- 积分:1
-
Odoo_Logistics-master
说明: 第三方物流管理 POWER BY ODOO(logistic management power by odoo)
- 2020-04-07 12:29:28下载
- 积分:1
-
hacker
一本关于黑客攻防技术的书籍,非常实用,主要是win环境下的技术,建议大家学习。(A hacker attack and defense techniques on the books, very practical, mostly win environment technology, suggest that you learn.)
- 2010-09-25 23:10:30下载
- 积分:1
-
2019年中国研究生数学建模竞赛F题
说明: 2019年中国研究生数学建模竞赛F题,这是华为杯建模F题目(Question F of 2019 China graduate mathematics modeling competition, this is Huawei cup modeling question f)
- 2020-10-17 13:47:27下载
- 积分:1
-
2
说明: 经典的霍夫曼算法程序!和西西论课本上的算法是配套的,希望对大家有所帮助!(Hoffman algorithm procedures classic! And West of textbooks on algorithms are complementary, and they hope to help you!)
- 2008-06-22 21:55:34下载
- 积分: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