2024年11月12日

贝塞尔曲线的动画演示

摘要: 程序代码如下 import matplotlib.pyplot as plt import numpy as np from matplotlib.animation import FuncAnimation class Point: def __init__(self, x, y): self.x 阅读全文

posted @ 2024-11-12 10:08 风中狂笑 阅读(89) 评论(0) 推荐(0)

导航