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

搜索资源列表

  1. 绘制三次参数样条插值曲线

    0下载:
  2. 绘制三次参数样条插值曲线
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-08-07
    • 文件大小:5287
    • 提供者:
  1. 三次样条

    0下载:
  2. 最新版三次样条插值源程序-latest version of Cubic Spline Interpolation source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1359
    • 提供者:张志明
  1. Three三次样条插值

    0下载:
  2. 计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second boundary conditions procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1723
    • 提供者:赵传仕
  1. 绘制三次参数样条插值曲线 (3KB).ZIP

    0下载:
  2. 绘制三次参数样条插值曲线 (3KB).ZIP,快来下载-drawing three parameters spline interpolation curve (3KB). ZIP, breaking download Bowl
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3377
    • 提供者:Rick
  1. B样条曲线反求_OpenGL环境--数据点加入输出点列

    1下载:
  2. 自己编的三次非均匀B样条曲线反求:给定数据点列,反求控制点,节点向量,按照给定精度,等分参数区间,离散B样条曲线,输出离散点列,模拟真实曲线.此算法包括德布尔-考格斯算法,节点向量算法,反求控制点,以及节点插入技术.对搞图形学的朋友比较有参考作用.-own series of the three non-uniform B-spline curves Reverse : Given a data set, reverse control, vector nodes, according to a
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:979062
    • 提供者:lanhaibo2003
  1. VB60画三次样条曲线

    2下载:
  2. 用VB6.0写的绘制三次样条插值曲线的程序.-VB6.0 was drawing cubic spline interpolation curve procedure.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:5414
    • 提供者:刘强
  1. VC实现三次样条的图像缩放

    1下载:
  2. 改程序实现了图像任意比例缩放。采用了三次样条插值。-It achieves zoom of random scale picture by using thrice sample insert value.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:537836
    • 提供者:汪刚
  1. 绘制b样条曲线

    1下载:
  2. 生成、显示B样条曲线: (1)用鼠标或者光标输入控制点,在屏幕上用图形符号标记显示。 (2)自定义输入曲线次数。 (3)可选择4种曲线类型。 (4)可以对顶点位置,曲线次数,曲线类型进行修改。-generation, showed that B-spline curves : (1) to use the mouse or the cursor input control points on the screen with graphic symbols marking sho
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:48706
    • 提供者:王静
  1. 样条

    0下载:
  2. 样条插值函数,插值边界条件为自然边界条件。运行编写环境C-spline interpolation function, interpolation boundary conditions for the natural boundary conditions. Operation C-environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1253
    • 提供者:李一
  1. B样条

    1下载:
  2. 序功能:实现B样条曲线的计算和显示..翻译 开发工具:VC 提供...·一个简单的绘图软件源代码..翻译 开发工具:VC 提供...·计算机图形学中用DDA与中点法画直线-sequence features : B-spline curve calculation and display .. Translation Tools : VC ... provide a simple mapping software source code development tools .. Translat
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:146449
    • 提供者:冷新风
  1. 三次样条曲线

    0下载:
  2. 由本人改编自C程序的一个三次样条曲线模拟正弦波程序源码,有兴趣的可以看看.-from C procedures adapted from a cubic spline curve simulated sine wave source procedures are interested can look at.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2849
    • 提供者:王力
  1. 样条演示

    0下载:
  2. 实现了图形学中的几种样条的绘制算法.包括二次、Bezier、B样条(二次、三次)等.-achieve the graphics of several samples of the mapping algorithm. Including the secondary, Bezier, B-spline (second, third).
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:14593
    • 提供者:刘源
  1. 一、二次样条

    0下载:
  2. 第一型样条插值,边界条件为两端的二阶导数值已知 第一型样条插值,边界条件为两端的一阶导数值已知-first-spline interpolation, boundary conditions for the two ends of the second derivative known numerical first-spline interpolation, boundary conditions for the two ends of a derivative known Numerical
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2401
    • 提供者:叶真
  1. OpenGL的B样条曲线曲面的绘制

    0下载:
  2. B样 绘制,均匀,非均匀,BEZIER,准均匀(Bspline Curve include non-uniform curve and Bezier curve.)
  3. 所属分类:OpenGL

    • 发布日期:2017-12-19
    • 文件大小:790528
    • 提供者:CTYJR
  1. B样条拓扑优化

    3下载:
  2. 等几何方法采用B样条或NURBS基函数表示几何和解析解(B-spline or NURBS basis functions are used to represent geometric and analytical solutions.)
  3. 所属分类:其他

    • 发布日期:2019-07-29
    • 文件大小:864256
    • 提供者:vvv顶顶顶
  1. 三次样条插值

    5下载:
  2. 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-17
    • 文件大小:28672
    • 提供者:强儿
  1. 非均匀有理B样条 第2版

    4下载:
  2. 非均匀有理B样条 第2版.pdf NURBS理论经典书籍(The nurbs book(second edition) NURBS Theory Classic Books)
  3. 所属分类:图形图象

    • 发布日期:2020-03-31
    • 文件大小:17378304
    • 提供者:y10
  1. matlab绘制B样条曲面代码

    2下载:
  2. 利用matlab绘制自定义的B样条曲线和曲面,有例子(Using matlab to draw custom B-spline curves and surfaces, some examples are given.)
  3. 所属分类:其他

    • 发布日期:2019-11-27
    • 文件大小:4096
    • 提供者:哇塞太棒啦
  1. b样条

    1下载:
  2. b样条曲线程序和gui界面,输入参数画出曲线(B-spline curve program and GUI interface, input parameters to draw the curve)
  3. 所属分类:绘图程序

    • 发布日期:2019-12-12
    • 文件大小:8192
    • 提供者:习爱国
  1. 样条插值

    1下载:
  2. 样条插值的研究背景,样条函数的力学意义,三次样条插值多项式的构造,一般的插值问题(Research background of spline interpolation, mechanical meaning of spline function, construction of cubic spline interpolation polynomials, general interpolation problems)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-02-19
    • 文件大小:1180672
    • 提供者:烦恼和功能
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com