搜索资源列表
jisuanjituxing
- 根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下; 利用中点画圆算法实现边界程序: void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color) {//画八分之一的圆 int x,y,d x=0 y=r d=1-r WholeCircle(xc,yc,x,y,color
circlewintc
- c 语言实现的画圆的程序。包括中点画圆算法和正负画圆算法。-c Language Circle procedures. Including the midpoint algorithm and positron Circle Circle algorithm.
001MidCircle
- 中点画圆算法,计算机图形学试验,图形交互技术-midpoint drawcircle algorithm, computer graphics test, interactive graphics technology
jgfer
- 中点画圆算法
midpointcircle
- 中点画圆算法
中点画圆算法
- VC环境下的中点画圆算法-VC environment of the mid-point Circle Algorithm
tuxingxueVC6.rar
- 主要是各种算法思想及程序,包括:直线的DDA画线、中点画线、Bresenham画线算法;中点画圆、Bresenham画圆、中点画椭圆算法;有序边表填充、种子填充、圆和椭圆的填充、图案填充算法;线型和线宽处理;Cohen-Sutherland裁剪算法、中点分割裁剪算法、Liang-Barsky裁剪算法、多边形逐边裁剪算法,AppWizard has created this Draw application for you. This application
three
- 本程序是关于图线绘画的算法,它包括中点画线算法、中点画圆算法等,可以根据需要得到所需图形。-This procedure is about Chart drawing algorithm, which includes the Medium stipple line algorithm, the midpoint circle algorithm and so on, can get the necessary graphics.
circl
- 实现中点画圆算法 很好的一个实例 C-Drawcircle algorithm to achieve the mid-point of a very good example of C++
Bresenhamdrawcircle
- 计算机图形学 中点画圆算法 计算机图形学 计算机图形-The mid-point Circle Algorithm for Computer Graphics
MidLineCircle
- 用中点画圆算法实现计算机图形学里面的画圆任务-Draw a circle with the midpoint algorithm to draw a circle inside the task of computer graphics
MidCircle
- 使用中点画圆算法,应用鼠标响应,确定中心和半径,就可以拖动鼠标画出我们需要的圆-Using the midpoint circle algorithm, application mouse response, determine the center and radius, you can drag the mouse to draw the circle we need
jmjhb
- 用中点画圆算法或者Bresenham算法画圆 -Bresenham midpoint circle algorithm or the use of circle algorithm
midpoint_cirle
- 中点画圆算法的c语言实现,开发环境vc++6.0。用到第三方画图库-Midpoint circle algorithm c language
TuXingFinally
- 本程序可完成三种画线算法:DDA画线算法、中点画线算法、Breharm画线算法。还有清屏功能,还有两种裁剪算法,还有中点画圆算法的实现。-This program can complete three painting line algorithm: DDA painting line algorithm, stipple line algorithm, Breharm painting line algorithm. There are clear screen function, there
Mydraw
- 简单的绘图程序,包含图形学直线扫描算法:DDA,中点扫描线算法,Bresenham扫描线算法,画圆扫描算法:中点画圆算法和Bresenham扫描算法,几何图形的填充算法:种子填充和扫描线填充算法等-Simple drawing program, contains a the graphics straight line scan algorithm: DDA, the midpoint of the scan line algorithm, Bresenham scan-line algorit
huayuan
- 分别实现在任意位置以任意半径的中点画圆算法和Bresenham算法-Respectively in any position in any radius of stipple round algorithm and Bresenham algorithm
midpoint-circle-algorithm
- opengl中点画圆算法,增添了鼠标控制事件等-opengl midpoint circle algorithm Adds mouse control events, etc.
QFJ3
- 图形学中点画圆算法,运行程序,点击qfj菜单下-画圆查看效果-Graphics algorithm midpoint Circle
src
- 利用Bresenham画圆法、中点画圆法以及椭圆生成算法在java界面绘制(Using the Bresenham circle method, the middle point drawing circle method and the ellipse generation algorithm to draw the java interface)