B-spline+curve
B-spline+curve技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
B-spline+curve 热门资料
查看全部 500 份 →Computes approximate significance points of a Pearson curve with given first four moments, or first
Computes approximate significance points of a Pearson curve with given first four moments, or first three moments and le...
2014-06-29
42
It is about spline word,please refer to this chapter and analysis ,then you will find how to draw
It is about spline word,please refer to this chapter and analysis ,then you will find how to draw spline ,if you have ...
2016-03-07
171
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2
function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then retu...
2015-12-17
190