-
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。...
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。-real-time embedded operating system on the internal timer application, This section defines the main timer overtime protection.
- 2022-10-01 19:45:02下载
- 积分:1
-
种子填充算法实现域的填充
但没考虑种子边界情况
种子填充算法实现域的填充
但没考虑种子边界情况-seed filling algorithm domain but did not consider filling seeds of the border
- 2022-02-20 12:51:15下载
- 积分:1
-
STM32 LCD12864驱动 实现描点绘图,显示汉字,绘制波形,坐标
STM32 LCD12864驱动 实现描点绘图,显示汉字,绘制波形,坐标,代码内有详细的注释,使用keil环境编写,提供函数接口,很方便就可以应用到自己的项目中去。
- 2023-04-15 16:00:03下载
- 积分:1
-
C++语言常用算法集
C++语言常用算法集-C++ language commonly used algorithm Set
- 2022-01-27 14:24:50下载
- 积分:1
-
C#做的中国农历小程序
C#做的中国农历小程序-C# so the Chinese Lunar small program
- 2022-02-06 04:50:41下载
- 积分:1
-
A specific version of a quicksorter which can be used to test for efficiveness o...
A specific version of a quicksorter which can be used to test for efficiveness of different sorts
- 2023-03-09 00:05:03下载
- 积分:1
-
关机程序,大家可以实现系统的正真关机,下载看看再说吧
关机程序,大家可以实现系统的正真关机,下载看看再说吧-Shutdown procedures, we can realize the system is really shut down, download看看再说吧
- 2023-01-26 07:25:04下载
- 积分: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
-
" Quick count of 24" game
初学的编程小游戏“速算24”游戏
该程序在c++环境下编译通过,可以在c语言环境下直接调试。-" Quick count of 24" game
- 2022-08-12 11:54:36下载
- 积分:1
-
DSP系统中时钟电路的设计,很经典的时钟设计介绍
DSP系统中时钟电路的设计,很经典的时钟设计介绍-DSP system clock circuit design, the clock is a classic design introduced
- 2022-04-23 01:17:01下载
- 积分:1