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

搜索资源列表

  1. VBMO(3)

    0下载:
  2. 1.编写程序使用不同的算法实现对各类地理要素的定位,并查询其相关属性; 2.构造SQL表达式并根据表达式查找符合条件的要素; 3.根据空间关系查询地物,如距离、相交、覆盖、包含等; 4.缓冲区的使用,查询缓冲区内的所有地物及其属性。 -1. Programming algorithm using different types of geographic factors on the position, and check its related properties 2. C
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:271177
    • 提供者:彭东亮
  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. RayTrace

    1下载:
  2. 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:564101
    • 提供者:wangge
  1. Graphic_3

    0下载:
  2. 简单的绘图程序,可以实现判断点是否在线上以及两直线是否相交-A simple drawing program, can be achieved online, and to judge whether the point of whether the intersection of two straight lines
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:51600
    • 提供者:张柠
  1. ExAttribute

    0下载:
  2. 关于opengl 画面中出现两个相交的三角形。通过修改代码可以交换俩个三角形的位置和颜色。或者改变背景颜色。-Opengl screen appears on the two intersecting triangles. By modifying the code to exchange the position of two triangles and colors. Or change the background color.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:300479
    • 提供者:长长
  1. work2

    0下载:
  2. 定义直线类,并提供判断两条直线是否相交等功能。-Define a straight line class, and provide to determine whether two lines intersect and other functions.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:910
    • 提供者:wind
  1. MyLine

    0下载:
  2. 判断线段是否位于第一象限;计算线段长度;判断两条线段是否相交;计算点到线段(直线)的距离;用户交互给出线段和点的坐标-Determine whether the line in the first quadrant calculated length of the line to determine whether the intersection of two segments calculation points to the line (straight line) distance
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-03
    • 文件大小:1345
    • 提供者:xc
  1. list

    0下载:
  2. 编程判断两个链表是否相交,来自微软公司的编程之美-Programming to determine whether the intersection of two lists
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:214433
    • 提供者:sssw
  1. exm0563_1

    0下载:
  2. 从三维坐标初步观察两函数图形相交情况,对初学者有一定的帮助-zx
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:753
    • 提供者:薇薇
  1. buffonexperiment

    0下载:
  2. 实现了布丰投针实验的演示,有简单的动画演示,能在用户界面上输入平行线间距,投针的针长,投针次数,并能输出针与任一平行线相交的概率,以及根据此概率和平行线间距,针长计算出的pi值-Buffon needle experiment realized investment presentation, there is a simple animation, can be entered in the user interface on the parallel line spacing, cast a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3736669
    • 提供者:余仲星
  1. testpolygon

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

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:johnson
  1. Programming-test-whether-two-linked-list-whether-i

    0下载:
  2. 编程判断两个链表是否相交,貌似很难但仔细想想还是很有意思的-Programming test whether two linked list whether intersect
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:214482
    • 提供者:王郑东
  1. 31767678analyse_0

    0下载:
  2. 编译原理中实现自顶向下语法分析,若文法中不含左递归,并且每个非终结符的所有后选式的首符集都两两不相交,那么就有可能构造一个不带回溯的自顶向下的语法分析程序-Compiler theory to achieve top-down parsing When every not terminal goes without interacting with each other,It can make a process of form up to down
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2134
    • 提供者:泉泉
  1. objectBreak

    0下载:
  2. 本款程序在Visual Studio2005下,完成自定义AutoCAD命令。运行命令,提示用户用鼠标点击第一个点,然后提示点击第二个点。由这两点确定一条直线段,所有与直线段相交(包括相接)的实体(线、弧段、圆、椭圆等)都在交点处打断成多个实体,原实体的性质不变(即原实体如果是二维多义线组成的线,打断后仍然是二维多义线,圆弧、椭圆和圆打断成圆弧)。-Program in Visual Studio2005 this subsection, the complete custom AutoCAD
  3. 所属分类:CSharp

    • 发布日期:2017-05-31
    • 文件大小:13347622
    • 提供者:豆豆
  1. GetIntersectPoint

    0下载:
  2. 关于判断两条直线的源码 主要是解出两条直线的相交的点-To determine the source on the two lines is mainly solved the intersection point of two straight lines
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:514
    • 提供者:
  1. RectManager

    0下载:
  2. 对两个矩形是否相交的判断以及相交面积的计算-Whether the intersection of two rectangles and the intersection area calculation to determine
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1172
    • 提供者:洪凯
  1. swiftPP-1.2.tar

    0下载:
  2. 在原有的swift基础上,实现凸分解,计算非凸物体是否相交的碰撞检测程序。-SWIFT++ operates by first computing a surface decomposition of the input models. The pieces are then grouped hierarchically using convex hulls. A pair of bounding volume hierarchies (BVHs) are tested using an imp
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-02
    • 文件大小:771388
    • 提供者:杨兰
  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. mediaBlog

    0下载:
  2. 博客,目前已经成为人们生活中互相交 流、互相娱乐的一个重用组成部分。随 着拥有博客的人的数量的增多,以及在 线播放视频的火热,仅仅提供文章发表 以图片上传等功能的普通博客以不能吸 引人们关注。在这样普通的博客中加入 视频播放的功能,就会满足人们的需要 ,更加提高了博客的关注度。通用的SQL Server 2000数据库+tomcat服务器。网 站包含所必需的前台和后台的完整设计 。内附多媒体博客使用说明书,数据库 的文件,和全部class,jar,和
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-10
    • 文件大小:2369278
    • 提供者:Ace
  1. display

    0下载:
  2. 简单计算机层析成像投影图像仿真软件,具体功能为射线与图像相交,所得到的线段的长度。用于X射线投影有关用途。-Simple computer tomography projection image simulation software, the specific function is getting the segment length of the ray with the image. It is for X-ray projection .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4014166
    • 提供者:刘旸
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com