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

搜索资源列表

  1. GraphicFinal

    0下载:
  2. 计算机专业-计算机图形学实验-绘制直线和圆弧-Computer Science- Computer Graphics experiment- Drawing a straight line and arc
  3. 所属分类:Graph program

    • 发布日期:2017-04-27
    • 文件大小:51771
    • 提供者:wx
  1. MyPaint

    0下载:
  2.  直线:从(200,200)到(300,350)画一宽度为3,蓝色的实线,。  矩形;左上角为(150,120)右下角为(200,300),外框为黑色,填充画刷为HS_CROSS,红色。  椭圆弧:  椭圆: 扇形: - a straight line: from (200200) to (300350) First draw a width of 3, blue solid line,. 
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4295140
    • 提供者:刘珊珊
  1. txx

    0下载:
  2. 1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求:  将象素网
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:26187
    • 提供者:张郎
  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. LineScanConversion

    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-12
    • 文件大小:624
    • 提供者:流星
  1. ComputerGraphics

    0下载:
  2. 三种算法绘制直线,种子填充,画圆画圆弧,绘制二次曲线,贝塞尔曲线等-Draw a straight line of three algorithms, seed filling, drawcircle circular painting, drawing the second curve, Bezier curves, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6191264
    • 提供者:liumeng
  1. MidPointEllipse

    0下载:
  2. 掌握实现了扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法。-Grasp the realization of the scan conversion of the mid-point of the straight-line algorithm, described the mid-point arc conversion algorithm and scan conversion of the mid-point algorithm for elliptic arc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:826008
    • 提供者:wangying
  1. draw

    0下载:
  2. 图形编辑器 能够实现画直线 圆 多边形 圆弧等简单二维图形 还能实现对图形的缩放 移动等功能-Editor graphics drawing a straight line can be achieved, such as a simple circular arc polygon can achieve two-dimensional graphics on mobile graphics features such as zoom
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3979257
    • 提供者:浦斌
  1. draw_on_desktop

    0下载:
  2. 在桌面左上角画一小段圆弧,绘图很简单,主要演示如何在桌面显示-draw an arc on the desktop in C#
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:45436
    • 提供者:sarcophile
  1. Carfire

    0下载:
  2. 灭火机器人比赛要求 ①在迷宫中找到火源:必须确认进入火焰圆弧的30cm区域,而不能是碰巧经过火焰区域。 ②做出灭火动作:必须在进入火焰区域后方有效,可以是风扇转动,喷出灭火物质等。 ③将火扑灭:保证完成前两项动作基础上,将火扑灭。而不能是碰倒蜡烛使之熄灭,或碰巧喷出灭火物质。 ④灭火时间:在完成灭火任务的同时计算每组的灭火时间,时间最短者获胜。 -Requirements of fire fighting robot competition ① in the maze to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:47601
    • 提供者:luohf
  1. CArc

    0下载:
  2. 圆弧图元类代码,记录圆弧图元的属性及一些操作方式(如移动),在VB画圆弧时有重要作用-Arc-type element code, record the properties of circular elements and some operations (such as mobile), in VB when painting plays an important role in Arc
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2494
    • 提供者:蔡兰兰
  1. Arc.ZIP

    0下载:
  2. 圆弧查补算法的一种实现,可自由设定方向,起始角度,半径-Search algorithm arc fill an implementation can be free to set the direction, initial angle, radius of
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:73626
    • 提供者:lixun
  1. graphics

    0下载:
  2. 图形学原理,有画点、线、圆弧、区域填充等基础的画图算法。-Graphics principles, there are draw points, lines, arcs, and other infrastructure of the drawing area filling algorithm.
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1532349
    • 提供者:guozhenhai
  1. draw_prj

    0下载:
  2. 系统基本功能要求: 1、制图功能 作为一个功能较为完善的建模工具,制图功能应该是最不可或缺的。本建模工具可以实现对于直线、连续直线、多边形区域、圆、圆形区域、圆弧、字符(包括汉字和英文字母) -The basic functions of the system requirements: 1, mapping function as a function of a more comprehensive modeling tools, mapping function should be the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:108457
    • 提供者:simon
  1. tuxingxue

    0下载:
  2. 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:312832
    • 提供者:lewsn2008
  1. chabu

    0下载:
  2. 在AUTOCAD中进行直线和圆弧的积分插补运算的原始文件.进行扩展后,可以直接生成插补后数据文件,用于各种设备控制.本程序是数控雕刻机的部分代码.-AUTOCAD carried out in a straight line and circular interpolation operation points of the original file. Be extended, it can directly generate the interpolation after the data
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:13468
    • 提供者:xuyanggang
  1. AntiAliasing

    0下载:
  2. 直线, B样条曲线, 椭圆, 椭圆弧, 圆角矩形的反走样算法.-Straight line, B-spline curve, ellipse, elliptical arc, rounded rectangle of anti-aliasing algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:51265
    • 提供者:徐国民
  1. ymismy_29

    0下载:
  2. 这是一个求两圆弧相交点的程序。界面中有图区,操作及显示区。操作分为两个步骤: 1· 创建圆弧" 。 点击“创建圆槐按钮,可进入创建圆弧工作状态。进入创建圆弧工作状态以后,光标进入有坐标线的图区变为十字线,图区的下面显示光标坐标。在适当位置点击左键,这是圆弧的一个端点,有一个黑点显示在那里,同时把这点显示出来-This is a demand point of intersection of two circular process. Interface with map area, operat
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:10729
    • 提供者:shiwolai
  1. graph-src

    0下载:
  2. 计算机图形算法程序包。包括填充算法,二、三维变换,圆弧算法,直线的二维裁剪等等。-Computer graphics algorithms library.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:320015
    • 提供者:Qiang Li
  1. Graph

    0下载:
  2. 图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。-Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimensional geometry, geometric mod
  3. 所属分类:OpenGL program

    • 发布日期:2015-09-08
    • 文件大小:7930740
    • 提供者:朵朵
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 26 »
搜珍网 www.dssz.com