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

搜索资源列表

  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. 实例116 多点曲线光滑拟和

    1下载:
  2. 基于离散多点的曲线拟合 把多个离散点拟合成曲线-based on discrete multiple points of curve fitting from multiple discrete points to the composite curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30196
    • 提供者:谌叶龙
  1. 优化了的过关键点的光滑曲线拟合算法

    0下载:
  2. 该程序是离散点平滑程序,可实现对一组有序离散数据进行闭合和不闭合情况的情况.-that the procedure was discrete points smoothing procedures, to be able to achieve an orderly group discrete data for closure and closure of the situation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8990
    • 提供者:李勇
  1. Matlab曲线拟合 最小二乘法 polyfit

    2下载:
  2. 已知离散点上的数据集 ,即已知在点集 上的函数值 ,构造一个解析函数(其图形为一曲线)使 在原离散点 上尽可能接近给定的 值,这一过程称为曲线拟合。最常用的曲线拟合方法是最小二乘法,该方法是寻找函数 使得最小
  3. 所属分类:编程文档

    • 发布日期:2012-03-03
    • 文件大小:7574
    • 提供者:wangzhaocai
  1. multifit

    1下载:
  2. 功能:离散试验数据点的多项式曲线拟合 调用格式:A=multifit(x,y,m) 其中:x: 试验数据点的x坐标向量    Y: 试验数据点的y坐标向量 m: 拟合多项式的次数 -Functions: discrete experimental data points, the polynomial curve fitting call format: A = multifit (x, y, m) where: x: experimental data points, x
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2991
    • 提供者:刘荣
  1. 20090816

    0下载:
  2. 自动化控制中曲线拟合的应用及研究 此文档对需要根据已知线段,或者离散点进行趋势预测很有帮助。-Automation and control applications in curve fitting and Research. This document is the need to segment the basis of known or forecast the trend of discrete points helpful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:143473
    • 提供者:唐敏
  1. findkeypoint

    0下载:
  2. 摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。 -Abstract: The inflection point is a digital
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:180615
    • 提供者:changhe.cheng
  1. TestB3Line

    0下载:
  2. 三次样条曲线拟和,能够很好的处理离散点的拟和问题,值得收藏-Cubic spline curve fitting and
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:46905
    • 提供者:zhoudan
  1. LISANSHIJIAN

    0下载:
  2. (1) 自行设计产生两个离散序列信号,对其进行相加、乘及卷积运算。 (2) 利用filter命令求下面LTI系统的冲激响应: y(n)-0.7y(n-1)-0.6y(n-2) + y(n-3) = x(n) + 0.5x(n-1) (3) 画出系统的零极点图,判断系统的稳定性、因果性。 (4) 绘出系统的频响曲线。-lisan time signal analyse
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:327537
    • 提供者:王丹
  1. tmp

    0下载:
  2. 12864,显示温度曲线,显示的事离散的点,控制器为7920-12864
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:2037
    • 提供者:liulianghit
  1. lsdqxzxsf

    0下载:
  2. 提出一种曲线算法,提高曲线计算效率,解决工程应用中离散点曲线造型问题。-A curve algorithm to improve computational efficiency curve, to solve engineering problems in the discrete point curve modeling.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:143370
    • 提供者:杀敌
  1. quxianVC

    0下载:
  2. vc中进行离散点得到光滑曲线的程序曲线拟合,方便初学者学习参考-vc discrete point in the procedure by fitting a smooth curve to facilitate reference for beginners to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2095
    • 提供者:yangzai
  1. quxiannihe

    0下载:
  2. 曲线拟合的程序,将离散的数列拟合成光滑曲线-Curve fitting procedures, the discrete series of smooth curves fitted
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:604
    • 提供者:Mike Paul
  1. matlabguide-you-on

    0下载:
  2. 用于实现复杂情况下的离散曲线积分及多维函数的积分-Used to implement the discrete curve integral and multi-dimensional integral of a function in the complex case
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:7893
    • 提供者:王刘静
  1. secret

    0下载:
  2. 本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。-This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete ellipti
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:132697
    • 提供者:贺魄
  1. B样条曲线反求_OpenGL环境--数据点加入输出点列

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

    • 发布日期:2017-12-16
    • 文件大小:978944
    • 提供者:沙-粒
  1. 3次B样条曲线拟合

    10下载:
  2. 离散点曲线 进行3次B样条曲线拟合 包括节点参数化过程 基函数计算过程 控制点反求过程 到最后拟合曲线的显示(The discrete point curve is fitted with 3 B spline curves, including the node parameterization process, the basis function calculation process, the control point inversion process, and the final
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 最小二乘法曲线拟合

    1下载:
  2. 最小二乘拟合曲线,知道离散点后可以更好的获得其对于曲线的拟合(Least square fitting curve)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:caoshuai
  1. lisan

    0下载:
  2. 绘制两离散曲线的交点,不同于拟合离散点的方法(plot the crossover point of two series of discrete points)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:空蒙大大
  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-20
    • 文件大小:1024
    • 提供者:mingle113
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com