搜索资源列表
ph
- 计算机图形学相关画线 画圆 画椭圆 画球相关算法的实现 -Computer graphics related to drawing a line drawing a circle painted oval ball-related Algorithm
computergraphicsprogramming
- 我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Choppe
huaban
- 利用vc++编写的一个画板,通过选择画笔的颜色,能够画任意的直线,椭圆,矩形以及任意的线段。还能用橡皮擦工具清除所画的内容。-Using vc++ written a drawing board, by selecting the color of the pen, we can draw any straight line, oval, rectangular, and arbitrary line. Can also use the eraser tool to remove the con
Graphic
- 用VC画直线、画椭圆、画矩形、画点。邮箱dominicif@163.com-Straight line drawn with the VC, painted oval, rectangular painting, drawing point
GraphicsDraw
- 一个测试GDI+的程序,利用C#语言写成。可以实现画线画椭圆画多边形和矩形以及颜色填充等各种基本绘图功能-A test procedure for GDI+ using C# language written. Drawing a line drawing can be achieved oval and rectangular polygon drawing and color fill the basic drawing functions, etc.
bresenhame
- 用自定义算法画椭圆,自定义半径的值和中心坐标的值-Oval with a custom algorithm paintings, custom radius value and the value of the center coordinates
miniPainter
- 简易的画图程序,可以画椭圆,矩形,直线。一般作业!-simple minipainter
MFCDrawEllipse
- 用Visual C++ 6.0 MFC编写的画椭圆程序,适合初学C++MFC的人收录的MFC实例,此码绝对能运行!! -Using Visual C++ 6.0 MFC oval painting written procedures, suitable for beginners C++ MFC of people included in the MFC example, this code will never run! !
gongcheng1
- 在坐标系中画直线、椭圆、圆等程序。(计算机图形学 vb)-Straight line drawn in the coordinate system, oval, round and other procedures. (Computer graphics vb)
11
- 可以用c语言实现的自动清屏及画椭圆的程序-C language can automatically clear screen and draw the ellipse program
c2
- C语言画椭圆程序,用于学习考试,了解数据结构-Oval painting program for learning test
huayuansuanfa
- 基于openGL的重点画圆算法和画椭圆算法。用C++代码实现-OpenGL-based algorithm and draw the focus of ellipse circle algorithm. C++ code using
yfMidPointElliseMouse
- 添加鼠标程序,实现交互式画椭圆 在mfc 环境下实现-realize interactive ellipse
ComputerGraphics
- 计算机图形学的相关程序 如DDA画直线 DDA画圆 DDA画椭圆 裁剪-Computer graphics-related programs such as circle DDA DDA DDA line drawing painting oval cut.
lab
- 用MFC实现的直线(DDA算法、中点算法和Bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the MFC implementation (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
graphics
- 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
draw
- 使用vc++实现画椭圆,源程序内有注释,便于阅读,可运行-Using vc++ to achieve draw an ellipse, there are source notes, easy to read, run
tuxingxue
- 直线 算法:(DDA)算法和Bresenham算法 操作:选择菜单“基本图形绘制”——“直线”——“Bresenham(DDA)” 鼠标左键点击窗口,拖动鼠标,显示橡皮线,松开鼠标左键,绘出 直线。可以连续绘制,直至选择其他的选项。 连续画线 操作:连续点击鼠标左键,并移动鼠标,鼠标移动到起始点是,鼠标成十 字形,点下鼠标左键,将得到一个封闭的多边形。如果在窗口任何 地方点击右键,将停止连续画线。 画圆 Bresenham
zhsy2
- 利用MFC开发的windows画图软件,实现画椭圆、矩形、文本等功能。-use MFC to realize windows draw
ImageEditor
- 一个画图板程序,可以实现直线、椭圆等图形的绘制。可以进行颜色选择,线宽选择、填充等功能。-A drawing board procedures, can achieve a straight line, oval and other graphics rendering. Can choose the color, line width selection, fill and other functions.