CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - draw ellipse

搜索资源列表

  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:132093
    • 提供者:马卫龙
  1. Draw

    0下载:
  2. 多边形椭圆编辑器,能进行多边形和椭圆的绘画,定制,修改,删除操作,并且具备简单的裁减功能-Elliptic polygon editor, can be polygon and ellipse drawing, customize, modify or delete operation, and have a simple reduction of function
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:1811446
    • 提供者:陈华龙
  1. draw

    0下载:
  2. 利用单文档实现绘图的功能,能画直线、椭圆、矩形等图形,并具有画笔、画刷和橡皮擦功能。-Using single document to realize a function of drawing.It can draw the line,ellipse,rectangle,and so on.It also has the function of paint pen, paint brush and eraser.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:47752
    • 提供者:吴翩翩
  1. Draw

    0下载:
  2. 计算机图像学绘图程序 DDA,BH,MP,中点圆及中点椭圆。-Computer graphics imaging procedures DDA, BH, MP, mid-point of the mid-point circle and ellipse.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-10
    • 文件大小:2318356
    • 提供者:xiaoqiu
  1. finalproject

    0下载:
  2. Graphics program to draw line , cirlce, rectangler, square, sphere, ellipse, ellipsoide, cone, and make translation, rotation, shearing, scaling
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2920749
    • 提供者:shrok
  1. Draw

    0下载:
  2. 编写一个简单的绘图程序,实现点,直线,矩形,椭圆等图形的绘制,并可以任意选择颜色,线型,线宽等功能。-Write a simple drawing program to achieve point, line, rectangle, ellipse and other graphics rendering, and can arbitrarily choose the color, line, line width and other functions.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:2033283
    • 提供者:fxt
  1. coordinate-ellipse

    0下载:
  2. 用WINDOWS 32 APPLITION 实现通用的坐标设计,函数是WIN32函数,没用MFC。-using windows 32 applition to draw a zuobiao,not using the MFC.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:954
    • 提供者:ganggang
  1. draw

    0下载:
  2. 实现简单的绘图程序 三角形 矩形 圆 椭圆 直线 多边形 等-Simple drawing program triangle rectangle circle ellipse line polygon, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2822929
    • 提供者:张振磊
  1. Shape

    8下载:
  2. 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Write a drawing applet MiniDraw, required drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2014-08-15
    • 文件大小:2050048
    • 提供者:陈婉
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:15465493
    • 提供者:Peng
  1. drawRectangle

    0下载:
  2. 用C#代码编写的使用鼠标拖拽来实现椭圆的绘制-draw ellipse with mouse
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:58375
    • 提供者:Bobo
  1. GUI-drawing-board

    2下载:
  2. Matlab鼠标画图,用pop-up menu选择画图标记,颜色edit记录鼠标坐标 但是功能比较简单,只能画线,不能画矩形、椭圆等 其中一个难点就是:拖动鼠标的过程中如何显示矩形/椭圆的轮廓,并且轮廓跟着鼠标指针移动。 程序的亮点: 1、可选择点、线、矩形、椭圆进行画图; 2、可选择marker、LineTyple进行画图; 3、可选择画图颜色; 4、可实时显示鼠标指针当前坐标; 5、可清除画板; 6、可保存画好的图(bmp、jpg、gif); 7
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:20725
    • 提供者:ydb
  1. graphics

    0下载:
  2. 一个计算机图形学的vc++程序示例.调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆 多边形扫描转换算法和区域填充算法实现-A computer graphics vc++ program examples. Call draw point function with DDA, the midpoint algorithm and the midpoint algorithm to draw lines circle and ellipse polygon scan convers
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-24
    • 文件大小:126741
    • 提供者:Jack
  1. draw

    0下载:
  2. 使用vc++实现画椭圆,源程序内有注释,便于阅读,可运行-Using vc++ to achieve draw an ellipse, there are source notes, easy to read, run
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:9251
    • 提供者:李浩
  1. Ex14_03

    0下载:
  2. 绘制椭圆 gdI+初学者绘制基本图形的方法.包括C#源代码 -draw Ellipse gdI+ basic graphics rendering method for beginners. Including C# source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:33486
    • 提供者:lxw
  1. draw

    0下载:
  2. 图形的绘制:图形主要包括点、直线、弧线、圆、椭圆、多边形等。用户可以通过菜单或工具条按钮两种方式选择将要绘制的图形,从状态栏上可以看到当前绘制的图形类型。用户能够对图形元素的线型参数、填充参数进行设置。图形的编辑:支持撤销、恢复以及对当前所画图形的重复等操作。图形文件的读写:能够将所绘制的图形保存到文件中,并能够进行文件的读取。 -Graphics rendering: graphics including point, line, arc, circle, ellipse, polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-04
    • 文件大小:135760
    • 提供者:Maria
  1. draw(vc)

    1下载:
  2. VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, t
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-19
    • 文件大小:29973504
    • 提供者:鈞天下
  1. Painter

    1下载:
  2. 画图,OpenGL实现,可以画点,线,圆,椭圆,矩形,多边形等,可以设置颜色和线的粗细,点的大小-Drawing, OpenGL implementation, can draw points, lines, circles, ellipses, rectangles, polygons, etc., you can set the color and line thickness, point sizes
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:105198
    • 提供者:芳琪
  1. Draw

    0下载:
  2. vs2005平台下编写的,可实现画点、折线、椭圆、圆弧、圆形,可以设置画笔颜色,还有可以设置字体格式,显示文字-vs2005 platform enables the preparation of the painting point, line, ellipse, arc, circle, set the pen color, and you can set the font formatting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-30
    • 文件大小:12358092
    • 提供者:cheng
  1. ellipse

    0下载:
  2. draw Bresenham ellipse using java-draw Bresenham ellipse using java
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2124
    • 提供者:khalid2304
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com