CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三次样条曲线

搜索资源列表

  1. Three-times-spline-curve

    0下载:
  2. 三次样条曲线插值,根据参数来改变曲线的形状。并且标记参数的坐标。-Three times spline curve interpolation, to change the curve according to the shape parameters. Coordinate and mark parameters
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-10
    • 文件大小:2911045
    • 提供者:王建
  1. 3Spline

    0下载:
  2. 对话框左键点选点,右键结束,中间绘制三次样条曲线-Pick point dialog with the left, right end, the middle drawing cubic spline curve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-17
    • 文件大小:1973632
    • 提供者:GinMadrid
  1. Matrix-ProgrammingBeta2.0

    0下载:
  2. 该编程为矩阵与数据分析课的编程作业程序,里面包括matlab的三次样条曲线程序,有Jacobi迭代法和Gauss-Seidel迭代法等-The programming and data analysis for the matrix class programming operations program, which includes the cubic spline curve matlab procedures, Jacobi and Gauss-Seidel iterative meth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:557627
    • 提供者:fat
  1. matlab-sanciyangtiao-b

    1下载:
  2. 三次样条曲线和B样条曲线matlab源程序-Cubic spline curves and B-spline curve matlab source
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:45628
    • 提供者:好个一滴水
  1. 3BSplinea3Spline

    0下载:
  2. 三次样条曲线的绘制和三次B样条曲线的绘制-Cubic spline curve drawing and cubic B-spline curve drawing
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1141
    • 提供者:江湖浪子
  1. Test_7.15

    0下载:
  2. osg 小球颜色渐变动画,运动轨迹动画,三次样条曲线-osg ball color gradient animation, motion trajectory animation, cubic spline curve
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-13
    • 文件大小:20893047
    • 提供者:
  1. COMPUTER_GRAPHICS

    0下载:
  2. 本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中-this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generati
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3255359
    • 提供者:杨风
  1. CurveFit

    0下载:
  2. 简单的三次样条曲线拟合代码!VS2005编译通过!-Simple cubic spline curve fitting code! VS2005 compiler through!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:10064
    • 提供者:hu huacheng
  1. chazhi

    0下载:
  2. 利用三次样条曲线进行函数插值,程序可以直接调用,其中插值点的自变量应按升序排列-Using cubic spline function interpolation curve, the program can be called directly, the interpolation points of arguments should be in ascending order
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1121
    • 提供者:lizhuqiang
  1. Cubic-spline-curve

    0下载:
  2. 三次样条曲线,有详细的源码和注释,可以直接使用-Cubic spline curve, a detailed source code and comments, can be used directly
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2233714
    • 提供者:tl
  1. sanciyangtiao

    0下载:
  2. 样条是在二十世纪初经常用于图样设计的一种富有弹性的细长条,多个样条互相弯曲链接后沿其边缘画出的曲线就是三次样条曲线,而[a,b]区间上给定n+1个节点的三次样条插值函数一般满足三个条件:1.在每个子区间上,其插值函数都是三次多项式;2.节点上的插值函数值等于其函数值;3.在区间[a,b]上,插值函数的二阶导数连续。-Splines are often used in the early twentieth century elongated strip of a flexible design
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:957
    • 提供者:米容立
  1. VBsanci

    0下载:
  2. 内含VB绘制三次样条曲线方法,并加入一个计时器,动态生成点并绘制样条曲线,形成动态锯齿图.-VB containing cubic spline curve drawing method, and add a timer, dynamically generated point and draw spline curves to form a dynamic zigzag map.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4444
    • 提供者:赵程序
  1. spline

    0下载:
  2. 三次样条插补曲线,将点以三次样条曲线连接,保证二阶可导且连续。-The three spline interpolation curve, the point to the three spline connection, to ensure that the two order can guide and continuous.
  3. 所属分类:CAD

    • 发布日期:2017-04-29
    • 文件大小:202355
    • 提供者:王夫康
  1. CubicSplineInterpolation

    0下载:
  2. 三次样条曲线(Cubic Spline)插值-Cubic spline interpolation example.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4054
    • 提供者:liurenren
  1. SplineInterpolation

    0下载:
  2. 三次样条曲线,自己实现的,需要的同学可以自己参考下,-Cubic spline curve to achieve their own, requiring students can themselves refer to, hey
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2918
    • 提供者:陆浩
  1. usb_data

    0下载:
  2. 清华大学激光雕刻数控插补代码,包含基本的直线圆弧以及三次样条曲线的插补。-Tsinghua University, CNC laser engraving interpolation code, including basic linear interpolation and cubic spline arc curve.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:180006
    • 提供者:Icy
  1. sanci

    0下载:
  2. 矩阵与数值分析中的三次样条曲线拟合matlab源程序-cubic spline curve fitting
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:839
    • 提供者:韩泉峰
  1. three

    4下载:
  2. 6自由度机械臂轨迹规划,包含三次样条曲线、五次样条曲线、抛物线直线拟合曲线。-6 DOF manipulator trajectory planning, including cubic spline curve, five splines, linear parabolic curve fitting.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:luoliang
  1. openglFree-curve

    0下载:
  2. 用MFC画贝尔曲线和三次样条曲线的程序。-Using MFC to draw the Baer curve and the three spline curve of the program
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2792692
    • 提供者:vision
  1. spline

    0下载:
  2. 三次样条曲线拟合 这个也是数学方法中的常用计算程序,很不错的程序-三次样条插值方法 Three spline interpolation method
  3. 所属分类:hospital software system

    • 发布日期:2017-05-04
    • 文件大小:3863
    • 提供者:王涛
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com