
编程学习
我想吃虾虾�
这个作者很懒,什么都没留下…
展开
-
Windows 使用 Clion 编译 (Python 调用 C++)方法总结
@[TOC](Windows 使用 Clion 编译 (Python 调用 C++)方法总结)环境Windows 10ClionGCC 8.2.0 (MinGW.org GCC-8.2.0-5)Boost 1.17.0参考阅读:Windows 安装 Boost Python 并使用 Visual Studio 2019 或 Clion 编译 (Python 调用 C++)Boost 安装安装 GCC (MinGW)参考文章: Windows环境下MinGW/gcc安装和环境配置转载 2020-08-18 16:18:12 · 1435 阅读 · 0 评论 -
多线程UI更新时间小程序 Python Qt
多线程更新UI数据(在两个线程中传递数据)Signal() 和 Slot()进行连接:pyqtSignal 通过emit()方法触发信号pyqtSignal通过connect()方法与目标function进行连接原创 2020-08-03 16:38:25 · 234 阅读 · 0 评论 -
Event 模块在python threading中的使用方法
threading.Event()的使用方法: 包括set(), clear(), wait()等等Event object is one of the simplest mechanisms for communication between threads: one thread signals an event and other threads wait for itWe’re using multiple threads to spin separate operations off to r转载 2020-08-03 16:24:27 · 280 阅读 · 0 评论 -
Python Threading Timer的使用方法
介绍python 多线程的Timer使用方法原创 2020-08-03 13:51:14 · 1172 阅读 · 0 评论 -
PC-Arduino Serial communication using python
PC-Arduino Serial communication介绍PC: python serial 程序Arduino代码介绍记录最简单的用python和Arduino实现异步通信的方法, 通过使用python serial 模块让Arduino 的build-in LED实现开关原创 2020-07-28 14:10:28 · 230 阅读 · 0 评论 -
记录几个学习各种编程语言/开发的资源和网址
记录python,/C/C++/嵌入式,QT,Machine learning等优质学习资源和网站1. 嵌入式学习 (Embedded system)2. Python学习(1) Python 基础和进阶(2) PyQT, PySide2图形界面GUI设计(3) Python 机器学习,深度学习(4) Python socket 编程(5) Python 多线程编程3. Linux4. Web 开发1. 嵌入式学习 (Embedded system)以下选自知乎嵌入式AI从入门到放肆树莓派(以及各原创 2020-07-26 22:06:50 · 254 阅读 · 0 评论