摘要:
#include #include #include using namespace std; struct Point2 { double x; double y; Point2(int px, int py) { x = px; y = py; } }; Point2 P0(100, 200); Point2 P1(350, 200); Poin... 阅读全文
posted @ 2019-07-12 20:02
一杯明月
阅读(1727)
评论(0)
推荐(0)
摘要:
分段三次 Hermite 插值多项式 (PCHIP) 分段三次 Hermite 插值多项式 (PCHIP) 分段三次 Hermite 插值多项式 (PCHIP) 语法 p = pchip(x,y,xq) pp = pchip(x,y) 语法 p = pchip(x,y,xq) pp = pchip( 阅读全文
posted @ 2019-07-12 09:15
一杯明月
阅读(13842)
评论(0)
推荐(1)
浙公网安备 33010602011771号