Welcome![Sign In][Sign Up]
Location:
Search - graham

Search list

[Mathimatics-Numerical algorithmsgraham.zip

Description: 使用graham算法求二维凸包
Platform: | Size: 3928 | Author: | Hits:

[Mathimatics-Numerical algorithmsgraham

Description: 使用graham算法求二维凸包- Uses the graham algorithm to ask the two-dimensional raised package
Platform: | Size: 4096 | Author: 站长 | Hits:

[Graph programConvexHull1

Description: 格雷厄姆法求凸壳的C程序-Graham method for convex hull of the C program
Platform: | Size: 1024 | Author: 杜斐 | Hits:

[Special Effectsmypolygon2

Description: 8. 判断点是否在凸多边形内 9. 寻找点集的graham算法 10.寻找点集凸包的卷包裹法 11.判断线段是否在多边形内 12.求简单多边形的重心 13.求凸多边形的重心14.求肯定在给定多边形内的一个点15.求从多边形外一点出发到该多边形的切线16.判断多边形的核是否存在-8. In judging whether a convex polygon 9. Find points of graham algorithm 10. Find point set of convex hull volume parcels Act 11. Line judge whether the polygon 12. Seeking simple polygon focus 13. Convex Polygon focus 14. For sure in a given polygon within the a point 15. demand from outside the polygon to the starting point of the polygon Tangent 16. the nuclear polygon judgment whether there
Platform: | Size: 4096 | Author: 孤星赶月 | Hits:

[Graph Recognize2D

Description: C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm
Platform: | Size: 67584 | Author: Mark | Hits:

[Special Effectsgeometry_algorithm

Description: 各种关于几何的算法实现。包括 计算几何学库函数(线相交,面积等等) 寻找凸包 graham 扫描法 判断点是否在多边形内。同时包含一些测试-on various geometric algorithm. In terms of geometry library functions (lines intersect, size, etc.) for convex hull graham scanning judgment and whether the polygon. Both contain some tests
Platform: | Size: 12288 | Author: changxia | Hits:

[Special Effectsgeometry_c++

Description: 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm library, include the following algorithm : to determine whether the intersection of two segments to judge whether p-point of judgment, whether the point q Polygon Polygon estimate Polygon area for convex hull graham scanning
Platform: | Size: 12288 | Author: henry | Hits:

[Other systemsconvex_vb

Description: 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法.本程序用Graham扫描法实现凸包的绘制-convex hull of the most commonly used convex hull algorithm is scanning and Graham Jarvis stepping law. The procedures used G raham scanning method to achieve the convex hull mapping
Platform: | Size: 7168 | Author: gaici | Hits:

[AlgorithmConvexHull

Description: 使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
Platform: | Size: 51200 | Author: 王晓桐 | Hits:

[GUI DevelopDoomsdayDate_demo

Description: An ingenious yet simple way to calculate the day of the week for any date was invented by John Conway called the Doomsday rule. I highly recommend reading the article by S.W. Graham which fully describes the algorithm
Platform: | Size: 10240 | Author: lg | Hits:

[Otherwall

Description: pku wall graham算法例题解答-pku wall graham algorithm Example answer
Platform: | Size: 1024 | Author: 张鹏 | Hits:

[Mathimatics-Numerical algorithmsGraham_ConvexHull

Description: 用动态数组法实现求凸壳的程序(格雷厄姆法),可供其它人员参考。-Method using dynamic array of procedures for Convex Hull (Graham Law) for other officers.
Platform: | Size: 447488 | Author: neus | Hits:

[Otherconvexhull

Description: The Graham scan examines the points one by one and eliminates the points which cause reflexive angles
Platform: | Size: 2048 | Author: linru | Hits:

[Special EffectsCcode2.tar

Description: c语言计算几何 三角化 Ch1, Code 1.14 凸形外壳[2D] Ch3, Code 3.8 凸形外壳[3D] Ch4, Code 4.8 球 Chapter 4, Fig. 4.15 德劳内类型 Ch5, Code 5.2 ...See *English version.-\Computational Geometry in C\ the book s recipe Triangulate Chapter 1, Code 1.14 /tri Convex Hull[2D] Chapter 3, Code 3.8 /graham Convex Hull[3D] Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm
Platform: | Size: 57344 | Author: XJ | Hits:

[Algorithmgraham

Description: Graham convex hull sofware
Platform: | Size: 8192 | Author: azizul azhar | Hits:

[Algorithmgraham

Description: cnvex hull with algorith graham
Platform: | Size: 3072 | Author: artavazd | Hits:

[OpenGL programGraham

Description: 应用Graham算法查找散乱点集凸包,该程序演示了2D凸包的查找。按W键随机生成散乱点,并显示查找的最终凸包。-Find the convex of scatter points by graham algorithm. Press w key to generate random points, and the convex will be displayed.
Platform: | Size: 482304 | Author: 张建生 | Hits:

[Multimedia Develop0240807006

Description: A Broadcast Engineering Tutorial for Non-Engineers Third Edition by Graham Jones, 2005, Elsevier Inc, ISBN 0-240-80700-6
Platform: | Size: 2052096 | Author: Zorrito | Hits:

[OtherOxford_Image_Processing_and_Analysis_A_Practical_A

Description: djvu电子书:Oxford - Image Processing and Analysis - A Practical Approach (T)(322s)Graham J., Baldock R.(2000)-This volume presents the subject of image processing and analysis to the point of view of the user. The standard algorithms, procedures, and rules of thumb are explained in the context of successful application to biological or medical images and chapters cover image acquisition, processing, analysis, and pattern recognition. This approach equips the user with the necessary background for informed use of image processing software, and the ability to write their own programs. There are explanations of more advanced techniques, and each has reference to specific applications. This is an extremely usable, practical guide for the beginning postgraduate biologist or medical researcher.
Platform: | Size: 3653632 | Author: altsu | Hits:

[Windows Developgraham

Description: graham algorith wrote in c-graham algorith wrote in c++
Platform: | Size: 153600 | Author: whity19861986 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net