搜索资源列表
Computer-Graphic
- 此代码实现简单的计算机图形学的要求,包括图形的绘制,填充,坐标变换等功能-this code simple computer graphics requirements, including graphics rendering, filling, coordinate transformation functions
region_fill1
- 区域填充算法: (1)自学计算机图形学时花了好几天写的程序 (2)开发环境vc 6.0 (3)参考文献:孙家广的《计算机图形学》,《Windows程序设计》-regional filling algorithm : (1) self-study computer graphics flowers for a few days to write the procedures (2) development environment vc 6.0 (3) References : Shi
newmorning
- 计算机图形学作业,包含很多算法,画线,画圆,填充,裁减
Sampleseedfill
- 计算机图形学中种子填充算法的实现程序,MFC中实现。
2ddraw
- 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现
Fill
- 计算机图形学的填充算法,还有平移算法,用MFC开发的!
Graphics
- 基本计算机图形系统,能完成画直线、曲线、填充、裁剪等功能
CG-28
- 计算机图形学,边填充算法,详细的C++源代码
CG-29
- 计算机图形学的各类图形的填充算法,以确定图形为例。
CG-30
- 计算机图形学中的边填充算法的实现方法,C++实现环境
CG-32
- 计算机图形学中源域的填充算法,实现环境C或C
fill
- 计算机图形学,手动绘制各色多边形,选择颜色,实现多边形的填充。
基本图形学生成源码
- 计算机图形学中基本图形的生成,包括直线,圆绘制,裁剪,填充等
计算机图形学的扫描线填充算法,MFC 实现
- 计算机图形学的扫描线填充算法,MFC 实现,,Computer Graphics of the scan line fill algorithm, MFC achieved
CGcode
- 计算机图形学常用算法源代码:直线生成算法,曲线生成算法,平移变换,比例变换,对称变换,区域填充,图像裁剪-Computer graphics algorithms source code used: a straight line generating algorithm, curve generation algorithm, translation transformation, the proportion of transformation, symmetry transformatio
ComputerGraphics
- 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
5
- 最快区域种子点填充算法 最快区域种子点填充算法 计算机图形学-The fastest growing regional seed filling algorithm seed points, the fastest growing region filling algorithm in computer graphics
sdl_draw_line_arc
- SDL中画线,画圆以及填充的算法[出自计算机图形学,潘云鹤主编]-the algorithm of draw line, circle and fill with SDL [from the computer graphics, Pan Yunhe editor]
seedfilling
- 计算机图形学的种子填充,可实现种子填充算法。-Computer graphics filled seeds, seed fill algorithm can be realized.
GpDraw
- 计算机图形学 DDA算法 bresenham算法 中点画圆算法 bresenham画圆算法 椭圆算法 扫描线算法(Computer graphics DDA algorithm Bresenham algorithm Midpoint circle algorithm Bresenham circle algorithm Ellipse algorithm Scan line algorithm)