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

搜索资源列表

  1. 最小二乘法直线算法

    0下载:
  2. 最小二乘法的直线拟合算法,可用各种开发工具实现-linear least squares fitting algorithm can be used to achieve various development tools
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1179
    • 提供者:任萍
  1. bresenham1

    0下载:
  2. 一个很好的画直线算法-a good painting Linear Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:28718
    • 提供者:张沿
  1. Arithmatic

    0下载:
  2. 学习直线算法DDA与Bresenham算法的源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:28757
    • 提供者:pritry
  1. 几何算法

    0下载:
  2. 一些常用的几何算法的C++实现,包括两点确定一条直线,两点间距离,点直线距离, 海伦公式求三角形面积,判断直线相交等-some common geometric algorithm C achieved, including two identified a straight line, the distance between two points, point straight distance Helen formula for triangle area, as judged strai
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3283
    • 提供者:阿娇
  1. Hough变换直线检测

    0下载:
  2. 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
  3. 所属分类:matlab例程

  1. Matlab的M文件编写的数控插补2D直线算法仿真

    1下载:
  2. Matlab的M文件编写的数控插补2D直线算法仿真。具体参数可使用:X-500,Y-600,Fc-600,Fs-0,Fa-0,at--200.仿真的本意是为了验证DSP上同类插补算法的正确性,Matlab M-file to prepare the CNC interpolation algorithm for 2D simulation of a straight line. Specific parameters can be used: X-500, Y-600, Fc-600, Fs-0
  3. 所属分类:matlab例程

    • 发布日期:2016-01-25
    • 文件大小:1394
    • 提供者:雷鸣
  1. bresenham

    0下载:
  2. bresenham画直线,非常经典的画直线算法-good
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:20640
    • 提供者:邢志恒
  1. boshu

    1下载:
  2. 波束形成算法源程序,基于均匀直线阵列的波束形成算法仿真-Source beamforming algorithm, based on the uniform linear array beamforming algorithm simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1028
    • 提供者:daiwei
  1. Linear

    0下载:
  2. 直线型最小二乘法算法,程序运行正确,已经测试过的,可以嵌入自己的程序中,很有用的。-Linear least squares algorithm, the program is running correctly, has been tested and can be embedded in the process of their own, very useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:218144
    • 提供者:石利
  1. Geometer

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. BresenhamsLinePlottingAlgorithm

    0下载:
  2. 让您使用布雷森汉姆直线算法绘制线。使用回调来使用自定义像素绘图功能-Allows you to draw the line using Bresenham' s line algorithm. The use of callbacks, allowing you to use a custom pixel graphics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1333
    • 提供者:李宝生
  1. Bresenham

    0下载:
  2. bresenham直线算法,可实现8方向的直线绘制-bresenham line algorithm can achieve 8 to draw a straight line direction
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3053
    • 提供者:沈黎
  1. xu

    3下载:
  2. 遗传算法对直线天线阵列方向图的综合,采用整数编码,跨代竞争选择策略-Linear antenna array genetic algorithm, a comprehensive pattern
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:21103
    • 提供者:wulinjun
  1. 1

    0下载:
  2. 实现一种改进的Bresenham直线算法,是计算机图形学中的内容,运行环境为tc2.0-To achieve an improved Bresenham line algorithm, It is the contents of the computer graphics
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:811
    • 提供者:zhangyongliang
  1. math_exp

    0下载:
  2. matalb的经典算法,是关于直线拟合等等内容的-matalb classic algorithms, and so the content on the linear fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1468539
    • 提供者:吴京
  1. least_least_squares_regression

    1下载:
  2. 最小二乘拟合,最小二乘拟合直线算法,使用matlab实现最小二乘拟合直线。-Least square fitting, least squares fitting straight line method, using the least squares fitting straight line matlab implementation.
  3. 所属分类:matlab

    • 发布日期:2015-10-01
    • 文件大小:1024
    • 提供者:滕宇
  1. least-absolute-linear-matlab

    0下载:
  2. 最小一乘拟合直线算法在matlab中的实现。-Least one straight line fitting algorithm in matlab by the implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:619703
    • 提供者:滕宇
  1. Interpolation

    0下载:
  2. 有好几种圆和直线算法。我看的这个才写完直线与远的算法。很经典。-Interpolation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:487459
    • 提供者:赵峰
  1. 基于backtracking和0.618的两种梯度下降直线搜索算法

    3下载:
  2. 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
  3. 所属分类:matlab例程

  1. LSD直线提取算法MATLAB

    8下载:
  2. 自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操-(LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-11-01
    • 文件大小:330752
    • 提供者:hanpuxia
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com