CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 多边形

搜索资源列表

  1. CUT

    0下载:
  2. 多边形剪切算法。-polygon shear algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:李澳
  1. POLY

    0下载:
  2. 多边形生成算法2-polygon Algorithm 2
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:李澳
  1. graph2dapp

    1下载:
  2. 使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the th
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:58.36kb
    • 提供者:徐林
  1. 简易二维CAD

    3下载:
  2. 此程序为武汉某开发CAD著名的软件公司初级源码功能包括画圆,画直线,矩形,圆弧,画折线,椭圆,三角,多边形等,还有高级功能如镜象,旋转,移动,反转图形等等功能,全部都是基于SDK编程,对于初学和初次涉及WINDOWS编程的人来说很有帮助,可以了解SDK编程与面向对象编程方法,最主要的是可以学习到企业项目开发经验,具有一定的研究价值!-procedure for the development of Wuhan, a leading CAD software companies primary s
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:288.95kb
    • 提供者:翔子
  1. cpolygon

    0下载:
  2. 二维图形编程,多边行性质的判定,凹凸性,点和多边形的包含性,相交性-two-dimensional graphics programming, the multilateral nature of the trip to determine, embossing, point and polygon inclusive, intersection
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:李飞
  1. 多边形对象的选择

    0下载:
  2. 多边形对象的选择,通过线与线求交点的方法实现。可用于图形对象的拾取。-polygon object choices, and the line through the line for the intersection method. Graphics can be used to pick up objects.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:30.05kb
    • 提供者:心港
  1. graphic_demo

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

    • 发布日期:2008-10-13
    • 文件大小:788.41kb
    • 提供者:冯宾
  1. 365Base.comvc1020345346241

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

    • 发布日期:2008-10-13
    • 文件大小:98.2kb
    • 提供者:
  1. 种子法多边形填充

    0下载:
  2. 这又是一个由本人改写的四通道种子法填充多边形区域的源码,速度不快,发来给大家参考-This is a rewrite of my four channels filled polygon seed source in the region, fast, made for your reference to
  3. 所属分类:GDI/图象编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:42.58kb
    • 提供者:kuld
  1. 二维裁剪算法

    0下载:
  2. 实现裁剪直线段的Cohen-Sutherland算法和裁剪多边形的Sutherland-Hodgman算法的程序 -realization of the linear cutting Cohen-Sutherland algorithm and cutting polygons Sutherland-Hodgman algorithm procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:27.61kb
    • 提供者:kuld
  1. 计算机图形实验代码

    1下载:
  2. 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon fillin
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:44.4kb
    • 提供者:数据库
  1. MFC_简易画笔

    0下载:
  2. 在VC++模式下的画笔程序 有画笔画刷调色版多边形圆形等 可以调节线宽度-in VC mode of the brush stroke paintings procedures brush palette version circular polygon, etc. It can adjust line width
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:175.73kb
    • 提供者:lily
  1. 用C语言实现多边形的种子填充算法

    1下载:
  2. 用C语言实现多边形的种子填充算法。很好用哦。-C language of the seed polygon filling algorithm. Oh well spent.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3.84kb
    • 提供者:河马
  1. 用OpenGL实现扫描线算法填充多边形的源代码

    2下载:
  2. 这是计算机图形学中用OpenGL实现扫描线算法填充多边形的源代码-This is a computer graphics using OpenGL implementations scan line polygon filling algorithm source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-11-11
    • 文件大小:1.67kb
    • 提供者:张玺
  1. Triangulate.rar

    0下载:
  2. 平面任意多边形三角化的delauney经典算法,Arbitrary planar polygon triangulation algorithm of classical delauney
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1.81mb
    • 提供者:myz12345678
  1. maomao

    0下载:
  2. 判断点是否在多边形内的射线算法c++代码-To determine point-in-polygon-ray algorithm c++ code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-25
    • 文件大小:259.94kb
    • 提供者:chegnyangmao
  1. vc++多边形裁剪算法

    3下载:
  2. vc++版本多边形裁剪算法,十分有用,适合初学者
  3. 所属分类:GDI/图象编程

  1. 求多边形的骨骼线

    0下载:
  2. 输入一个多边形,求它里面的骨骼线。原理是利用三角形收敛成线段。
  3. 所属分类:GDI/图象编程

  1. 画可移动改变的多边形

    1下载:
  2. MFC界面画多边形,每点一次画一个点,双击完成画多边形。可以随意拉动多边形的角,改变多边形的形状,可用其来选中界面的一部分,多边形整体也可以移动。(MFC interface draws polygon, each point draws a point at a time, double-click to complete drawing polygon. You can pull the corners of the polygon at will to change the shape o
  3. 所属分类:GDI/图象编程

    • 发布日期:2020-08-21
    • 文件大小:146kb
    • 提供者:sdasdads
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com