STM8s_步进电机运动控制板-PCB设计 GaHo 发布于 2020-05-01 收录于 嵌入式 PCB设计 用Altium Designer打开StepperMotor.PrjPcb(File -> Open Project…),在PCB图MotorSt
使用timesleep()模拟文本进度条 GaHo 发布于 2020-05-01 收录于 Python语言程序设计 文本进度条 简单的开始 1 2 3 4 5 6 7 8 9 10 11 #TextProBarV1.py import time scale = 10 print("------执行开始------") for i in range(scale+1): a = '*' * i b