台球模拟
台球物理模拟。 使用 Visual python (vPython) 和 tKinter,用户能够使用自定义输入值测试模拟。 需要 Python 和 vPython 才能运行模拟。
#设置#Windows
为 Windows 安装 Python
为 Python 安装 vPython
为 Python 安装 tKinter
运行 gui.py
#Linux
安装 vPython - 打开终端并输入“sudo apt-get install python-visual”
安装 Tkinter - 打开终端并输入“sudo apt-get install python-tk”
在项目目录中输入“python gui.py”
#Realistic 输入值要正确运行逼真的模拟,请在运行模拟之前对输入变量使用以下值。
质量 = 0.107 公斤
线性力 = 108 N
2022-07-26 18:27:50
416KB
Python
1