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

搜索资源列表

  1. cad-line-break

    2下载:
  2. cad交点批量打断程序,可以用来批量打断所有的相交对象-cad intersection batch interrupted program
  3. 所属分类:CAD

    • 发布日期:2017-03-22
    • 文件大小:2573
    • 提供者:郭哲宇
  1. boundarydir

    0下载:
  2. 平面点序列方向检测 检测封闭不相交平面序列点的方向-Determine the direction of a sequence of planar points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1372
    • 提供者:Kai Nie
  1. LineSegIntersects_class

    0下载:
  2. 通过计算矩形是否相交及叉积的方法判断两线段是否相交-By calculation and rectangular cross product method to determine whether the intersection of two line segments intersect
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:8156
    • 提供者:Jolin
  1. light_occur_polygon

    0下载:
  2. 图形学中光线与多面体相交时,进行判断,是否越界,是否相交。比较好的例子-light occur polygon
  3. 所属分类:Browser Plugins

    • 发布日期:2017-04-07
    • 文件大小:3422
    • 提供者:李晓东
  1. matlab43

    0下载:
  2. 【matlab编程代做】matlab多边形相交 可以作为参考使用 学习-[Do] matlab matlab programming generation lap maroon ball video can be used as a reference study
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:142316
    • 提供者:王而
  1. MATLAB665

    0下载:
  2. 【matlab编程代做】matlab多边形相交 可以作为参考使用 学习-[Do] matlab matlab programming generation polygon intersection can use as a reference to learn
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-29
    • 文件大小:142494
    • 提供者:王斌
  1. HDraw

    0下载:
  2. 1、 具有简易、友好的图形化人机接口界面。 2、 能够绘制点、直线、圆、椭圆、矩形、曲线等基本几何元素。 3、 具有几何对象拾取、复制、粘贴功能,以及拉伸、平移、旋转、镜像等基本图形操作功能。(对象拾取功能是指:通过鼠标点选几何对象上的任意位置,达到选取该几何对象的操作过程。也可通过按住鼠标,拖拽出一片区域,与这个选择区域相交的几何对象成批选中来实现多个对象的同时选取。) 4、 具有封闭几何对象的填充、裁剪功能。 -1, with a simple, friendly graph
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3768875
    • 提供者:李明
  1. line-is-interact

    0下载:
  2. 算法导论里面的关于线段是否相交以及点是否在多边形内的判断的源代码,另包含一个说明文档。-Introduction to Algorithms inside as well as on line intersects the point is within the polygon to determine the source code, and the other contains a descr iption of the document.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:11298
    • 提供者:
  1. clipper

    0下载:
  2. 健壮的2D图形剪裁工具可以进行多种操作 例如: 合并,相交等-Very robust 2D geometry clipping tool including operatios as union or intersection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:27604
    • 提供者:wanghongliang
  1. bisector

    0下载:
  2. 绘制角平分线的AutoLisp源码,可以绘制任意两条相交直线的角平分线,同时也可以绘制圆弧的平分线。-The AutoLisp source code to draw bisector of two intersecting lines or an arc.
  3. 所属分类:CAD

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:
  1. xiangjiao

    0下载:
  2. 判断直线是否相交,提供了算法以及源码,可读性强-judge two lines
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1662
    • 提供者:lj
  1. rect

    0下载:
  2. 直角坐标平面上有一长为W、高为H的大矩形。该大矩形被划分为N个不相交的小矩形,且这些小矩形恰好拼成该大矩形。给定K,求一个面积最大的矩形R,使得R由部分给定的小矩形恰好拼成,且这些小矩形的数目不超过K个。-A length of W, height H of the large rectangular Cartesian coordinate plane. The large rectangle is divided into N disjoint small rectangle, and th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:896
    • 提供者:Chen Haifeng
  1. 98026493RayTracing

    0下载:
  2. 光线跟踪是一种真实地显示物体的方法,该方法由Apple在1968年提出。光线跟踪方法沿着到达视点的光线的反方向跟踪,经过屏幕上每一个象素,找出与视线相交的物体表面点P0,并继续跟踪,找出影响P0点光强的所有光源,从而算出P0点上精确的光线强度,在材质编辑中经常用来表现镜面效果。光线跟踪或 称光迹追踪是计算机图形学的核心算法之一。在算法中,光线从光源被抛射出来,当他们经过物体表面的时候,对他们应用种种符合物理光学定律的变换。最终,光线进入虚拟的摄像机底片中,图片被生成出来。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:88668
    • 提供者:
  1. Telescope

    0下载:
  2. 计算不规则多边形(包括凸多边形和凹多边形)与圆相交的面积-Calculate the area of polygon and circle
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2630864
    • 提供者:海洋
  1. shockintersection

    0下载:
  2. 两道斜激波相交、反射过程,计算流场中各点的压力,MA数,温度等。-Two intersecting oblique shock, the process of reflection, pressure calculation of each point in the flow field, MA number, temperature and the like.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:彭宁宁
  1. LZXJD

    0下载:
  2. 参数: p1~p4:直线上不相同的两点 *p:通过指针返回结果 返回值:1:两直线相交;2:两直线平行 如需要判断两线段交点,检验k 和对应k 1(注释中)的值是否在0~1 之间,用在0~1 之间的那个求交点 -Parameters: p1~p4:直线上不相同的两点 P1 ~ P4: two points in a straight line. *p:通过指针返回结果 *p: the result is returned by th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:17009
    • 提供者:machang
  1. MulitPloyOverlap

    0下载:
  2. VC++实现多边形的绘画、清除和多边形之间的相并相交功能-VC++ achieve polygon drawing phase, clear, and polygons and intersecting features
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2111420
    • 提供者:微笑一飞
  1. tree

    0下载:
  2. 二叉树是n(n>=0)个结点的有限集合,它或为空树,或是由一个称之为根的结点加上两棵分别称为左子树和右子树的互不相交的二叉树组成。 对二叉树的操作主要有:建立一棵二叉树;遍历二叉树;求二叉树的深度、结点数等。 1. 定义二叉链表类型; 2. 实现二叉树的基本操作:建立、先中后序遍历、层次遍历及输出。 -Binary Tree is n (n> = 0) a finite set of nodes, it is empty or tree, or the root no
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:14101
    • 提供者:李丽
  1. Line_Maht

    0下载:
  2. 异面相交直线公垂线中点坐标值求解。可用于计算并联机构U关节的坐标值。-Iso-surface well intersecting lines perpendicular to solve midpoint coordinate values. Parallel mechanism can be used to calculate the U joint coordinates.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:537457
    • 提供者:Zhaolin
  1. 1

    9下载:
  2. Duck公司在仓库安装了红外报警装置,如图所示,所有红外线互不相交。n个发射器和n个接收器将平面分成n+1个区域,从左到右分别记作0、1、…、n。现在技术人员正在进行调试,对于每个点,需要快速知道它处于哪个区域。若正好处于红外线上,则视为处于右边的区域。-Duck in the warehouse infrared alarm system installed, as shown, all infrared disjoint. n transmitters and receivers n n+
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2179
    • 提供者:kimhanmiru
« 1 2 ... 12 13 14 15 16 1718 19 20 »
搜珍网 www.dssz.com