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

搜索资源列表

  1. Code_BouncingBalls

    0下载:
  2. VB实现动画屏幕精灵(圣诞老人、多边形)-VB animation screen genie (Santa Claus, polygon)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11086
    • 提供者:李子龙
  1. Convex

    1下载:
  2. 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2913
    • 提供者:hlzhangrui
  1. PtInRect

    1下载:
  2. 这是我写的一个实现点选中多边形的数值算法,算法进行了特别设计,速度很快,可以判断点在浮点型的多变形中或在多边形外,可以移植到UNIX或linux平台,因为这两个平台没有CRect的PtInRect() 和 CRgn的PtInRgn()函数,这是一个很高效的算法-This is the one I wrote to achieve Polygon click the numerical algorithm, the algorithm specifically designed, very fas
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:39070
    • 提供者:王为
  1. 3DTree

    0下载:
  2. 在vc中利用OpenGL实现树木建模,用两个垂直交叉的多边形来代替视点计算-use OpenGL tree modeling, using two vertical cross-polygon calculated to replace Perspective
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:35888
    • 提供者:楚天
  1. mapyrus

    0下载:
  2. mapyrus能够将点、线、多边形、标注、符号等按PDF、POSTscr ipt、SVG、WEB IMAGE等格式输出。提供编程手段,满足不同开发需求。-mapyrus able to point, line, polygon, tagging, and other symbols on PDF, POSTscr ipt, SVG, WEB IMAGE output formats. Provide programming tools to meet different needs of dev
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:419731
    • 提供者:gpyt
  1. huangshan

    0下载:
  2. huangshan 本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆 和多边形-Huangshan the program eight graphical mapping function is linear, arc, Bessel curve, rectangle, rounded rectangle, oval and Polygon
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:6115
    • 提供者:asdf
  1. 字符屏幕和图形功能函数

    0下载:
  2. 字符屏幕和图形功能函数包括画一弧线,画一个二维条形图,画一个三维条形图,画圆,清除图形屏幕,清除图形视区,关闭图形系统,画多边形,为矢量字体改变字符宽度和高度-screen characters and graphics functions including painting an arc, painting a 2D bar charts, drawing a three-dimensional bar charts, Circle, removing graphics screen to
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12593
    • 提供者:
  1. 颜色填充

    0下载:
  2. 这是一个种子填充算法,是根据已知的一个多边形区域内部的一个象素点来找到区域内其他的象素点进行填充的。-This is a seed fill algorithm is based on a polygon known within the region point to a pixel within the region to find other pixel sites filled.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:287697
    • 提供者:杨海峰
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:807327
    • 提供者:冯宾
  1. FillPoly

    0下载:
  2. 这个程序主要是实现一个带孔的多边形的填充,采用了边表,新边表等概念,适合新手看一下。-this procedure is a major hole in a polygon filling, using a side table, side table new concepts suitable for newcomers to see.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:48307
    • 提供者:yszhang
  1. FillPolygon

    2下载:
  2. 用C实现的多边形填充算法,该算法效率很高,经过实际应用-C realized polygon filling algorithm, which is highly effective, practical applications after
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1481
    • 提供者:
  1. MyPaint1.0

    0下载:
  2. 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:53776
    • 提供者:mars
  1. 多边形内点

    0下载:
  2. 详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc + + compiler compiler which, procedures purposes : to identify more arbitrary deformation within the pixel
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:224205
    • 提供者:林雄
  1. 365Base.comvc1020345346241

    0下载:
  2. VC环境下的图形编程 TCAD画直线、圆和多边形的程序-VC environment, graphical programming DOE painting straight lines, circles and polygons procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:100553
    • 提供者:
  1. Graph 1

    0下载:
  2. 程序的目的是要实现动态画出多边形,可以进行移动、旋转、放缩几何变换和动画,并可以填充-procedures are designed to achieve dynamic draw polygons that can be mobile, rotating and scaling geometric transformation and animation, and can be filled
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:125913
    • 提供者:网小强
  1. TransparentMultiShape

    0下载:
  2. 本源码是一个任意多边形窗体的实例,作者采用了与与众不同的编程思路,使用VB的Shape控件实现.-the source is an arbitrary polygon forms example, the authors used the distinctive programming ideas, the use of VB Shape Control achieve.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2871
    • 提供者:王力
  1. zhuerPolygon

    0下载:
  2. 图形学上机实验 区域填充:多边形扫描转换-graphics on the plane experimental area filling : polygon scan conversion
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:35827
    • 提供者:jnz
  1. LMSJ技术

    0下载:
  2. 使学生掌握凸多面体的Roberts消隐法,掌握三维图形的深度缓存算法消隐技术,了解多边形区域的排序算法和列表优先算法的消隐技术。掌握利用简单光反射模型进行三维图形的明暗处理。了解整体光照模型、光透射模、光线跟踪算法,了解物体间的漫反射-enable students to master the convex polygon Roberts blanking France, grasp the depth of 3D graphics algorithms hidden cache technol
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3019305
    • 提供者:过街
  1. 厉害的程序

    0下载:
  2. 图形学C语言实现多边形种子填充算法源代码能填充任意的图形-graphics C language seed polygon filling algorithm source code can be filled with arbitrary graphics
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:415607
    • 提供者:高原
  1. 二维填充图元的扫描线算法

    1下载:
  2. 实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-achieve polygon scan conversion algorithm scanning lines in the region and filling algorithm scanning algorithm procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43606
    • 提供者:kuld
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com