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

搜索资源列表

  1. jijie

    0下载:
  2. 计算机图形学关于B-样条和Bezier曲线的matlab程序-computer graphics on the B-spline and Bezier curve Matlab procedures
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1344
    • 提供者:jijie
  1. matlab3

    0下载:
  2. matlab样条工具箱介绍包括: 三次插值样条函数 PP形式的样条函数的构造及操作 B形式样条函数的构造和应用 其他函数 举例
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:146723
    • 提供者:黄丽
  1. Cspline

    1下载:
  2. 这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:朱与心
  1. deboor-cox.rar

    0下载:
  2. 目的:运用强化学习!多分类器集成!降维方法等最新计算机技术,结合细胞病理知识,设计制作/智能化肺癌细胞病理图像诊断系统0"方法:采集细胞图像,运用基于强化学习的图像分割法将细胞区域从背景中分离出来 运用基于样条和改进2方法对重叠细胞进行分离和重构 提取40个细胞特征用于贝叶斯!支持向量机!紧邻和决策树4种分类器,集成产生肺癌细胞分类结果 建立肺癌细胞病理图库,运用基于等降维方法对细胞进行比对,给予未定型癌细胞分类"结果:/智能化肺癌细胞病理诊断系统0应用于临床随机1200例肺
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-05-13
    • 文件大小:220809
    • 提供者:高阳
  1. yuanchengux

    1下载:
  2. 结构动力学分析 基于三次B样条插值的统计边界无法,对随机振动结构声辐射的计算进行了研究。以随机振动球作为算例,计算了其在表面振速功率谱密度函数分布已知情况下的随机声场,计算结果与理论解比较表明:即使在边界剖分比较粗的情况下,利用该方法计算随机振动结构声辐射问题在相当宽的振动频率范围内,也能给出良好的计算精度。 -good,can be used in structural analys,it is d a d dfg vv b mnxbnbbvbbbbbbbbbvbvccvMATLAB G
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-28
    • 文件大小:14879
    • 提供者:张子寒
  1. bspline

    0下载:
  2. b-spline样条英文资料,也是很不错的。-b-spline spline information in English is very good.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-17
    • 文件大小:268196
    • 提供者:fwsky
  1. B_2121

    0下载:
  2. B_样条曲线升阶的几何收敛性B _ spline curve ascending order geometric convergence-B _ spline curve ascending order geometric convergence
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:801565
    • 提供者:dig
  1. SplineInterpolation-in-mfc

    1下载:
  2. 1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0. 2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。 3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0]) result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cub
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3739778
    • 提供者:蒋鸿伟
  1. 遗传算法处理NURBS曲线逼近(Matlab实现)

    2下载:
  2. 在Matlab平台上采用将模拟退火算法及遗传算法相结合的曲线拟合方法,实现以任意次数、任意顶点数的非均匀有理B样条(NURBS)曲线逼近给定测量点序列(On the Matlab platform, we use the curve fitting method combining simulated annealing algorithm and genetic algorithm to achieve the sequence of a given measurement point wit
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:125952
    • 提供者:beautyjade
  1. spline

    1下载:
  2. 绘制B样条曲线,以及相应的De-boor算法程序(Bspline drawing and the corresponding De-boor algorithm)
  3. 所属分类:绘图程序

    • 发布日期:2018-04-20
    • 文件大小:288768
    • 提供者:moon_king
  1. 反算NURBS曲线插值控制点并计算NURBS插值曲线

    3下载:
  2. 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。(For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm can calculate the control poin
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:mingle113
  1. Der1BasisFun

    0下载:
  2. matlab程序,可求解任意次B样条基函数及其一阶导(Solving the basic function of arbitrary order B spline and its first order)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:Timera
  1. 信号分解与采样

    1下载:
  2. 利用B样条、Wavelet小波函数对信号进行采样与重构,比较两种方法的优劣(We use B spline and Wavelet wavelet function to sample and reconstruct signals, and compare the advantages and disadvantages of the two methods.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:348160
    • 提供者:燕子飞飞飞
  1. NURBS插值插补

    3下载:
  2. 实现非均匀有理B样条曲线(NURBS)插值插补功能(Realization of interpolation interpolation function of NURBS curve)
  3. 所属分类:matlab例程

    • 发布日期:2019-08-18
    • 文件大小:730112
    • 提供者:gxushine
  1. nurbsfunctions

    1下载:
  2. 简单介绍了关于B样条曲线和NURBS曲线的定义和性质,且包含matlab例程(A brief introduction is given to the definition and properties of B spline curves and NURBS curves, including Matlab routines.)
  3. 所属分类:文章/文档

    • 发布日期:2020-02-21
    • 文件大小:227328
    • 提供者:旋风小子wg
  1. Scipy

    1下载:
  2. SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t
  3. 所属分类:文章/文档

    • 发布日期:2019-10-21
    • 文件大小:1502208
    • 提供者:预警
  1. pthreat

    4下载:
  2. 无人机航迹规划,威胁概率模型,路径最短,B样条曲线平滑(UAV route planning, threat probability model, shortest path, B-spline curve smoothing)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-27
    • 文件大小:5484544
    • 提供者:asdoifja
  1. migfyf

    2下载:
  2. 此文件为非均匀B样条曲线反求控制点再插值为曲线(This file is a non-uniform B-spline curve. The control points are inverted and then interpolated into a curve)
  3. 所属分类:图形图象

    • 发布日期:2020-09-22
    • 文件大小:1024
    • 提供者:JJyi
  1. 曲线和曲面算法

    1下载:
  2. 代码包含以下算法:三叶梅花线,圆柱螺线,圆锥螺线,三次贝塞尔曲线,三次B样条曲线。 环形面,锥面,双线性曲面,旋转曲面,贝塞尔曲面,B样条曲面。(The code contains the following algorithms: three-leaf plum blossom line, cylindrical spiral, conical spiral, cubic Bezier curve, cubic B-spline curve. Torus, cone, bilinear sur
  3. 所属分类:Windows编程

    • 发布日期:2021-04-06
    • 文件大小:44032
    • 提供者:汪翔
  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
« 1 2 ... 40 41 42 43 44 4546 »
搜珍网 www.dssz.com