搜索资源列表
不规则图形的填充
- 用VC开发的图形填充算法,简单实用, 希望对你的图形开发有所帮助, 如果有什么问题,可以与我联系-development of the VC graphics filling algorithm, simple and practical, and I hope to your graphics development will help, if any, can contact me
计算机图形实验代码
- 对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon fillin
图形包
- 图形包,可以实现画点,线,园,矩型,并且可以进行填充和裁减!-graphics package, can achieve a draw points, lines, the landscape, filling, and can be filled and reduction!
图形包2
- 图形包2,如果对第一个图形包不满意,那么这个图形包一定可以满足你,拥有直线,园,剪裁,填充等等功能.-Graphics Pack 2, if the resolution is not satisfied with a graphics package, then this graphics package must satisfy you have straight lines, parks, tailoring, filling and so on.
图形包3
- 图形包3,这个图形包做的也不错,除了画线,画圆,填充,裁减外,还能变换位置-three graphics packages, graphics packages also do well, in addition to line drawing, Circle, filling, reduction, but also changing positions
ColorAndFontEx
- 实现功能:类似office的线型填充、图形填充、字体旋转和改变字体显示方向等的功能,并实现了属性页的功能。 将其封装到工程里,直接调用,非常得方便。-achieve functional : a similar office of the linear filling, filled with graphics, font rotation and change fonts show the functional direction and to achieve the functio
vb
- 可以实现画线,图,图形填充与图形裁剪,可以改变线的粗细与颜色
fill
- 简单的计算机图形填充算法,用vc++描述,可以绘制多边形填充
种子填充算法
- 这是一个计算机图形学中图形填充的算法,包括种子填充中简单填充算法和扫描线填充算法!-This is a computer graphics to fill the graphics algorithms, including seeds filling simple filling algorithm and scanning fill algorithm!
图形学填充作业
- 完成任意形状的图形填充
二维图形填充
- 实现任意封闭二维图形的填充
Drawing
- 画直线、圆、不规则图形以及填充闭合曲线,可以实现基本图形的绘制。-Drawing a straight line, round, irregular graphics and filled with closed curves can be achieved basic graphics rendering.
三二维填充图元的扫描线算法01
- 图形学中的二维填充算法,没有用到MFC,很好用的简单算法-the 2D graphics filling algorithm, did not use MFC, very good with a simple algorithm
3D下的计算机图形学的编程实践VC源码
- 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-download the origin
txtc
- 图形填充 编写一段C 代码,实现先以不同的填充模式和颜色画矩形图、长方体、 扇形和椭圆扇形,然后再自定义一种填充模式和红色画它们。-Filling the preparation of graphics for some C code, the realization of the first filled with different patterns and colors painted rectangular map, rectangular, fan and fan-shaped
多边形扫描线填充原始算法
- 扫描线算法适合对矢量图形进行区域填充,只需要直到多边形区域的几何位置,不需要指定种子点,适合计算机自动进行图形处理的场合使用,比如电脑游戏和三维CAD软件的渲染等等。(The scan line algorithm for vector graphics regional filling, need only geometric position until the polygon, do not need to specify the seed point for automatic comp
案例6-多边形有效边表填充算法
- 计算机图形学的多边形有效填充算法,所用软件为C++(Polygon efficient filling algorithm)
光栅图形学
- 光栅图形学基本算法实现 包括直线扫描转换算法,多边形扫描转换算法,区域填充算法,直线裁剪算法,多边形裁剪算法,消隐算法等(Implementation of basic algorithm for grating graphics)
计算机图形学
- 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
P1_王金成_03_填充
- 计算机图形学 各种图像填充算法 种子填充,扫描线填充,画线花园(Various Image Filling Algorithms in Computer Graphics)