-
Microchip mcu drive SPI for 2.8" OLED
Microchip mcu drive SPI for 2.8" OLED
- 2023-09-03 20:30:03下载
- 积分:1
-
视觉检测的国外好论文,非常适合新手阅读。
视觉检测的国外好论文,非常适合新手阅读。-Visual inspection of the foreign good papers, very suitable for novice to read.
- 2022-08-22 09:13:30下载
- 积分:1
-
包括各种各样的系统功能,特别棒
包括各种各样的系统功能,特别棒-include a wide range of system functions, in particular wand!
- 2022-03-23 16:11:34下载
- 积分:1
-
一个最小的装载任天堂原装Wii游戏,支持地区的免费游戏加载…
A minimal loader of original Nintendo Wii Games, supports region free game loading
- 2022-01-25 19:09:29下载
- 积分:1
-
支持向量机(SVM)用于分类的算法实现
支持向量机(SVM)用于分类的算法实现-svm
- 2022-05-18 07:22:52下载
- 积分:1
-
Maya 4
MAYA 4-5 X文件导出插件的代码,很好的东西,可以方便大家!快下吧!-MAYA 4-5 document derived X plug-in code, good things can facilitate all! Under fast!
- 2023-03-14 04:50:03下载
- 积分:1
-
Version 5.0 :* Add the Manufacturer infomation link on the St. art menu* Change...
Version 5.0:
* Add the Manufacturer infomation link on the Start menu
* Change the intel cpu s logo
* Fixed several bugs.-Version 5.0 :* Add the Manufacturer infomation link on the St. art menu* Change the intel cpu"s logo* Fixed Kaijing acidic bugs.
- 2022-04-23 22:55:39下载
- 积分: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
-
On learning VBA good information, detailed practical examples teach you how to l...
关于VBA学习的好资料,详细的实际例子教你如何学习VBA。-On learning VBA good information, detailed practical examples teach you how to learn VBA.
- 2022-11-14 21:00:03下载
- 积分:1
-
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一 些特殊的符号,象变压器符号、开关...
笔者在开发县级电网调度自动化系统的过程中,碰到一个要绘制电力系统一次接线图的问题。由于电力系统一次接线图比较复杂,图上有一 些特殊的符号,象变压器符号、开关符号等等,用一般的编程方法来绘制比较困难,因此,笔者用C语言开发了一个手工绘制电力系统一次接线图 的键盘绘图程序,使用该程序绘制的一次接线图符合用户需求,效果良好。-writer in the development of county-level SCADA process, encountered a power system to draw a diagram of the problem. The electric system diagram of a more complex map some special symbols, symbols like transformers, switch symbol, and so on, using common programming methods to map more difficult, therefore, I used the C language development of a hand-drawn power system diagram of a keyboard mapping procedures, the use of the program was produced by a diagram meet the demands of users, to good effect.
- 2022-01-22 13:54:46下载
- 积分:1