CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - B样条 B样条曲线

搜索资源列表

  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. cubic_bpline

    1下载:
  2. 输入二维点的坐标[x,y],生成三次b样条曲线-Enter the two-dimensional coordinates of points [x, y], to generate three b-spline curve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1188
    • 提供者:wangj
  1. BezierCurve

    0下载:
  2. 用C语言编写的简单的贝泽尔曲线生成程序,即写出将非均匀B样条曲线转化为一系列首尾相连的Bezier曲线的C语言程序-Written in C language with a simple Baesel curve generation process, that is to write non-uniform B-spline curve into a series of Bezier curves connected end to end C-language program
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:254316
    • 提供者:张立龙
  1. bspline_tools

    1下载:
  2. B样条程序包,可以绘制各阶B样条基函数及曲线。-you can get arbitrary degree b spline curves by using it.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:92042
    • 提供者:lily
  1. B-spline

    0下载:
  2. 在c++builder中利用追赶法生成三次均匀B样条曲线。-b-spline by chasing method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:355232
    • 提供者:珑夜
  1. B-spline

    0下载:
  2. 三次B样条曲线原理及概念介绍,大家可以-something about B-spline
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:328899
    • 提供者:1
  1. B-spline1

    0下载:
  2. B样条曲线节点插入算法研究及应用,可以看一下-something about B-spline
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1925094
    • 提供者:1
  1. Bspline

    0下载:
  2. 一点关于B样条曲线生成原理及实现的资料,大家可以-something about B-spline
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:294017
    • 提供者:1
  1. Byangtiaoquxianfengesuanfa

    0下载:
  2. B样条曲线分割算法 计算机图形学 欢迎大家下载-B-spline curve segmentation algorithm in computer graphics welcome to download
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:33556
    • 提供者:zhangwei
  1. DrawGraphics

    0下载:
  2. 二维绘图系统,计算机图形学实验,绘制常见的几何图形,B样条曲线,Bezier曲线-Dimensional mapping system, computer graphics, draw a common geometry, B-spline curves, Bezier curves
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6489079
    • 提供者:汉谣汉赋
  1. B-SLINE

    0下载:
  2. k次规范B样条基函数 和B样条曲线程序源代码-k times normalized B-spline basis functions and B-spline curves source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2991
    • 提供者:张云
  1. B-SLINE1

    1下载:
  2. 德布尔算法计算B样条曲线和德布尔算法计算B样条曲线的导矢的源代码-De Boer algorithm B-spline curves and de Boer algorithm to calculate the B-spline curve derivative vector of the source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2876
    • 提供者:张云
  1. B-spline

    0下载:
  2. B 样条曲线的定义概念以及算法介绍及其分类-The definition of the concept of B-spline curves and introduce their classification algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:296954
    • 提供者:张云
  1. B-spline-curve

    0下载:
  2. 绘制三次B样条曲线和B样条的节点插入算法-Drawing three Node B-spline curves and B-spline insertion algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:20945
    • 提供者:李敬改
  1. ThirdTry

    5下载:
  2. 结合3次B样条曲线的曲率连续特性和遗传算法对庞大的搜索空间的组合优化能力,在考虑AUV的几何约束的情况下规划出一条光滑、连续的路径曲线。直接运行main函数将会生成三维路径曲线图,种群的平均适应度、俯仰角和曲率的变化曲线。-Combining the curvature continuity characteristics of 3 B spline curves and the combination optimization of genetic algorithm for large se
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:164483
    • 提供者:统领七界
  1. matlab-

    2下载:
  2. B样条曲线控制点反求 生成曲线 求插补点-b-spline interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:12930
    • 提供者:陈啊
  1. B-spline

    2下载:
  2. 用于求解5阶B样条曲线,绘制曲线。新手上传请多指教(Used to solve the 5 order B spline curve, draw curves. Novice upload, please enlighten)
  3. 所属分类:其他

  1. CAGD

    0下载:
  2. 实现了b样条曲线、曲面的绘制,包括多种形式的b样条,并可以对输入进行修改。(The drawing of B spline curve and surface, including B spline in various forms, can be modified.)
  3. 所属分类:其他

  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. 移动机器人曲线规划

    1下载:
  2. 包含n个控制点(含起点和终点)B样条曲线的移动机器人轨迹规划程序,所生成的轨迹必须严格经过起点、第三个控制点和终点(可调)(A trajectory planning program for mobile robot with n control points (including start and end points) and B-spline curves. The generated trajectory must strictly pass through the start poi
  3. 所属分类:其他

    • 发布日期:2020-07-08
    • 文件大小:2315264
    • 提供者:wuuuwu
« 12 »
搜珍网 www.dssz.com