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

搜索资源列表

  1. DrawPolygon

    0下载:
  2. 用于鼠标点取绘制多边形,很好的一个画多边形程序VC6.0下编译-Draw polygon obtained for the mouse point, polygon drawing procedure of a good compile VC6.0
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:192441
    • 提供者:zhanglei
  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. OurCampus0.05

    0下载:
  2. 利用C#语言开发的地理信息创建系统。包括点线和多边形的创建。在VS2005下可以直接打开运用。-Using c# development of geographic information to create system. Including point, line and polygons create. In the next can directly by VS2005 open.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:67268
    • 提供者:兰天
  1. source

    0下载:
  2. mapgis的操作,包括渲染,添加图层,删除图层,点,线,多边形-mapgis operation, including rendering, add layers, remove layers, point, line, polygon, etc.
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:52491
    • 提供者:万友芝
  1. RadialPointInPolygon

    0下载:
  2. 扫描线填充多边形算法,C语言描述,判断点是否在多边形内、-RadialPointInPolygon
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:382581
    • 提供者:chenyufeng
  1. Exercise

    0下载:
  2. opengl 实现点,线,三角形,多边形等简单几何图元的绘制 -opengl simple drawing primitives
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1702293
    • 提供者:xiaowei
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:15465493
    • 提供者:Peng
  1. test

    0下载:
  2. 基于mfc的opengl小程序,主要建立opengl框架,实现了点 圆 线 多边形-The opengl mfc-based applet, mainly built on opengl framework to achieve the point circle line polygon
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1992820
    • 提供者:安红
  1. tuxing

    0下载:
  2. 输入N个点的坐标,判断这N个点能否构成一个凸多边形。功能简单明了.-Enter the coordinates of N points to determine whether these N points form a convex polygon. Function simple.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:742
    • 提供者:jacky
  1. findBoard.do(1)

    1下载:
  2. 利用opengl程序,生成右键快捷菜单的基本框架,其中包括画点,直线,三角形,多边形。但是具体功能需要自己添加。框架相当不错·-Use opengl program to generate the basic framework of the context menu, which includes paintings point, line, triangle, polygon. But the need to add specific functions. Framework is quit
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-08
    • 文件大小:147087
    • 提供者:长长
  1. duobianxingcaijian

    0下载:
  2. 本实验实现多边形的裁剪,用鼠标交互式画多边形,点击菜单栏实现裁剪-The experimental realization of the polygon clipping, polygon drawing interactive with the mouse, click on the menu bar to achieve cutting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:44890
    • 提供者:朱勇
  1. a_simple_2d_cad_system_with_dynamic_capture_functi

    0下载:
  2. 一个具有动态捕捉功能的简易2dCAD系统,能灵活绘制一般的简单图形,同时能检测多边形的方向和凹凸性以及点和多边形的关系-A simple 2d CAD dynamic capture system, the flexibility to draw simple graphics in general, but can detect the direction and the concave and convex polygons, and the relationship between poi
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:3006890
    • 提供者:leon
  1. testpolygon

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

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:johnson
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. drawpointslineploy

    0下载:
  2. 通过对话框输入数据,实现选择性画点,画线,画多边形-Input data through the dialog to achieve selective draw point, draw lines, draw the polygon
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2108611
    • 提供者:vivi
  1. 4d04ece43648

    0下载:
  2. 在屏幕上选取点集,每四个点构成一个控制多边形,绘制bezier曲线。-Set of selected points on the screen, each of the four points form a control polygon, draw the bezier curve.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:43310
    • 提供者:易晓
  1. 3

    0下载:
  2. 实现话点 DDA算法和Brensenham算法画线 画圆弧和圆 画多边形 -Would point to achieve DDA line drawing algorithm and Brensenham algorithms draw polygon drawing arcs and circles
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2110600
    • 提供者:萧絮
  1. graphics

    0下载:
  2. 计算机图形学实习及考试源代码,主要包括现在主流所有算法画点、圆、直线、多边形填充等-Training and examination of computer graphics source code, including the mainstream of all algorithms is now drawing point, circle, line, polygon fill, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:4758
    • 提供者:张乐
  1. ComboBox

    0下载:
  2. [COMBOBOXDataGridView.rar] - 带有Combox的GridView控件(WinForm),不用自己费劲写了 [COMBOBOXEx1.rar] - COMBOBOXEX+ImageList实现组合框中加载图片 [NET.report.rar] - net report 开发组件,自定义开发报表 [checkcombo.rar] - 组合框的下拉列表包含复选框,即可以在一个组合框里动态选择多个表项。 [GraphicsEditSystem.rar]
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:180898
    • 提供者:许聪颖
  1. draw

    0下载:
  2. 图形的绘制:图形主要包括点、直线、弧线、圆、椭圆、多边形等。用户可以通过菜单或工具条按钮两种方式选择将要绘制的图形,从状态栏上可以看到当前绘制的图形类型。用户能够对图形元素的线型参数、填充参数进行设置。图形的编辑:支持撤销、恢复以及对当前所画图形的重复等操作。图形文件的读写:能够将所绘制的图形保存到文件中,并能够进行文件的读取。 -Graphics rendering: graphics including point, line, arc, circle, ellipse, polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:135760
    • 提供者:Maria
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 25 »
搜珍网 www.dssz.com