搜索资源列表
exer1
- 图形学中的扫描线填充算法,用VC6.0的MFC实现,较为精炼。使用Getpixel函数和setpixel对像素点颜色取反。-Graphics of the scan line fill algorithm, the MFC with VC6.0 achieve more refined. Setpixel use Getpixel function and color of pixel anti-access.
CG
- 自己写图形学实验时的一个程序,自己实现的包括线(直线、椭圆),区域填充,分形,真实感图型生成等。开发环境为vs2005.-This is a sample program (source code) for computer graphics. I have implement the basic graphics primitives(only using the function setpixel()) including line,fractal,realistic graphics et
Drawing_Library
- 一个图形函数库,具有绘制直线段、任意圆弧、椭圆弧、多边形区域的阴影填充和颜色填充等功能。(仅调用画点函数 Windows API:setpixel(hdc,x,y,color))附带说明-A graphics library, with the draw line segments, any arc, ellipse, polygon area fill and color filled the shadow functions. (Draw-point function only calls
