搜索资源列表
Midpoint
- 中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
图形基础
- 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
10_01
- 分形算法C++ 程序:随机中点位移法生成山源代码-fractal algorithm C : random midpoint displacement method source code generated Hill
MidpointCircleDemo
- 中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
画圆算法
- 两种画圆的算法,中点画圆算法和Bresenham画圆算法-the algorithm, the midpoint of Bresenham algorithm and Circle Circle Algorithm
graphics_fenxing
- 主要模拟了荡漾的水面,使用的方法是:随机给定矩形水面四个角的高度,用随机中点位移法生成一幅分形水面,然后使水波按照一定的传播机制扩散、衰减,从而模拟出水波荡漾的效果。-simulated a ripple on the surface, the methods used are : to set random four corners of the rectangular surface and with a random midpoi
MidpointLine.c
- MidpointLine.c 在Turboc2下编写中点画直线算法。本程序实现的是中点线算法。内有详细介绍。-MidpointLine.c in Turboc2 under preparation dotted line algorithm. This program is the midpoint algorithm. Within a detailed briefing.
Midpoint
- 中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
03081402
- 包括中点算法、dda算法、直接求交算法画直线,并附有中点算法、正负法法画抛物线,并可进行时间运算,比较几种算法。-including midpoint algorithm, the algorithm dda directly intersecting line painting, together with the midpoint algorithm, positive and negative parabola France an
gat_shiyan3
- 这是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,中点算法,绘制抛物线的正负法,中点法。 扫描转换多边形扫描线算法,种子填充算法。 线段裁剪(CohenSutherland)编码算法,多边形逐边裁剪(SutherlandHodgman)算法 注:分别设计了功能完整的类-This is my big computer graphics operations, including the algorit
colorcircle
- 用C语言实现的中点画圆算法,并根据扫描线种子填充算法来填充圆形。-C Language Circle the midpoint algorithm, and in accordance with scanning lines seed fill algorithm to fill round.
yangke
- 这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional t
DrawPaintCode
- 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method,
draw
- mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
DrawLine
- 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线-With bresenham, dda, midpoint algorithm painting of three straight, the mouse can check on the screen straight stipple
zuoye4
- 中点椭圆法,画一个椭圆: 中心(300,400),rx=200,ry=150, 平移到(200,300)旋转逆时针45度-Midpoint ellipse law, drawing an oval: Center (300400), rx = 200, ry = 150, ping to (200,300) rotate counter-clockwise 45 degrees
DDA
- 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 Br
Show
- MFC实现直线的DDA算法,中点算法与Bresenham算法的演示。-MFC realize linear DDA algorithm, the midpoint algorithm and presentation Bresenham algorithm.
TerrainGenerator2D
- 采用中点移位法生成数字地形模型,并采用彩色分层法显示结果。-Midpoint displacement method used to generate digital terrain model, and the use of color stratification result will be displayed.
DDA_Bresenham_Circle_Ellispe
- DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm