CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - drawcircle

搜索资源列表

  1. 12123

    0下载:
  2. 计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:34030
    • 提供者:许斌
  1. midpointcircle-coding

    0下载:
  2. 自己用C语言编写的中点画圆算法,根据用户输入的圆心坐标和半径画出相应的圆形。-own use C language prepared by the midpoint drawcircle algorithm, According to user input center coordinates and radius of the circle corresponding paint.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:32232
    • 提供者:ffff
  1. threeSamplesForOpenGL

    0下载:
  2. 第一个是分别用Bresenham和DDA算法画直线,第二个是画圆算法,第三个是cohen-sutherland算法的实现-respectively DDA Bresenham algorithm and line drawing, and the second is drawcircle algorithm, Cohen is the third-Algorithm of sutherland
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:211863
    • 提供者:邹文科
  1. pbox

    0下载:
  2. picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness Aver
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:490116
    • 提供者:rik
  1. 001MidCircle

    0下载:
  2. 中点画圆算法,计算机图形学试验,图形交互技术-midpoint drawcircle algorithm, computer graphics test, interactive graphics technology
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:797
    • 提供者:fisherman
  1. drawcircle

    0下载:
  2. 一个简单的源码 实现画圆功能 图形学实验1drawcicle-a simple source to achieve functional graphics Circle experimental 1drawcicle
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1985692
    • 提供者:qip
  1. DrawCircle

    0下载:
  2. 输入半径及等分点数便可画出相应的圆并且将等分点两两相连(供初学者参考)-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)
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:29668
    • 提供者:wzs
  1. DrawCircle

    0下载:
  2. 自己用mfc写的画圆程序,在VC2005上编写。并有拖动的功能。可以选择圆的填充颜色。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56641
    • 提供者:zhmaol
  1. drawCircle

    0下载:
  2. 计算机图形学 画圆算法 bresenham
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:901024
    • 提供者:sfdlkwqe
  1. VB超全图像处理

    1下载:
  2. picturebox有的属性基本上都有,扩展的图形方法有: DrawBezier DrawRoundRect DrawCurve DrawPie DrawPolygon DrawCircle DrawLine GetRGB 扩展的图像处理方法主要有: GetPictureData ShowPicture Invert GrayScale Exposal HistGramEqualize LogCalc ExpCalc ClearIsolatePoint Brightness AverageFil
  3. 所属分类:图形图像处理(光照,映射..)

  1. Draw_Line_circle_fill.rar

    0下载:
  2. 扫描线种子填充算法的OpengGL+MFC实现。 本程序是在上次的画直线、画圆的程序上修改的,添加了扫描线填充算法,使用OpenGL+MFC实现。,Scan line seed fill algorithm OpengGL+ MFC to achieve. This procedure is a straight line in the last painting, drawcircle procedural changes, add a scan line fill algorithm, th
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5642770
    • 提供者:同济
  1. drawCircle

    0下载:
  2. 使用java 绘制简单的几何图形,包含圆和直线。-draw lines and circle.
  3. 所属分类:Fractal program

    • 发布日期:2017-03-26
    • 文件大小:3832
    • 提供者:liangbo
  1. CircleMidBres

    0下载:
  2. 先学会用MidBresenham画圆,对位置平移,即可画出五环,不过还得改进-Drawcircle MidBresenham first learned of the location of translation, you can draw rings, but will have to improve
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:795
    • 提供者:wgj
  1. opengl

    0下载:
  2. 在Visual C++的开发环境下,利用opengl类库编写代码实现画圆,画直线等的功能。-In Visual C++ development environment, the use of class libraries to write code opengl realize drawcircle, draw a straight line function.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:85553
    • 提供者:张朋长
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14876
    • 提供者:money
  1. CIRCLE

    0下载:
  2. 本程序能很快的画圆,比以往的传统算法有所改进-This procedure can drawcircle quickly than ever before to improve the traditional algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:793
    • 提供者:花无缺
  1. CBresCircleView

    0下载:
  2. 在MFC下用种子算法实现画圆,在C++编程环境下运行-In the MFC algorithm using seed drawcircle in C++ Programming environment running under
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:26675
    • 提供者:淋雨
  1. draw

    0下载:
  2. 基本的绘图程序 画圆直线各类曲线 填充颜色等 不错-Basic drawing program drawcircle linear curve fill color, etc. all kinds of good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:232299
    • 提供者:zhanghui
  1. DrawCircle

    0下载:
  2. 使用MATLAB 6.5开发,圆弧的扫描转换算法,中点画圆法画圆。-The development of the use of MATLAB 6.5, the scan conversion algorithm arc, the midpoint drawcircle drawcircle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:1034
    • 提供者:流星
  1. MidpointCircle

    0下载:
  2. 计算机图形学 中点画画圆算法的Matlab程序-Computer graphics algorithms in Matlab stipple procedures drawcircle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:905
    • 提供者:章礼平
« 12 3 4 »
搜珍网 www.dssz.com