ZhangZhihui's Blog  

2024年8月3日

摘要: So p=mv normally but why does ∆p = 2mv when a molecule or something hits a wall and comes back? v is velocity and when using velocity direction matter 阅读全文
posted @ 2024-08-03 16:37 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0) 编辑
 
摘要: import time SLEEP = 50 def tick(): start = time.perf_counter() # hi-resolution timer (in seconds) # do something ... elapsed = int(1000 * (time.perf_c 阅读全文
posted @ 2024-08-03 13:35 ZhangZhihuiAAA 阅读(9) 评论(0) 推荐(0) 编辑