1 2 3 4 5 ··· 9 下一页
摘要: 1、控件说明 在Github上,偶然发现了一个基于PyQt5的第三方Led指示灯控件库,使用起来非常方便,控件外观也比较漂亮,更... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(599) 评论(0) 推荐(0)
摘要: 一、学前须知 1、需掌握python基础语法、python文件操作、python模块应用 2、开发工具:pycharm、python... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(150) 评论(0) 推荐(0)
摘要: 目录 数据集部分 后端部分 前端部分 前后端连接 数据集部分: 在该项目当中我们采用的是传统的开源数据集SHWD(Safety he... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(111) 评论(0) 推荐(0)
摘要: 做一个检测系统的进度条 核心代码如下:from PyQt5 import QtCore, QtGui, QtWidgetsimpor... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(347) 评论(0) 推荐(0)
摘要: 首先嘞!!!!回答一下标题的内容: 自己需要加一行代码 #别忘了引入欧from PyQt5.QtCore import Qtself... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(2021) 评论(0) 推荐(0)
摘要: img = cv2.imread(path)img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)x... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(438) 评论(0) 推荐(0)
摘要: anaconda的安装 参考文章 Anaconda官网下载地址:https://www.anaconda.com/products/... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(36) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(25) 评论(0) 推荐(0)
摘要: 抽象语法树简介 (一)简介 抽象语法树(abstract syntax code,AST)是源代码的抽象语法结构的树状表示,树上的每... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(2779) 评论(0) 推荐(1)
摘要: # coding=utf-8import sysfrom PyQt5.QtWidgets import (QWidget, QHBo... 阅读全文
posted @ 2022-08-01 18:22 thicker 阅读(171) 评论(0) 推荐(0)
1 2 3 4 5 ··· 9 下一页