搜索资源列表
图形的生成
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan
zdfgsf
- 本程序是个示例程序,主要是演示计算机图形学的裁剪的中点分割算法.-this program is a sample program, mainly computer graphics demonstration of cutting the midpoint segmentation algorithm.
midcut
- 中点分割裁减算法的实现,VC++,左键画出任意条直线,右键画出矩形进行裁减-midpoint of the segmentation algorithm to achieve reductions, VC + +, painted arbitrary menu of straight lines, right-painted rectangle for the reduction
20060214155614129
- 1、 矩形窗口的直线段裁剪(Cohen-Sutherlan算法必做,再在梁友栋和中点分割算法中任选一种)-a rectangular window line of cutting (Cohen-Sutherlan algorithm will do, again in mid-point and friends of Liang Dong segmentation algorithm An optional)
Btest
- 中点分割的bezier算法,3次均匀B样条-midpoint of bezier segmentation algorithm, 3rd uniform B-spline
Mid_Clip
- 中点分割直线算法,C语言写的,完整的~~~~~~~~~~~ 写死我了,
c++
- DDAline以及中点分割以及圆和绘制以及椭圆的绘制.
graphics0
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和We
图形学DrawPaintCode
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham) 实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法) 实现对线型线宽的属性的控制 实现二维多边形扫描转换的扫描线算法 实现二维多边形扫描转换的边缘填充算法或栅栏填充算法 实现二维连通区域填充的扫描线种子填充算法(四连通或八连通) 实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 实现二维多边形裁剪的Sutherland-Hodgm
LYD-Barskey
- 这是我的计算机图形学的实验——梁友栋算法-This is my experimental computer graphics-- friends of Liang Dong Algorithm
zdfgsf
- 本程序是个示例程序,主要是演示计算机图形学的裁剪的中点分割算法.-this program is a sample program, mainly computer graphics demonstration of cutting the midpoint segmentation algorithm.
midcut
- 中点分割裁减算法的实现,VC++,左键画出任意条直线,右键画出矩形进行裁减-midpoint of the segmentation algorithm to achieve reductions, VC++, painted arbitrary menu of straight lines, right-painted rectangle for the reduction
20060214155614129
- 1、 矩形窗口的直线段裁剪(Cohen-Sutherlan算法必做,再在梁友栋和中点分割算法中任选一种)-a rectangular window line of cutting (Cohen-Sutherlan algorithm will do, again in mid-point and friends of Liang Dong segmentation algorithm An optional)
Mid_Clip
- 中点分割直线算法,C语言写的,完整的~~~~~~~~~~~ 写死我了,-The midpoint of a straight line segmentation algorithm, C language, complete death ~~~~~~~~~~~ write me,
graphics0
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和We
CG
- 计算机图形学作业算法 VC++程序源码 含画直线(逐点比较法)、二维裁剪(中点分割算法)、判别点在区域内外(标号法)等算法,经我修改用于保存手动提取图形特征点-Computer graphics algorithms operating VC++ Program source code containing paint a straight line (point by point comparison method), t
tuxingxueVC6
- 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法-AppWizard has created this Draw application for you. This
mid-pointdivision
- 一个简单的中点分割直线裁减算法,实现直线在屏幕中的裁剪算法-A simple linear reduction of the mid-point division algorithm in a straight line on the screen clipping algorithm
case11
- 中点分割直线裁剪算法,从中间开始裁剪直线,使得直线分割 -The midpoint of straight line clipping algorithm, starting from the middle of cutting a straight line, making a straight line segmentation
tuxingxue
- 计算机图形学实验源代码--中点分割直线裁剪算法-Experimental source code of computer graphics- the midpoint of a straight line cutting algorithm segmentation