搜索资源列表
小型CAD系统(做图程序)
- 用C语言编写的小型做图程序。它提供了对直线,矩形,圆,图形文本等对象的绘制。-C language so small graphic program. It provides a pair of linear, rectangular, round, graphic objects, such as text drawing.
midline12
- 在c的环境下实现直线中点算法实现,可以实现任意斜率的直线绘制.-in the environment to achieve straight midpoint algorithm can achieve arbitrary slope of the straight-line drawing.
line_01
- 采用 C++Buider编写的绘制直线的程序。类似雨WINDOWS的画图中的直线绘制程序。-using C Buider prepared by the linear mapping procedures. WINDOWS similar rain of drawing the line drawing process.
XHZ
- DDA直线绘制,中点法直线绘制,Bresenhan法直线绘制,圆弧生成
tuxingxue
- 图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现
draw2.1
- vc实现的绘图程序,可以绘制点、圆、直线、矩形、圆角矩形、刻画线,可以保存,功能较为齐全。-vc realized drawing program, you can draw points, round, straight, rectangular, rounded rectangular, portrait of lines, can be saved, function more fully.
Bresenham
- 这个是用Bresenham画线算法绘制任意方向的直线-This is drawing a line using Bresenham algorithm for drawing a straight line in any direction
Draw
- VC里面画图程序,能动态的绘制直线,矩形,椭圆等简单图形-VC inside the drawing process, drawing a straight line to a dynamic, rectangular, oval and other simple graphics
Line
- DDA直线绘制程序实现,可以是任意的直线。-DDA line drawing program, a straight line can be arbitrary.
ii
- 实现绘制各种情况直线的Bresenham算法,并将实现的算法应用于任意多边形的绘制,要求多边形的顶点由键盘输入或鼠标拾取,绘制的多边形顶点要准确,图形应该封闭。 要求掌握Bresenham算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Implementation of the Bresenham line drawing algorithm for various situations, and to achieve an arbitrary
drawline
- 分别用DDA算法、中心点画线法和Bresenham算法实现任何斜率、任何方向直线绘制的演示程序。-DDA algorithm respectively, the center dotted line method and the Bresenham algorithm to any slope in any direction to draw a straight line demonstration program.
VB-project
- 用VB编写的简易的绘图程序,用来绘制直线圆和矩形,可以选择绘图颜色和画笔粗细。-VB, easy to use drawing program, circles and rectangles to draw a straight line, you can select the drawing pen color and thickness.
zhixianhuizhicaijianyuqvyutianchong
- 计算机图形学实验代码,,在VC环境,分别是直线绘制与裁剪,区域填充算法。-Computer graphics test code in VC environment, namely, the straight-line drawing and clipping region filling algorithm.
DDAamoveafill
- 计算机图形学,dda直线绘制加边缘填充加图形移动源程序-Computer Graphics, dda draw straight edge padding plus graphics plus mobile source
zhiXian1
- MFC直线绘制,使用Vc++6.0MFC 用鼠标绘制任意方向的直线段。-Draw a straight line by MFC
BresenhamLine
- 计算机图形学基础算法,利用Bresenham算法实现直线绘制。-Computer graphics basic algorithm, using Bresenham algorithm to draw a straight line.
MidPointLine
- 计算机图形学基础算法,利用中点算法实现直线绘制。-Computer graphics basic algorithm, using the midpoint algorithm to draw a straight line.
例2-3
- 本函数从当前位置绘制直线段,但不包括(x,y)点。不包括终点坐标是为了实现多线段连接时公共点的处理,即采用起点闭区间,终点开区间的处理方法。绘制直线段函数的参数不包含颜色,直线段的颜色通过画笔来指定。(This function draws a straight line segment from the current position, but does not include (x, y) points. The end point coordinate is not used to re
CGEXE001
- 打开直线文件即可进行直线绘制,可对大量数据如几十万条直线进行操作(Open line file can be drawn straight line, you can operate a large number of data, such as hundreds of thousands of straight lines)
line
- 图形学作业,光栅图形学部分,绘制直线,消除锯齿,高斯采样(homeworks of Graphics, raster graphics, draw lines, eliminate aliasing, Gauss sampling)