Pages tagged interpolation:

Feature Column from the AMS
http://www.ams.org/featurecolumn/archive/bezier.html

A nice refresher for Bézier curves
Anti-Grain Geometry - Interpolation with Bezier Curves
http://www.antigrain.com/research/bezier_interpolation/index.html
直線をベジェ曲線にするためのアルゴリズム。参考に。
直線を曲線に補完するコード。
ベジェのスムースアルゴリズム
SNA Projects Blog : Beating Binary Search
http://sna-projects.com/blog/2010/06/beating-binary-search/
Quick, what is the fastest way to search a sorted array? Binary search, right? Wrong. There is actually a method called interpolation search, in which, rather than pessimistically looking in the middle of the array, you use a model of the key distribution to predict the location of the key and look there.
Interploating search with alogrithm