搜索资源列表
DrawCircle
- 输入半径及等分点数便可画出相应的圆并且将等分点两两相连(供初学者参考)-radius and the importation of sub-division will draw the corresponding circle will be broken down and on February 2 points connected (for advanced users)
threeSamplesForOpenGL
- 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
console_graphic
- 用控制台程序(Console project)实现计算机图形学的基本图形,其中Bresenham为Bresenham算法画线的项目,输入起点和终点;dda为DDA算法画直线的项目,输入起点和终点;mid_point为中点画线法的项目,输入起点和终点;Bres_circle为根据Bresenham算法画圆,输入圆心点和半径; midpoint_circle为中点画圆法,包括填充,输入圆心点和半径;midpointEllipse为中点画
MidPointCircle
- 将一个半圆用点画出来,而不是使用画圆函数,其中使用了一个确定点位置的算法-A semicircle with stipple out, rather than using drawcircle function, which uses a point location algorithm to determine
DDraw_graphics
- 用DirectDraw做出的图形学例子,有画线,画圆,贴图等-Graphics made using DirectDraw example, has painted lines, drawcircle, mapping, etc.
vc++draw
- 简单绘图,能实现画圆,画椭圆,直线,vc++环境开发 -Simple drawings, to achieve drawcircle, painted oval, linear, vc++ Environment
ball
- MFC OpenGL 通过曲线函数直接画圆。主要是熟悉OpenGL初始设置和对二维曲线的应用!-MFC OpenGL function through direct drawcircle curve. OpenGL is mainly familiar with the initial set-up and application of two-dimensional curve!
T6963forC51
- C语言编写的T6963驱动,可以分页显示(最大8页),带页复制、画点、画线(横线、竖线、斜线)、画圆、ASCII字符写入、图形写入(点写入或字节写入方式)。-C language T6963 drive, you can display page (maximum 8), with page reproduction, painting, the painting line (horizontal, vertical, diagonal
T6963_driver_C8051F040
- 以C8051F040为平台,对东芝LCD驱动器T6963,进行底层及中间层驱动操作,完成写汉字,ASCII码,刷图,画点,画线,画圆操作-C8051F040 as a platform to the Toshiba LCD drive T6963, for the bottom and middle layer drive operation, the completion of written Chinese characters,
graphics
- 用java语言实现的在任意点画圆和画线的程序。可以选择圆的圆点和半径,可以选择线的粗细,起始终止坐标,实线虚线等。-Using java language in any point and drawing a line drawcircle procedures. Can choose a circle and the radius of dots, you can choose the line thickness, the init
seedfill
- 使用扫描线种子填充算法实现400×400的圆的填充,该算法用中点画圆法对原算法进行了优化,实现效率明显提高。-The use of scan line seed fill algorithm to achieve 400 × 400 of a circle filling, the algorithm using the midpoint of the original algorithm drawcircle optimized to
ddanew1
- 实现三种画线方法及画圆,DDA画线,中点画线,BRESENHAM画线法,可画任意直线及圆弧和圆-Draw a line to achieve the three methods and drawcircle, DDA painting line, in line stipple, BRESENHAM Line Act, may be painting a straight line and arc and arbitrary round
DrawCircle
- 自己用mfc写的画圆程序,在VC2005上编写。并有拖动的功能。可以选择圆的填充颜色。-Their use mfc drawcircle written procedures, prepared in VC2005. And drag functions. Can choose the color-filled circle.
drawCircle
- 计算机图形学 画圆算法 bresenham-Computer Graphics drawcircle Bresenham algorithm
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("公式法画圆"))
drawcircle
- if(e.getActionCommand()=="参数法画圆"){ p=11 } } //actionPerformed //实现接口WindowListener的所有方法,用于处理发生在窗口上的事件 public void windowClosing(WindowEvent e)-if (e.getActionCommand ()== drawci
draw
- 计算机图形学 此系统由本人独自开发; CGraph类中是画图函数; 画直线: DDA算法 中点Bresenham算法 改进的Bresenham算法 画圆: 中点Bresenham算法 画椭圆: 中点Bresenham算法-Computer graphics system developed by me alone CGraph class is drawing
DrawCircle
- 在一幅图像上画圆,可以输入二值或灰度图像-Drawcircle in an image, you can enter binary or gray image
DrawCircle
- 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
DrawCircle
- 用Vc实现画圆和其他函数的绘图,图像的变换的内容希望对大家有帮助-Drawcircle with Vc and other functions to achieve the mapping, change the content of images for all of us want to help