摘要: 111204 #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QSerialPort> namespace Ui { class MainWindow; } class MainWindow : p 阅读全文
posted @ 2023-11-13 23:05 blackstrom 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 111200 #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "subthread.h" #include <QThread> namespace Ui { class MainWindow; } c 阅读全文
posted @ 2023-11-13 23:03 blackstrom 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 程序写完后要按F4转换编译 不然背景是灰色的表示在编辑状态 保存时会提示存在未编辑的梯形图 是否忽略 若确定则程序丢失只剩下end 在菜单栏的转换/编译中也可以点选 程序背景为白色 PLC程序写入 运行按钮要点击开启的 点击x1 则y1自锁 阅读全文
posted @ 2023-11-02 23:23 blackstrom 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 教程1 - 直接脉冲驱动步进电机_哔哩哔哩_bilibili 教程1:https://github.com/fflchn/STM32-42StepMotor-Tour1 教程2:https://github.com/fflchn/STM32-42StepMotor-Tour2 阅读全文
posted @ 2023-11-01 22:45 blackstrom 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-11-01 15:36 blackstrom 阅读(120) 评论(0) 推荐(0) 编辑
摘要: keil打开文件 文件地址如下:https://files.cnblogs.com/files/blogs/779335/10%E3%80%81STM32%E9%A9%B1%E5%8A%A8%E6%AD%A5%E8%BF%9B%E7%94%B5%E6%9C%BA--28%E6%AD%A5%E8%BF 阅读全文
posted @ 2023-10-30 21:26 blackstrom 阅读(42) 评论(0) 推荐(0) 编辑
摘要: Qt学习笔记(二十五):QSpinBox 和 QDoubleSpinBox 的常用方法_ui->spinbox->value-CSDN博客 阅读全文
posted @ 2023-10-22 22:35 blackstrom 阅读(3) 评论(0) 推荐(0) 编辑
摘要: QT+opencv 使用videocapture采集视频进行二值化输出_哔哩哔哩_bilibili 阅读全文
posted @ 2023-10-18 22:40 blackstrom 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 加入 #pragma execution_character_set("utf-8") 阅读全文
posted @ 2023-10-18 22:30 blackstrom 阅读(5) 评论(0) 推荐(0) 编辑
摘要: QT连接OpenCV库实现人脸识别_opencv qt 人脸识别-CSDN博客 #include "mainwindow.h" #include <QApplication> #include <opencv2/opencv.hpp> #include <QMessageBox> using nam 阅读全文
posted @ 2023-10-18 21:09 blackstrom 阅读(449) 评论(0) 推荐(0) 编辑