CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - polynomial curve

搜索资源列表

  1. datafit

    0下载:
  2. 将输入点拟合成曲线,可以拟合成多项式曲线或者对数曲线。框架MFC编写。-input will be synthesized curve can be described by polynomial curve or right curve. MFC framework of the preparation.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:38.26kb
    • 提供者:刘志娟
  1. 样条曲线的算法C++代码实现

    0下载:
  2. 样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过,Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the te
  3. 所属分类:图形图象

    • 发布日期:2017-03-23
    • 文件大小:41.11kb
    • 提供者:rene
  1. chengxu 按心电信号画出信号时域波形和频谱图

    1下载:
  2. 1.找点一段心电信号,画出信号时域波形和频谱图; 2. 利用MATLAB中的随机函数产生噪声加入到心电信号中,使心电信号被污染,读出污染后的号并画出对应信号的时域波形和频谱图; 3.用双线性变换法设计一个Butterworth带通滤波器,输出所设计的滤波器的阶次,分子、分母多项式的系数,画出滤波器的频率响应(幅频响应和相频响应)曲线;(也可以根据自己需要设置滤波器性能指标) 带通通滤波器设计性能指标:fs1=10Hz, fp1=20Hz, fp1=1000Hz, fs2=120
  3. 所属分类:波变换

    • 发布日期:2017-03-21
    • 文件大小:63.51kb
    • 提供者:王方
  1. PrincipalCurves-Java

    0下载:
  2. Java实现主曲线的生成过程,使用多项式线性算法。-Java implementation of the master curve generation process, using a linear polynomial algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:113.58kb
    • 提供者:萧风
  1. work

    0下载:
  2. 进行多项式拟合的运算,并进行画图。此程序为六次多项式,可以自行更改。绘制震荡曲线。排队论程序。-Polynomial fitting to the operator, and drawing. This procedure for six polynomial, you can make changes. Drawing curve shocks. Queuing theory procedures.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-30
    • 文件大小:1.06kb
    • 提供者:tomas
  1. bezier

    0下载:
  2. Bézier曲线是自由形式曲线最普遍的一种表示方法。曲线以Pierre Bézier的名字命名。 Bézier曲线是一条多项式的曲线,近似地表示它的控制点。曲线可以是任何次数的多项式。一条n次曲线由n+1个控制点来控制。曲线对第一个点和最后一个点插值,其形状直接受其它的控制点的影响。 -Free-form curve Bézier curve is the most common way of saying that. Curve, named after Pierre Bézier.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-13
    • 文件大小:3.36mb
    • 提供者:
  1. BSPLine

    1下载:
  2. B样条曲线给出了一种方法,用具有 连续性的k-1次的多项式曲线对n个控制点集合进行拟合,B样条曲线允许任意阶连续。因此,在计算机图形学中优先选择B样条曲线来定义非常平滑的曲线。如果要通过任意数量的点生成满足C2或更高阶连续性的曲线,B样条曲线是一种较好的选择。-B-spline curve presents a method, the continuity of k-1 times on the n-polynomial curve fitting set of control points,
  3. 所属分类:绘图程序

    • 发布日期:2013-02-17
    • 文件大小:3.36mb
    • 提供者:
  1. curve-fitting

    1下载:
  2. 在控制台下利用高斯消元法实现直线拟合,多项式拟合,指数函数拟合,幂函数拟合,大家可以利用它进行二次开发-In the console environment,I using the Gaussian elimination method to achieve linear fitting, polynomial fitting, exponential fitting, fitting power function, we can use it for secondary development
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:37.2kb
    • 提供者:徐志高
  1. polyfit

    0下载:
  2. 多项式拟合的C语言程序,做曲线平滑时可能有所帮助-Polynomial fitting of the C language program, make a smooth curve may be helpful
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6.67kb
    • 提供者:lili
  1. SplineInterpolation

    0下载:
  2. 多项式拟合和三次b样条曲线拟合源代码,过关键控制点。-Polynomial fitting and cubic b-spline curve fitting source code, hit critical control points.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:36.18kb
    • 提供者:lili
  1. DrawAHBezierCurve

    0下载:
  2. 绘制AH-Bezier曲线的matlab程序,不同于传统的Bezier曲线,AH-Bezier曲线包含代数和双曲多项式,能不用有理形式精确表示双曲线段。压缩包中,DrawAHBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间AH-Bezier曲线均适用。-Draw AH-Bezier curve matlab procedures, different the traditional Bezier curves, AH-Bezie
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:
  1. DrawHBezierCurve

    0下载:
  2. 绘制H-Bezier曲线的matlab程序,不同于传统的Bezier曲线,H-Bezier曲线仅含纯双曲多项式,压缩包中,DrawHBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间H-Bezier曲线均适用。-Draw H-Bezier curve matlab procedures, different the traditional Bezier curve, H-Bezier polynomial hyperbolic c
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1.49kb
    • 提供者:
  1. DrawPBezierCurve

    0下载:
  2. 绘制P-Bezier曲线的matlab程序,不同于传统的Bezier曲线,P-Bezier曲线由三角多项式定义。压缩包中,DrawPBezierCurve.m文件可运行,其中可以设置控制顶点和形状因子,可以更改曲线的颜色。程序对任意阶的平面和空间P-Bezier曲线均适用。-Draw P-Bezier curve matlab procedures, different the traditional Bezier curve, P-Bezier polynomial curve define
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1.49kb
    • 提供者:
  1. DrawAHBezierSurface

    0下载:
  2. 绘制AH-Bezier曲面的matlab程序,不同于传统的Bezier曲面,AH-Bezier曲面包含代数和双曲多项式,能不用有理形式精确表示双曲面片。压缩包中,DrawAHBezierSurf.m文件可运行,其中可以设置控制顶点和形状因子,可以更改控制网格的颜色。程序对任意m*n阶的AH-Bezier曲面均适用。-Draw AH-Bezier surfaces matlab program, unlike traditional Bezier surfaces, AH-Bezier curve
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:
  1. DrawHBezierSurface

    0下载:
  2. 绘制H-Bezier曲面的matlab程序,不同于传统的Bezier曲面,H-Bezier曲面由纯双曲多项式定义。压缩包中,DrawHBezierSurf.m文件可运行,其中可以设置控制顶点和形状因子,可以更改控制网格的颜色。程序对任意m*n阶的AH-Bezier曲面均适用。-Draw H-Bezier surfaces matlab program, unlike traditional Bezier surfaces, H-Bezier polynomial curve defined by
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:
  1. DrawPBezierSurface

    1下载:
  2. 绘制P-Bezier曲面的matlab程序,不同于传统的Bezier曲面,P-Bezier曲面仅含纯三角多项式。压缩包中,DrawPBezierSurf.m文件可运行,其中可以设置控制顶点和形状因子,可以更改控制网格的颜色。程序对任意m*n阶的P-Bezier曲面均适用。-Draw P-Bezier surfaces matlab program, unlike traditional Bezier curve, P-Bezier surfaces containing only pure tr
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:
搜珍网 www.dssz.com