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

搜索资源列表

  1. 2008010

    1下载:
  2. 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point类的方法 编写测试程序-Write a segment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2034
    • 提供者:tina
  1. tu_xing_xiang_jiao_xiang_qie

    0下载:
  2. 这是一个图形相交相切的源代码,希望对大家有所帮助·-This is a graphical tangent intersects the source code, and want to help everyone ~ ~ ~ ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:316053
    • 提供者:刺猬
  1. tsu

    1下载:
  2. 求主副测线交点差,自动判断测线相交与否,可用于物探工程-Lord Deputy measuring line intersection difference
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1436
    • 提供者:puzhizhou
  1. GreedySelector

    0下载:
  2. 设有n个活动的集合E={1,2,…,n},其中每个活动都要求使用同一资源,如演讲会场等,而在同一时间内只有一个活动能使用这一资源。每个活动i都有一个要求使用该资源的起始时间si和一个结束时间fi,且si <fi 。如果选择了活动i,则它在半开时间区间[si, fi)内占用资源。若区间[si, fi)与区间[sj, fj)不相交,则称活动i与活动j是相容的。也就是说,当si≥fj或sj≥fi时,活动i与活动j相容。-With n-set of the activities of E = (1
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:884
    • 提供者:lily
  1. curve_brige

    0下载:
  2. 这也是机械或汽车造型中用到的CAD曲线处理算法,可以把在平面上两条不相交的曲线拼接起来。-This is also the machinery or vehicle used in CAD modeling curve processing algorithms, you can put in the plane does not intersect the curve on the two spliced together.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-04
    • 文件大小:1782
    • 提供者:小胡
  1. jihegongj

    0下载:
  2. 本书对计算机图形学和其他领域的二维和三维几何学算法进行了全面的解析和合理的组织。全书先复习了向量和矩阵代数的基本概念,而后详细地描述了图形几何学涉及的各种二维和三维对象的几何测量、相交等问题的各种算法,并提供了关于计算几何学主题的大量材料以便于快速参考。-This book on computer graphics and other areas of the two-dimensional and three-dimensional geometry algorithms conducted
  3. 所属分类:Fractal program

    • 发布日期:2017-06-21
    • 文件大小:35123567
    • 提供者:liuxiaohui
  1. 3dGraphics

    0下载:
  2. 这是一整套数学库,包含了向量、矩阵及二维距离、三维距离、二维相交、三维相交的若干问题。-This is a set of math library, contains a vector, matrix, and two-dimensional distance, three-dimensional distance, two-dimensional intersection, three-dimensional intersection of a number of issues.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:600872
    • 提供者:高仲富
  1. geometry

    0下载:
  2. 判断点是否在多边形内,点是否在有向线段的左边,点是否在圆内,两点是否相交-To determine point-in-polygon, the point of whether there is to the left of line segment, point-in-circle or two whether the intersection
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:685
    • 提供者:向日葵
  1. Traffic_Light_Controller

    0下载:
  2. 该控制器在设计上控制了一个繁忙的高速公路(高速路的红绿灯) 相交一岔路(SRD)等具有相对较轻的交通负荷。图1显示 在交通灯的位置。在十字路口传感器检测汽车的存在 在公路上和岔路。该图意味着,无论是公路和副作用 道路提供每个方向的交通单一车道。这两个普通的道路(红, 黄,绿)信号灯。交集装有一个传感器。-The controller to be designed controls the traffic lights of a busy highway (HWY) inter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:16156
    • 提供者:jimmy sia
  1. convex

    0下载:
  2. gram法求凸包, 凸包是区域内任意两点的直线不与边界相交的简单闭区域。 gram算法能够高效地求解出凸包的点集-gram Method convex hull, convex hull is a straight line between any two points within the region do not intersect with the boundary simple closed area. gram algorithm can efficiently solve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1977
    • 提供者:刘晓明
  1. SutherlandTriCubeIntersectTest

    1下载:
  2. 三角形和立方体的相交测试demo,OpenGL实现 使用3维Sutherland算法做优化 线段与三角的相交测试技术与D3D的拾取示例实现相同-Triangle and cube intersection test demo, OpenGL implementation. use3-D Sutherland algorithm for optimization .line segment and triangle intersection test using the same tech
  3. 所属分类:OpenGL program

    • 发布日期:2014-05-20
    • 文件大小:17498
    • 提供者:ZZP
  1. Test2

    0下载:
  2. 程序实现划线功能,可以保存、重绘;然后判断所画直线间的几何关系:相交、重合、相离,相交的直线交点以绿点显示,重合部分以红色高亮显示-Program realization crossed feature, you can save, redraw then determine the geometrical relationship between painted lines: intersect, overlap, with leave, a straight line intersecti
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2079451
    • 提供者:chenhao
  1. 77777

    0下载:
  2. 基于VC的图形学程序,具有平面截圆柱体,平面截圆锥体,直线和圆相交等-VC' s graphics-based program, with the flat cut cylinder, cone cut plane, intersecting lines and circles, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2037595
    • 提供者:秋风破
  1. Corner

    0下载:
  2. 利用光线跨越算法判断与光线相交的建筑物拐角,若拐角存在则保存待下一步检测使用-Algorithm to judge the use of light and light across the intersection of the corner of the building, if there are saved until next corner detection using
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1417
    • 提供者:zhangping
  1. multistage

    4下载:
  2. 多段图G=(V,E)是一个有向图。它具有如下特征:图中的节点被划分成k>=2个不相交的集合Vi,1<=i<=k,其中V1 与Vk 分别只有一个结点s(源点)和t(汇点)。图中所有的边<u,v> 均具有如下性质:若 ,则 ,1<=i<k-1,且每条边<u,v>均附有成本c<u,v>。从s到t的一条路径成本是这条路径上边的成本和。多段图问题是求s到t的最小成本路径。每个集合 定义图中的一段。由于E得约束,每条从s到t的路径都是从第1段
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2484
    • 提供者:jory
  1. xiangqie

    0下载:
  2. 书后关盘素材、、源代码、、、关于opengl图形相交—相切的相关代码-opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1994274
    • 提供者:Fss
  1. 17-2

    0下载:
  2. 编译:mpicc intersect.c –o intersect 运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 intersect 运行结果: 输入: please input first polygon please input the count of vetex:3 please input the vertex
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:2561
    • 提供者:aaa
  1. 9.23

    0下载:
  2. 链表相交和反刷屏代码,内有作业题目-Linked list intersection, and anti-Shuaping code, there are assignment questions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:942710
    • 提供者:金辉
  1. vbCheck

    0下载:
  2. VB判断窗体内的两个物体是否相交,以前有些朋友说想要物体碰撞监测,测试发现这个源码与其有点类似,它判断窗体中的两个矩形是否相交重叠在一起,点击按钮激活判断程序。-VB window to judge whether two objects intersect the body, before some friends that want to Collision monitoring, testing found that the source and its somewhat similar
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:3522
    • 提供者:ycxgh
  1. firepoint

    0下载:
  2. 交 汇 的 火 力 小姜正在玩CS,喜欢思考的他看到无数子弹从他眼前飞过时想到了一个奇怪的问题:这么多子弹在空中飞来飞去,难道它们不会相撞吗?当然这是可能的。小姜把两颗子弹轨迹相交的地方叫做“火力汇点”,显然如果让敌人站在火力汇点上那么他将受到更严重的伤害。小姜想知道平面上的所有火力汇点以便对敌人造成更重的打击,但是小姜数学很差,所以他找到了你,请你帮他计算出平面上所有火力汇点的坐标。小姜用直线来描述子弹的轨迹,这种子弹很特别,它发射后会迸裂成两颗并沿相反方向飞行(汗!!那不是打自己),小姜
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:533
    • 提供者:clare
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com