兩點三次Hermiter插值C++代碼

    #include <math.h> #include <gl/glut.h> #include <iostream> using namespace std; struct Point2 { double x; double y; Point2(int px, int py) { x = px; y = py; } }; Point2 P0(100, 200
相關文章
相關標籤/搜索