CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 填充图形

搜索资源列表

  1. seedfilling

    0下载:
  2. 种子填充算法实现多边形的填充。是图形学课程图的填充算法之一。-seed filling algorithm polygon filling. Yes map graphics courses filling algorithm.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:efeffeef
  1. saomiao

    0下载:
  2. 计算机图形学中的多边形扫描填充法。利用MFC完成编程
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33.47kb
    • 提供者:周孝琼
  1. 计算数目

    0下载:
  2. 这是 我编的一个小程序,请大家指点。 内容简介:计算机图形学的原理、算法及系统,并用c语言编写绘图程序。主要内容包括计算机图形学的发展概况、图形设备及系统;线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、B样条等常用曲线的概念、生成算法和性质;Coons曲面、Bezier曲面、B样条曲面等常用曲面的基本概念和生成算法;用c语言编写绘图程序。-This Part I of a small program, please guidance. Descr iption
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:967byte
    • 提供者:张元
  1. 二维图形填充

    0下载:
  2. 实现任意封闭二维图形的填充
  3. 所属分类:C#编程

    • 发布日期:2011-01-07
    • 文件大小:107.3kb
    • 提供者:hongyelinghao
  1. Fill_SeedScanLine

    0下载:
  2. 实现扫描线种子填充,只要是闭合图形都能进行填充-Achieve the Scan Line Seed Fill, as long as closed graph can be filled ..
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1.44kb
    • 提供者:Monss
  1. 图形学填充算法 (2)

    0下载:
  2. 这是图形学填充实验的一些算法思想,里面还有 关于用VC对图像进行裁剪,希望这些对大家有用 -filled some experimental algorithm thinking, there is also right on the VC cut image, we hope that these useful right
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:8.99kb
    • 提供者:陈 美
  1. youxiaobianbiao

    0下载:
  2. 可运行的计算机图形学多边形填充word文档-youxiaobianbiaotianchongsuanfa
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:741.93kb
    • 提供者:周杰
  1. Graph_Technology_Example

    0下载:
  2. 图形学基本图元示例程序,VC开发,包括Bresenham算法、二维裁剪、填充等基本功能的实现-Graphics Primitive sample programs, VC development, including the Bresenham algorithm, two-dimensional cutting, filling
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:8.54mb
    • 提供者:NIL
  1. C#写的绘图板

    2下载:
  2. C#写的绘图板,功能还不错。实现了直线,矩形,圆形,填充矩形,填充圆形。可拖动图形位置,可改变矩形大小,可放大缩小,可输入文字,打开图片,拖动图片,可撤销。-C# to write the drawing board, features well. Implementation of linear, rectangular, circular, filled rectangle, filled circle. Can drag the graphic location, can change t
  3. 所属分类:C#编程

    • 发布日期:2012-12-11
    • 文件大小:466.65kb
    • 提供者:夏云
  1. zhengliubianxing

    0下载:
  2. 此代码可以实现关于正六边形的区域填充,修改一部分即可实现其他图形的填充-This code can be achieved on the regular hexagon of area filling, modification of other graphics can be realized as part of the fill
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:2.18kb
    • 提供者:TITI
  1. Silverlight_ReadTest

    0下载:
  2. 基于VS2010+Silverlight 4的二维图形开发测试程序。其中包括用C#绘制多边形、折线、直线、填充、文本标注等。-VS2010+ Silverlight 4-based two-dimensional graphics development test program. Including the use of C# draw polygon, line, line, fill, text annotations and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:617.34kb
    • 提供者:杨清
  1. 3Dgraphallinone

    0下载:
  2. 绘制多种三维图形组合,包括x-y色彩图,轮廓图,网格-轮廓组合图,曲面-轮廓组合图,填充曲面-轮廓组合图等等,可实现多种操作功能,如旋转,缩放等-Draw a variety of three-dimensional graphics portfolio, including the xy color chart, profile map, grid- profile portfolio map, surface- combination of contour maps, surface fil
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:184.44kb
    • 提供者:ddd
  1. wuyuetianchong

    0下载:
  2. 区域填充,计算机图形学实验报告,种子填充图形算法的实现。-Area fills, computer graphics lab reports, seed filling graphics algorithms to achieve.
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:66.04kb
    • 提供者:杨维
  1. tuxingxue

    0下载:
  2. 计算机图形学实验,实现裁剪算法和扫描线填充算法,给大家一个参考-Computer graphics experiments clipping algorithm and the scan line filling algorithm to a reference
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:397kb
    • 提供者:杜艳丽
  1. DrawingBoard

    0下载:
  2. 实现二维图形编辑功能,实现基本的点,线,曲线基本功能,GDI+填充功能-Achieve two-dimensional graphics editing features, to achieve the basic points, lines, curves, basic functions, GDI+ filling function
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:203.19kb
    • 提供者:lyzxing
  1. GDIApp2

    0下载:
  2. Visual C#绘制由四个Point点定义的贝塞尔样条曲线,画四个小圆圈代表每个点,使用画刷填充指定区域,用过PhotoShop图形处理工具的朋友会明白,这个和里面的钢笔工具很相似。-Visual C# draw points defined by the four Point Bezier spline curves, draw four small circles represent each point, use a brush to fill the specified area, u
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6.36kb
    • 提供者:gpudn18
  1. DrawingBezier

    0下载:
  2. Visual C#绘制由四个Point点定义的贝塞尔样条曲线,画四个小圆圈代表每个点,使用画刷填充指定区域,用过PhotoShop图形处理工具的朋友会明白,这个和里面的钢笔工具很相似。-Visual C# sorteo puntos definidos por las cuatro curvas spline de Bézier Point, dibujar cuatro círculos pequeñ os representan cada punto, utilice un cepi
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6.75kb
    • 提供者:gpudn18
  1. graphics

    0下载:
  2. 计算机图形学的程序,mfc,包括画直线,圆,多边形,图形的平移对称,颜色填充,裁剪以及三维显示等-Computer graphics program, mfc, including painting straight lines, circles, polygons, graphics translational symmetry, color fill, cropping and three-dimensional display
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:140.71kb
    • 提供者:钟虎
  1. FillColor

    0下载:
  2. 封闭区域种子填充颜色,有递归填充和非递归填充两种演示代码,计算机图形学范例,需要VS2008编译。-Closed area seed fill color, there are two kinds of recursive filling and non recursive code, the computer graphics paradigm, the need for VS2008 compiler.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:24.3kb
    • 提供者:长城
  1. 210

    0下载:
  2. 练习训练游戏,对图形进行填充等,练习打字的功能-the game
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:91.63kb
    • 提供者:王书姝
« 12 »
搜珍网 www.dssz.com