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

搜索资源列表

  1. BSplinesNurbs

    0下载:
  2. 显示b样条曲线,和非均匀有理B样条曲线.-Show the b-spline curves, and non-uniform rational B-spline curve.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1646422
    • 提供者:hou
  1. B_curve

    0下载:
  2. matlab 闭曲线B样条的拟合,算例可直接使用,使用时只需要修改nq文件或者aline文件中的u1即可,也可定义u1后直接run aline-matlab closed B-spline curve fitting, numerical example can be used directly, using only a need to amend the nq documents or document aline can u1, u1 can be defined also directl
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:880
    • 提供者:刘志会
  1. tuxingOpenGL

    0下载:
  2. 计算机图形学上机实验,画直线dda,b样条-Computer Graphics on the machine experiments, drawing a straight line dda, b-spline
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:64620
    • 提供者:GG
  1. BControlPoint_BSpline_LeftDrag1

    0下载:
  2. 使用3次B样条函数平滑算法平滑鼠标drag而使用的曲线,该工程加入了针对手写数位板的算法-3 B-spline smoothing algorithm smooth drag the mouse to use the curve, the project joined the algorithms for handwriting tablet
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:24256
    • 提供者:huzhengguang
  1. bline

    0下载:
  2. 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。-Use the mouse to drag the input points as control points to generate a B-spline curve, display control vertex and polygon. Pick curve with the mouse on any point, move the mouse to
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:21910
    • 提供者:李宁
  1. Create_bspline

    0下载:
  2. 用于产生离散B样条函数的Matlab源代码。-For the production of discrete B-spline function of Matlab source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1407
    • 提供者:Lei ming
  1. CAGDandnurbs

    0下载:
  2. 计算机辅助几何设计与非均匀有理B样条的介绍-Computer Aided Geometric Design with non-uniform rational B-spline Introduction
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8655572
    • 提供者:杨宇
  1. BSpline

    0下载:
  2. 一个很实用的B样条拟合程序,可以经过若干控制点,有可执行程序实例。我已经用过很多次了。-A very practical B-spline fitting procedure, can be a number of control points, there are examples of executable programs. I have used many times.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:143568
    • 提供者:疾风
  1. Raw

    1下载:
  2. 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, th
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:69567
    • 提供者:qzc
  1. quxian

    0下载:
  2. 一个用BC做的绘制Bezier、B样条曲线的程序-BC to do a drawing with Bezier, B-spline curve procedures
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:355377
    • 提供者:不知道
  1. 3DBSpline

    0下载:
  2. 针对三维空间点的bezeir曲线绘制,并投影二维平面上,同时还有闭合的b样条曲线绘制。-For three-dimensional space points bezeir curve drawing, and two-dimensional projection plane, but also closed b-spline curve drawing.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:59783
    • 提供者:李志军
  1. TUXINGXUESUANFA

    0下载:
  2. 图形学程序包 包括图形学所学过的所有算法 平移 裁剪 旋转 B样条 等等 -Graphics Graphics by package including all the algorithms studied pan B-spline rotary cutting, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-26
    • 文件大小:2306265
    • 提供者:SANMIL
  1. roispline

    0下载:
  2. 采用B样条曲线分割感兴趣区域,有兴趣的可以看一下-The use of B-spline curve divided region of interest, interested can look at
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3822
    • 提供者:lxm
  1. OCC

    2下载:
  2. 这是用open cascade来实现绘制简单的B样条曲线和样条曲面的程序。可以用来对open cascade的入门学习。-This is used to achieve open cascade easy mapping of B-spline curves and spline surfaces procedures. Can be used to open cascade of study entry.
  3. 所属分类:3D Graphic

    • 发布日期:2016-08-17
    • 文件大小:5609502
    • 提供者:ff
  1. vbcode

    0下载:
  2. mousedown的程序,bezier曲线绘制程序,B样条曲线的绘制程序,二维几何图形变换的程序,像素法画直线的程序。-procedure MouseDown, bezier curve drawing program, B-spline curve drawing procedure, the procedure of two-dimensional geometry transform, pixel draw a straight line law procedures.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:9281
    • 提供者:王倩
  1. BLineplot

    0下载:
  2. 一个关于绘制过控制顶点的BLine的VC范例,供学习B样条使用-Bline
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-09
    • 文件大小:1750556
    • 提供者:张元元
  1. nurbs

    0下载:
  2. 用来画非均匀有理B样条的程序,希望对大家有用-Used to draw non-uniform rational B-spline procedure, in the hope that useful to everybody
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-29
    • 文件大小:55262
    • 提供者:管官
  1. Basic_function_of_Bspline

    0下载:
  2. 建立b样条函数基函数的程序! 这是从the nurbs book 翻译过来的版本!-it can constructs bspline program in c++.this program is programmed from the book of the nurbs book !
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:618264
    • 提供者:Blueye
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. mian

    0下载:
  2. 根据论文《Products of spline》一文的描述,两个B-Spline的乘积可以由一个更高次的B-Spline表示,本程序提供通过B样条相乘来实现了B样条升阶的另外一种方法-As from a paper named "Products of spline",the product of two B-Spline can be represented in an arbitrary higher B-Splie.This program offer another method of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4657
    • 提供者:jinsheng957
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 46 »
搜珍网 www.dssz.com