Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design. Platform: |
Size: 8192 |
Author:susu |
Hits:
Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、
逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,
spline,Bspling,Hermite曲线生成算法;单线性,双线性,
Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,
种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,
原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm; Platform: |
Size: 806912 |
Author:冯宾 |
Hits:
Description: 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm Platform: |
Size: 33792 |
Author:刘宇 |
Hits:
Description: 实现DDA直线生成算法、Bresenham直线生成算法、中点绘圆算法,以及多边形扫描线填充算法-achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm Platform: |
Size: 61440 |
Author:dangdang |
Hits:
Description: 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorithm (including midpoint, Bresenham) and polygon filling (including edge filling, seed filling, Filled with scanning) transform two-dimensional polygon, polygon reduction, and other functions. According to various control options. then the achievement of the algorithm. Platform: |
Size: 229376 |
Author:刘晴 |
Hits:
Description: 用C语言结合OpenGL技术实现Bresenham算法绘制直线-Using C language combined with OpenGL technology to achieve Bresenham algorithm for drawing a straight line Platform: |
Size: 1024 |
Author:王栋 |
Hits:
Description: 展示了很多基本图形的算法,包括直线DDA算法,圆的Bresenham算法,区域填充算法-Show a lot of basic graphics algorithms, including linear DDA algorithm, Bresenham circle algorithm, the region filling algorithm Platform: |
Size: 183296 |
Author:xiaofei |
Hits:
Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm Platform: |
Size: 1024 |
Author: |
Hits:
Description: Bresenham画圆算法,利用圆的对称性,同时在四个方向画点-Bresenham circle algorithm, the use of circular symmetry, the direction of painting at the same time point in four Platform: |
Size: 258048 |
Author:jia |
Hits:
Description: C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut). Platform: |
Size: 5120 |
Author:bob stan |
Hits:
Description: VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, the dotted line method, Bresenham line drawing algorithm), round and oval (midpoint drawcircle, Bresenham circle algorithm, Ellipse generating algorithm), area filling ( Edge filling algorithm, the seed filling algorithm, round and oval fill, pattern fill), cutting, line width and line treatment. There are simple graphic change, as well as the realization of simple curves and surfaces, etc. Platform: |
Size: 29973504 |
Author:鈞天下 |
Hits:
Description: 自己用MFC实现的Bresenham画圆的算法,和MFC画得一样圆。可直接运行Release目录下的执行程序看效果。自己画的红色圆与MFC画的黑色圆是重合的。可作为学习图形编程的好例子。-Bresenham circle algorithm with MFC and MFC painted circle. Implementation procedures in the Release directory can be run directly to see results. The black circle painted himself red circle with MFC painting is a coincidence. Can be used as a good example to learn graphics programming. Platform: |
Size: 3432448 |
Author:fuzhiguo |
Hits: