-
Hello !
This is Atmega spi driver source.
Thank you!
Hello !
This is Atmega spi driver source.
Thank you!
- 2022-01-26 04:06:31下载
- 积分:1
-
学习linux的好文档,RH文件,很有用处,对学习linux.
学习linux的好文档,RH文件,很有用处,对学习linux.-learning linux good documentation, RH documents useful to the study of linux.
- 2022-03-26 03:27:27下载
- 积分:1
-
keyboard 11112234567788833345678
键盘11112234567788833345678-keyboard 11112234567788833345678
- 2023-02-14 19:25:04下载
- 积分:1
-
这是一个定时器,我发现从一些网站
it is a timer that i found from some site
- 2022-12-04 00:35:03下载
- 积分:1
-
学生信息管理系统,包括学生入学所有注册信息
学生信息管理系统,包括学生入学所有注册信息-Student Information Management System, including student enrollment of all registration information
- 2022-01-25 18:56:47下载
- 积分:1
-
人脸识别相关的英文论文,希望对你有帮助
人脸识别相关的英文论文,希望对你有帮助-Face Recognition related English papers, I hope you have help
- 2022-11-04 01:15:04下载
- 积分:1
-
通过简单的实例,告诉你怎样编写dll,以及如何调用dll,菜鸟也会上手...
通过简单的实例,告诉你怎样编写dll,以及如何调用dll,菜鸟也会上手-Through simple examples, to tell you how to prepare dll, and how to call dll, rookie will start
- 2022-03-25 16:19:49下载
- 积分:1
-
本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找...
本程序实现基数排序,冒泡排序和快速排序.另外实现了顺序查找和折半查找-This procedure realize Radix Sort, Bubble Sort and Quick Sort. Also realize half of the order of search and search
- 2022-03-21 11:41:24下载
- 积分:1
-
编程一个将字符
串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示:
第一行所显示的就是Input string is:后面跟着光标等待用户输...
编程一个将字符
串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示:
第一行所显示的就是Input string is:后面跟着光标等待用户输入字符,输入完成后按回车键,转到下一行,显示The string is:紧跟着刚才输入的字符并逆转输出。第三行显示priess any key to continue -gffdgfdgfdgfdfdsfdfsdf
- 2022-03-20 17:33:43下载
- 积分: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