搜索资源列表
ECDSAECDH
- 无线局域网产品采用的ECDSA和ECDH密码算法椭圆曲线和参数
Parametric_cubic_spline_algorithm
- 这是图形学中三次参数样条曲线算法,用户可从中了解到三次参数样条曲线实现。-This is the graphics cubic parametric spline curve algorithm, which users can learn to achieve cubic parametric spline curve.
ECC
- 一个简单的椭圆曲线加密算法。用的C++语言。-a ECC use C++
xclk
- 如何画贝塞尔曲线的算法,可以利用此算法作手机屏保程序,-How to draw bezier algorithm, can take advantage of this algorithm for mobile screensaver,
插值方法
- 插值算法:插值方法包括:(1)线性插值(2)抛物插值(3)拉格朗日插值。三种方法都是利用离散的数据近似模拟曲线函数走向,从而给出指定离散点对应的函数值。选用不同类型的插值函数,逼近的效果不同,线性插值需要根据给定的两个点,抛物插值需要给定三个点,一般形式则通过拉格朗日插值来求解(Interpolation algorithms: interpolation methods include: (1) linear interpolation (2) parabolic interpolation