摘要: import numpy as np import matplotlib.pyplot as plt from matplotlib.patches import Circle, FancyArrowPatch from matplotlib.animation import FuncAnimati 阅读全文
posted @ 2024-11-10 19:35 redufa 阅读(39) 评论(0) 推荐(0)
摘要: import numpy as np import matplotlib.pyplot as plt from matplotlib.patches import Circle, FancyArrowPatch from matplotlib.animation import FuncAnimati 阅读全文
posted @ 2024-11-10 19:20 redufa 阅读(191) 评论(0) 推荐(0)
摘要: import numpy as np import matplotlib.pyplot as plt from matplotlib.animation import FuncAnimation # 设置参数 num_steps = 1000 # 时间步数 dt = 1.0 / num_steps 阅读全文
posted @ 2024-11-10 11:11 redufa 阅读(55) 评论(0) 推荐(0)