搜索资源列表
Intersect Segment with Polyhedron
- 线段与凸多边行的是否相交的判断-line with the convex multilateral OK to judge whether the intersection
IP.ZIP
- 圆与圆交点,线与线交点,圆与线交点,全部在excel上实现,很不错,the intersect between circle to circle, line to line, and circle to line, all implemented in excel
LinkList 实现单链表的所有基本操作
- 1、实现单链表的所有基本操作包括表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2、测试链表所有功能 3、实现循环链表的基本操作,并编写测试程序。 4、实现双向链表的基本操作,并编写测试程序。 5、实现单链表的逆置。 6、判定两个链表是否相交。-A single linked list of all the basic operations, including the initialization of the table,
seamintersect
- 使用两个向量的叉积来判断两条线段是否相交-The use of the cross product of two vectors to determine whether two line segments intersect
GEOMETRY
- 所有的与软件环境无关的函数: 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
IntersectionPointOfTwoLines
- 该代码绝对本人原创,可根据两打直线的四个端点坐标求解交点,并判断交点为实交点或虚交点,若两直线重合或平行,则返回值为FALSE: 以下代码为求交点的函数,使用方法: rtn=InterPointTwoLine(直线A起点X,直线A起点Y,直线A终点X,直线A终点Y, 直线B起点X,直线B起点Y,直线B终点X,直线B终点Y, 返回的交点X,返回的交点Y,交点类型) 有交点时该函数返回值为True,平行或重合时返回False 最后一个参数(Inter_Type)是
intersect
- 高效的三角形和三角形的相交性检测,判断他们是否共面,碰撞区间的使用。-Efficient triangle and triangle intersection detection, to determine whether they are coplanar, the collision zone use.
convex
- 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
17-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
Programming-test-whether-two-linked-list-whether-i
- 编程判断两个链表是否相交,貌似很难但仔细想想还是很有意思的-Programming test whether two linked list whether intersect
cal-intersection-of-two-lines
- 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
intersections
- This program computes the point locations where two curves intersect. The curves can be broken with NaNs or have vertical segments.-This program computes the point locations where two curves intersect. The curves can be broken with NaNs or have vert
a4
- Write a program that reads as its inputs four pairs of (x, y) coordinates of the endpoints of two line segments P1P2 and P3P4. Your program should decide whether the two line segments have a common point. For this problem you may use matlab in order
Maze
- 根据数据结构里的不相交集写的,并根据他的要求分别拆墙完成的 程序名称:迷宫的随机生成与迷宫路径查找 程序原理:不相交集的简单应用 功能介绍:根据不相交集原理随机生成迷宫并查找其路径,输出迷宫的数字及图文信息及带路径的图文信息(含文件操作) -Written according to the disjoint set data structure, and tearing down walls to complete his request Program Name
circle-Hough
- hough变换是实现图像边缘检测的一种有效方法,其基本思想是将测量空间的一点变换到参量空间中的一条曲线或一个曲面,而具有同一参量特征的点交换后在参量空间中相交,通过判断交点处的积累程度来完成特征曲线的检测,-hough transform to achieve image edge detection of one kind of effective method The basic idea of the measurement space point conver
MATLAB-Files
- File 1: THIS CODE IS USED TO DRAW THE PUMP CURVES AT DIFFERENT PUMP SPEED 1: PUMP CURVE 2: EFFICIENCY CURVE 3: BREAK HORSEPOWER CURVE 4: KW-INPUT CURVE File 2: THIS CODE IS FOR APPLYING THE WAY OF CALCULATING THE EFFICIENCY, POWER
SQL
- 采用顺序存储结构实现线性表,实现线性表合并、求交操作。-Sequential storage structure for linear tables, linear table merge, intersect operation.
Line-Intersect-by-rectangle
- determine intersection line by rectangle in GUI interface matlab
sidra
- 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