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

搜索资源列表

  1. Motionplanner

    2下载:
  2. 数控机床上,对加工曲线粗插补,含有S加减速,匀速运动和运动间的线段衔接-CNC machine tools, processing the crude curve interpolation, acceleration and deceleration containing S, uniform motion and the movement segment of convergence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.74kb
    • 提供者:陆建国
  1. geometry

    0下载:
  2. C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.46kb
    • 提供者:KiD
  1. Line

    0下载:
  2. 将数学上的线段作为一对象进行封装成类,实现两直线相交求交点等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.44kb
    • 提供者:路云飞
  1. segment

    0下载:
  2. 表示线段并进行计算,进行初始化生成的算法,直接可用的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.21kb
    • 提供者:1111
  1. 计算几何

    3下载:
  2. 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
  3. 所属分类:数学计算/工程计算

  1. 4

    0下载:
  2. 在计算机辅助设计(CAD)中,有一个经典问题:消除隐藏线(被其它图形遮住的线段)。你需要设计一个软件,帮助建筑师绘制城市的侧视轮廓图。为了方便处理,限定所有的建筑物都是矩形的,而且全部建立在同一水平面上。每个建筑物用一个三元组表示(Li,Hi,Ri)其中Li和Ri分别是建筑物i的左右边缘坐标,Hi是建筑物i的高度。 -In computer-aided design (CAD), there is a classic problem: the elimination of hidden li
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.16kb
    • 提供者:hjx
  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
    • 文件大小:140.11kb
    • 提供者:唐敏
  1. computational_geometry

    0下载:
  2. 一些计算几何的算法,两点确定圆,判断点在多边形内,判断点在线段上,判断点在圆内,判断线段相交,判断线段在多边形内,球多变性重心,三点确定圆,寻找凸包-Algorithm of computational geometry
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10.61kb
    • 提供者:ltryee
  1. Geometer

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

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

    0下载:
  2. 点到线段距离,在进行画图时,在选择线时有重要作用,-Point to a line distance
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.95kb
    • 提供者:luomin
  1. ACM

    0下载:
  2. ACM计算机课算法,点,线段,面等关系,对大家应该有帮助。-ACM computer classes algorithms, point, line segment, noodles and other relations, we should help.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:801.14kb
    • 提供者:Gavin
  1. geometryalgorithm

    0下载:
  2. ㈠ 点的基本运算 ㈡ 线段及直线的基本运算 ㈢ 多边形常用算法模块 ㈣ 圆的基本运算 ㈤ 矩形的基本运算 ㈥ 常用算法的描述 简单实用的几何算法描述的C++语言的实现-very useful C++ algorithm for some geometry
  3. 所属分类:Algorithm

  1. testpolygon

    0下载:
  2. 返回值:输入的多边形是简单多边形,返回true 要 求:输入顶点序列按逆时针排序 说 明:简单多边形定义: 1:循环排序中相邻线段对的交是他们之间共有的单个点 2:不相邻的线段不相交 -polygon
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:johnson
  1. xianduanshu

    0下载:
  2. 本程序用C编写,陈述了“线段树”的具体操作方法-This program written by C, the statement of the " tree line" of the specific methods of operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4.28kb
    • 提供者:cm
  1. HoughLine

    1下载:
  2. hough变换源码学习,VC6.0实现的hough变换,可以设置生成多条不同角度的直线,然后同过hough变换检测一副图象中存在的直线段,再由得出的角度数据还原直线,-hough transform source code to learn, VC6.0 achieve the hough transform, can be set to generate a number of different angles of straight lines, then the same image ov
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:3.49mb
    • 提供者:RED
  1. readdxf

    0下载:
  2. fortran编写的读取dxf程序,可读取圆,多线段,直线,点,块参照,文字的坐标高程信息-write by fortran ,it can read dxf program, can read a round, multi line, linear, point, block reference, the coordinates of elevation information text
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:499.72kb
    • 提供者:zjh
  1. cgal-lib

    0下载:
  2. C++计算几何函数库,包括点的基本运算,线段及直线的基本运算,多边形常用算法模块等-C + + computational geometry library, including the basic operations of the point, line, and linear basic computing polygon commonly used algorithm module
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:5.69kb
    • 提供者:lqw
  1. VC6xianduanjiaocha

    0下载:
  2. 基于VC6.0实现线段交叉检测,界面友好-VC6.0 to achieve line-crossing detection, friendly interface
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:4.92mb
    • 提供者:sunshine
  1. CPPimage-processing

    0下载:
  2. 很齐全的VC示例,根据书本例子编写。介绍了数学形态学中结构元素为4连通或8连通的3×3邻域时腐蚀、膨胀运算的快速算法。区域采用线段编码表示,腐蚀与膨胀运算在当前线段与其相邻的上下线段之间通过逻辑运算实现。 -In this paper, a fast algorithm of mathematical morphology erosion and dilation operation for 3×3 neighborhood structuring element with 4-connecti
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:7.53mb
    • 提供者:Cyy
  1. segmentand-polygon

    0下载:
  2. 判断线段和多边形的位置关系,包括线段在多边形里面,外面,部分在外面三种情况-Determine the position of the line and the polygon relationship, including line inside the polygon, outside, part outside of three case.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:173.56kb
    • 提供者:aleonliao
« 12 »
搜珍网 www.dssz.com