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

Search list

[Graph DrawingComputerGraphics

Description: 用MFC 实现的画图程序, 多边形填充算法. 包括扫描线算法和种子填充算法. 可以选择颜色-Using MFC to achieve the Paint program, polygon filling algorithm. Including the scan line algorithm and seed fill algorithm. Can choose the color
Platform: | Size: 1376256 | Author: Tim | Hits:

[Graph DrawingMY_FILL

Description: 简单的实现多边形种子填充算法,浅显易懂-The realization of a simple polygon seed filling algorithm, easy to understand
Platform: | Size: 43008 | Author: | Hits:

[Graph Drawinggraph

Description: (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,-(1). Bresenham algorithm for drawing a straight line to use. (2). By drawing Bresenham algorithm. (3). With RBI (for example: C language putpixel ()) display Chinese characters,汉字库preserved in documentary form in order to graphically display Chinese characters. (4). In the two-dimensional spatial mapping of a polygon (triangle, quadrilateral optional), and then the implementation of translational transform, symmetry transform and rotation transformation,
Platform: | Size: 17408 | Author: 鹰隼 | Hits:

[Graph DrawingPolygon_Clipping_CS

Description: 计算机图形学的多边形剪裁。是用C——S算法编制-Computer graphics Polygon tailoring. Is a C- S algorithm
Platform: | Size: 266240 | Author: 哇哇 | Hits:

[Technology ManagementPolygonSlice

Description: 一个有效的多边形裁剪算法,介绍了概念、数据结构、算法、交点判断等-An effective polygon clipping algorithm, introduce the concepts, data structures, algorithms, such as point of intersection to determine
Platform: | Size: 377856 | Author: 曹建国 | Hits:

[matlabpolygon_cut

Description: 自己编写的 matlab gui 可以实现任意多边形定点参数输入 然后使用Sutherland_Hodgeman等算法进行多边形被矩形截取的演示程序-I have written matlab gui can realize arbitrary polygon fixed parameters such as input and then use the algorithm Sutherland_Hodgeman rectangular polygon was the interception of the demo program
Platform: | Size: 121856 | Author: thusimon | Hits:

[Graph DrawingDrawPolyG

Description: MFC画多边形 先单击左键,移开鼠标,单击右键就可以画出一条直线,再移开鼠标,双击右键就可以画出个三角形。 其他多边形,以此类推。 注意,以“单击左键”开始。 本程序只完成简单的功能。-MFC painting left polygon first click, remove the mouse, right-click can draw a straight line, and then move the mouse, double-click right triangles can be drawn. Other polygon, and so on. Note that the left click Start. This procedure only simple functions.
Platform: | Size: 2048 | Author: 王大兵 | Hits:

[GDI-Bitmap[__A_Very_187106422005

Description: This program can draw any polygon that is a "regular polygon", a "star polygon" or a "star figure". The code for the program is very simple and straight forward and the results are pretty cool! It is definitly pretty good for the eyes!
Platform: | Size: 18432 | Author: avaga | Hits:

[GDI-Bitmapquyutianchong

Description: 对任意的多边形图形按照多边形扫描线法进行颜色填充-Of arbitrary polygonal graphics in accordance with the scan line polygon fill color of law
Platform: | Size: 47104 | Author: 武学森 | Hits:

[2D GraphicPointIsR

Description: 判断点是否在区域内. Private Sub Command1_Click() 当点与任一顶点重合时,返回“不在多边形区域” Line (0, 0)-(500, 500), RGB(255, 255), BF Dim hRegion As Long Dim P() As PointAPI ReDim P(9) As PointAPI P(0).X = 10: P(0).Y = 190: PSet (P(0).X, P(0).Y), vbRed P(1).X = 400: P(1).Y = 270: Line (P(0).X, P(0).Y)-(P(1).X, P(1).Y), vbRed P(2).X = 220: P(2).Y = 70: Line -(P(2).X, P(2).Y), vbRed P(3).X = 220: P(3).Y = 30: Line -(P(3).X, P(3).Y), vbRed P(4).X = 50: P(4).Y = 30: Line -(P(4).X, P(4).Y), vbRed P(5).X = 50: P(5).Y = 70: Line -(P(5).X, P(5).Y), vbRed P(6).X = 30: P(6).Y = 70: Line -(P(6).X, P(6).Y), vbRed P(7).X = 30: P(7).Y = 185: Line -(P(7).X, P(7).Y), vbRed P(8).X = 85: P(8).Y = 85: Line -(P(8).X, P(8).Y), vbRed P(9).X = 120: P(9).Y = 200: Line -(P(9).X, P(9).Y), vbRed Line -(P(0).X, P(0).Y), vbRed -Determine the point in the region. Private Sub Command1_Click () when the points of coincidence with any one vertex, the return of not polygon region Line (0, 0)- (500, 500), RGB (255, 255), BF Dim hRegion As Long Dim P () As PointAPI ReDim P (9) As PointAPI P (0). X = 10: P (0). Y = 190: PSet (P (0). X, P (0). Y), vbRed P (1). X = 400: P (1). Y = 270: Line (P (0). X, P (0). Y)- (P (1). X, P (1). Y ), vbRed P (2). X = 220: P (2). Y = 70: Line- (P (2). X, P (2). Y), vbRed P (3). X = 220: P (3). Y = 30: Line- (P (3). X, P (3). Y), vbRed P (4). X = 50: P (4). Y = 30: Line- (P ( 4). X, P (4). Y), vbRed P (5). X = 50: P (5). Y = 70: Line- (P (5). X, P (5). Y), vbRed P (6). X = 30: P (6). Y = 70: Line- (P (6). X, P (6). Y), vbRed P (7). X = 30: P (7 ). Y = 185: Line- (P (7). X, P (7). Y), vbRed P (8). X = 85: P (8). Y = 85: Line- (P (8) . X, P (8). Y), vbRed P (9). X = 120: P (9). Y = 200: Line- (P (9). X, P (9). Y), vbRed Line- (P (0). X, P (0). Y), vbRed
Platform: | Size: 3072 | Author: hfs | Hits:

[GIS programVBA+AO_DrawRectangle_ReadXLSfile

Description: VBA + ArcObjects 读取EXCEL文件数据(矩形一顶点坐标+长宽),在Polygon图层上画矩形-VBA+ ArcObjects read EXCEL file data (rectangular coordinates of one vertex+ Length and width), in the Polygon draw rectangular layers
Platform: | Size: 57344 | Author: shaoxiaodong | Hits:

[Other systemstriSplit

Description: 凸多边形最优三角剖分,代码开放,彼此交流-Optimal convex polygon triangulation, code open exchange
Platform: | Size: 97280 | Author: wyj | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsLineFill

Description: 快速任意多边形填充算法演示,种子点填充算法演示-Fast arbitrary polygon filling algorithm demo, seed fill algorithm point presentation
Platform: | Size: 1024 | Author: 中国 | Hits:

[Special Effectsduobianxingtianchong

Description: 本程序为多边形填充,画任意多边形对其填充-This procedure for polygon filling, painting their fill arbitrary polygons
Platform: | Size: 281600 | Author: SANMIL | Hits:

[2D GraphicWeiler-Atherton

Description: 这是基于VC++采用链表结构设计的多边形裁剪算法,可适用于内、外裁剪-This is based on VC using list the structural design of the polygon clipping algorithm, applied to the inner and outer cutting
Platform: | Size: 1998848 | Author: kangjianrong | Hits:

[Graph DrawingTRIMOUT

Description: 基于AUTOCAD的lisp程序,可实现多边形区域的内部剪裁.-AUTOCAD the lisp-based procedures, can be realized within the polygon region tailoring.
Platform: | Size: 1024 | Author: 陈新文 | Hits:

[2D Graphicpolybool_src

Description: 二维平面多边形布尔运算,高速,有效,可用于平面字体处理,矢量图处理等-Two-dimensional polygon Boolean operations, high-speed, effective treatment can be used to print fonts, vector processing
Platform: | Size: 35840 | Author: 周刚 | Hits:

[Special EffectsPolygon

Description: 实现多边形的计算,但是现在只能对凸多边形进行计算,当出现凹的时候会出错-The realization of the calculation of polygons, but now can only be calculated on the convex polygon, when there will be errors when Au
Platform: | Size: 1024 | Author: 1982328 | Hits:

[Special EffectsFillScan

Description: 纵向扫描的多边形填充算法,可以实现任意多边形的扫描填充-Longitudinal scan of the polygon fill algorithm, you can realize arbitrary polygon scan fill
Platform: | Size: 3765248 | Author: daiqinghu | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net