搜索资源列表
C版图形学line
- 由两点坐标画任意直线的C语言图形学程序。输入2点坐标即可得到所求直线。-painting arbitrary linear coordinates the C language graphics procedures. 2:00 coordinates input can be obtained by seeking straight.
直线、圆弧、椭圆弧生成
- 图形学的一个作业,通过对话框画直线、圆弧、椭圆弧-graphics of an operation, through dialog painting line, arc, ellipse
2-16(圆弧连接直线与圆弧)
- 自己编的vb编程,这是这是圆弧连接直线源代码!请多多指教!-vb own series programming, which is that this is circular connecting line source code! A great weekend!
怎样画出带有箭头的直线
- 怎样画出带有箭头的直线.zip-how to draw straight lines with arrows. Zip
直线圆的生成算法(计算机0204班张冀川23号)
- c语言绘图程序 输入参数即可花图形(直线圆)-mapping procedures input parameters can be spent graphics (line Yuan)
任意多边形关于任意直线的对称变换
- 这是关于任意正多边形关于任意直线的对称变换,打破了以前的只能对于一个固定的直线的对称变换,省去了关于固定直线对称时每次都要输入的麻烦-of arbitrary isogon of arbitrary linear symmetry transformation, breaking the former only for a fixed linear symmetry transformation, eliminating the symmetry of the fixed line every
DDA法直线插补程序
- 数控DDA直线插补程序
Bresenhamline.rar
- 描述了Bresenham直线反走样算法,可以在c环境中直接编译运行,Bresenham straight line describes the anti-aliasing algorithm, can be directly compiled c environment running
tuxingxueVC6.rar
- 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
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
Bresenham_Line
- 使用MATLAB 6.5开发,扫描线算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
ComputerGraphicCourse
- 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
ii
- 实现绘制各种情况直线的Bresenham算法,并将实现的算法应用于任意多边形的绘制,要求多边形的顶点由键盘输入或鼠标拾取,绘制的多边形顶点要准确,图形应该封闭。 要求掌握Bresenham算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Implementation of the Bresenham line drawing algorithm for various situations, and to achieve an arbitrary
123
- 计算机图形学中有关画圆和直线,以及同心圆的画法-Computer graphics Circle and straight line
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.
例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)
DDA、Bresenham、MidBresenham画直线算法
- DDA、Bresenham、MidBresenham画直线算法(DDA,BresenhamLine,MidBresenhamLine)