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

搜索资源列表

  1. mylineseg2

    1下载:
  2. 7. 求矢量夹角余弦 8. 求线段之间的夹角 9. 判断线段是否相交10.判断线段是否相交但不交在端点处 11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点16.判断线段是否相交,如果相交返回交点-7. For vector cosine angle 8. For the angle between the line 9. Line judge whether the intersection 10. Line
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1734
    • 提供者:孤星赶月
  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. lineIntersect

    0下载:
  2. determines the intersection points of curves
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:931
    • 提供者:canberk
  1. GEOMETRY

    2下载:
  2. 所有的与软件环境无关的函数: 1、点在线上判断 2、确定两条线段是否相交,包括端点 3、求两条线的交点 4、 判断点q是否在多边形Polygon内 等多个函数-All has nothing to do with the software environment of the function: 1, 2-point line on the judge to determine whether two line segments intersect, including th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-02-09
    • 文件大小:2585
    • 提供者:赵力
  1. jiaotongdeng

    0下载:
  2. 分东西和南北两个路口模拟交通三色信号灯的亮灭控制-East and West and North-South two intersection points simulated three-color traffic signal control of bright eliminate
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:645
    • 提供者:pysnr
  1. GetArea

    0下载:
  2. 本程序可以读入由任意个点构成的多边形,并计算两个多边形的最大相交面积-The program can read any number of points by the composition of the polygon, and calculate the maximum intersection area of two polygons
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1341245
    • 提供者:Nick
  1. car

    0下载:
  2.  给定一个N*N 的方形网格,设其左上角为起点◎,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点◎出发驶向右下角终点▲,其坐标为(N, N)。在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则:   求汽车从起点出发到达终点的一条所付费用最少的行驶路线。-Given an N* N square grid, set the upper left corner as a starting point ◎, c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1848
    • 提供者:白云
  1. cal-intersection-of-two-lines

    0下载:
  2. X1,X2,X3,X4分别为4个点的三维坐标,例如X1=[1,2,3],本程序可以计算出直线X1X2与X3X4的交点P的坐标X,如果直线X1X2与X3X4不相交,则给出的是直线X1X2与X3X4的公垂线在直线X1X2上的垂足的坐标。-X1, X2, X3, X4 are 4 three-dimensional coordinates of points, such as X1 = [1,2,3], the program can calculate the intersection of lin
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:51308
    • 提供者:wyc
  1. Optimization_Newton

    0下载:
  2. 设r是f(x) = 0的根,选取x0作为r初始近似值,过点(x0,f(x0))做曲线y = f(x)的切线L,L的方程为y = f(x0)+f (x0)(x-x0),求出L与x轴交点的横坐标 x1 = x0-f(x0)/f (x0),称x1为r的一次近似值。过点(x1,f(x1))做曲线y = f(x)的切线,并求该切线与x轴交点的横坐标 x2 = x1-f(x1)/f (x1),称x2为r的二次近似值。重复以上过程,得r的近似值序列,其中x(n+1)=x(n)-f(x(n))/f (x(n))
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:764
    • 提供者:徐默涵
  1. sandianqianfangjiaohui

    0下载:
  2. 利用三个已知控制点完成前方交会,基于matlab语言实现了编程计算-The completion of the three known control points forward intersection based on Matlab language programming calculation
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:9771
    • 提供者:wubotao
  1. circle-Hough

    0下载:
  2. hough变换是实现图像边缘检测的一种有效方法,其基本思想是将测量空间的一点变换到参量空间中的一条曲线或一个曲面,而具有同一参量特征的点交换后在参量空间中相交,通过判断交点处的积累程度来完成特征曲线的检测,-hough transform to achieve image edge detection of one kind of effective method The basic idea of ​ ​ the measurement space point conver
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:51629
    • 提供者:tiancai
  1. manish

    0下载:
  2. [mimi,i]=min(abs(imag(disp1)-imag(disp2))) legend( LHS of dispersion relation , RHS of dispersion equation ) xlabel( u,cl ) figure(1) clc uppercuts = input( Enter number of intersection points desired: ) [g,h] = ginput(uppercut
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:519
    • 提供者:manish
  1. circleacircle

    0下载:
  2. 求出圆和圆的交点的算法,传入两个圆的圆心坐标、两个圆的半径、用于储存结果点集合的数组,返回求出的交点个数-Calculate the intersection circles and circle algorithm, the incoming two circle center coordinates, the radius of the two circles, the set of points to save the results array, return the number of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1955
    • 提供者:莫孝俊
  1. RFMs

    1下载:
  2. 利用有理函数模型进行空间前方交会程序,已知同名像点和2张卫星影像的有理函数RPC文件用于求地面点坐标。-Space forward intersection process using rational function model, known as points and 2 with the same satellite images of the rational function RPC file is used to beg the ground point coordinates.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8789
    • 提供者:LILU
  1. fcnlineintersect

    0下载:
  2. detects intersection points of 2 vectors in 2D
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1619
    • 提供者:dj_desant
  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. sidra

    0下载:
  2. salut Diagramme bifurcation One way that I know is to obtain a Poincare section of the flow on an appropriate plane. This can be done by solving the system of differential equations numerically, and obtaining points in the solution that intersect
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:3697664
    • 提供者:Sidra
搜珍网 www.dssz.com