CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 离散点

搜索资源列表

  1. zuigansuanfa

    0下载:
  2. 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2966
    • 提供者:qiao
  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. SievingKalman

    1下载:
  2. 此为时间离散点上采样数据进行的卡尔曼滤波算法-this time of discrete points on the sampling data for the Kalman Filter
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1297
    • 提供者:熊星
  1. 54517008

    0下载:
  2. delaunay三角剖分实现离散点生成三角网格算法,精简好用-Delaunay Triangulation achieve discrete points triangular mesh generation algorithm, streamlining handy
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:16616
    • 提供者:刘清
  1. CFoldPoint

    0下载:
  2. 曲线拟合函数 三个函数,SPLine 调用另外两个。用时候直接调用SPLine函数,入口pList是已知离散点链表,pDestList是生成的点的链表。SM是在两个点中间插入点的数目,continue=0是采样点无规律,要求生成闭合曲线。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1727
    • 提供者:张华安
  1. EasyDrawHermit

    0下载:
  2. 本过程是用光滑的曲线(三次参数样条曲线)连接离散点 参数PicHdc表示在上面进行处理的窗体的设备环境句柄 参数PicHwnd表示在上面进行处理的窗体的窗口句柄 参数X(),Y()表示各离散点的坐标 参数Color表示曲线颜色 参数Mode表示三次参数样条曲线的约束条件: 其中0为自由端,1为抛物端(没有考虑夹持端)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2608
    • 提供者:tt
  1. KalmanFilter

    0下载:
  2. 对实践离散点上的采用数据进行卡尔曼(Kalman)滤波。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1546
    • 提供者:Ming Zhao
  1. oa_module

    1下载:
  2. 离散点插值程序,采用的是cressman客观插值原理-discrete points interpolation procedure, the objective is cressman interpolation Principle
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7574
    • 提供者:谢三天
  1. 44569084

    1下载:
  2. 提供离散点三角网与等值线的实现给大家共享。有谁把等值线光滑处理了后,请也别忘了给我一份-provides discrete point triangulation with the contours to the realization share. Who put smooth contours handled, please do not forget to also give me a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:223403
    • 提供者:陈维良
  1. 离散牛顿法

    2下载:
  2. 解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33395
    • 提供者:王廷
  1. MATLAB3d_Lisandianzuotu

    1下载:
  2. MATLAB 实现三维离散点图的平滑处理,通过使用固有函数实现操作。-MATLAB realization of three-dimensional scatter plot of the smoothing from
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:703
    • 提供者:刘君
  1. 图12-8应用离散小波变换检测不连续点-150605

    0下载:
  2. 应用离散小波变换检测不连续点 用matlab实现-application DWT not detected using Matlab consecutive points to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:20506
    • 提供者:qjsky
  1. NewtonInterpolation

    0下载:
  2. 用牛顿插值法对离散点进行差值,如果在原来的基础上增加一个点,用该种插值法速度很快,效率高-Using Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:786
    • 提供者:萧筱
  1. cvery_44569084

    0下载:
  2. 有离散点计算等高线(等值线); 有离散点计算等高线(等值线)-There are discrete points calculation of contour lines (contour lines) there are discrete points calculated contour (isoline)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:214561
    • 提供者:naonao
  1. theCurvesandSurfacesFitting

    0下载:
  2. 连续曲线近似地刻画或比拟平面上离散点组所表示的坐标之间的函数关系的一种数据处理方法。用解析表达式逼近离散数据的一种方法-Continuous curve approximation to characterize or compare groups of discrete points on the plane expressed by a function of the relationship between the coordinates of a data processing meth
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:35091
    • 提供者:xie
  1. WaferPainter

    1下载:
  2. 对离散点通过Kriging插值算法实现2维和3维地图等高线绘制。 -Kriging interpolation of discrete points on the algorithm by 2-D and 3-dimensional map of contour drawing.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-12-22
    • 文件大小:267264
    • 提供者:fatcat
  1. Point_Curvature

    3下载:
  2. 估计一个离散点云中某个点的高斯曲率和离散曲率,算法是拟合一个二次曲面-Estimate a discrete point cloud to a point in the discrete Gaussian curvature and the curvature, the algorithm is a quadratic surface fitting
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:797
    • 提供者:yanmohan
  1. cspline

    1下载:
  2. 通用三次样条插值函数,可求解离散点的三次样条插值-General cubic spline interpolation function, can solve the discrete points of the cubic spline interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:984
    • 提供者:yang
  1. 3dLOF

    3下载:
  2. 三维点云的LOF算法,可以计算各点的LOF值,进而识别离群点。带入用户自己的TXT形式的点云文件即可。(The LOF algorithm of 3D point cloud can calculate the LOF value of each point, and then identify outliers. Bring the user's own TXT form of point cloud file.)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-03
    • 文件大小:60631040
    • 提供者:么咯K
  1. MATLAB

    1下载:
  2. 离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-08
    • 文件大小:4096
    • 提供者:Adrienlee
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com