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

搜索资源列表

  1. 添加点直线矩形圆圆弧

    0下载:
  2. 实现图形元类:使用“添加类向导”添加点、直线、矩形、圆、圆弧、多边形等图形元基类,并添加这些类的必要代码。-graphics yuan categories : use of "Add Class wizard," adding, line, rectangle, circle, arc, polygon graphics yuan base class, and the addition of these categories the necessary code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:229485
    • 提供者:王晓明
  1. 圆弧转bezier

    0下载:
  2. 一个圆弧转Bezier线的算法-arc to a Bezier line algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4653
    • 提供者:寒雪
  1. 直线、圆弧、椭圆弧生成

    0下载:
  2. 图形学的一个作业,通过对话框画直线、圆弧、椭圆弧-graphics of an operation, through dialog painting line, arc, ellipse
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:65516
    • 提供者:王俊惠
  1. 2-13(圆弧连接两已知直线)

    0下载:
  2. 自己编的vb编程,这是圆弧连接源代码!请多多指教!-vb own series programming, which is connected arc source code! A great weekend!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4853
    • 提供者:马飞
  1. 2-16(圆弧连接直线与圆弧)

    0下载:
  2. 自己编的vb编程,这是这是圆弧连接直线源代码!请多多指教!-vb own series programming, which is that this is circular connecting line source code! A great weekend!
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3430
    • 提供者:马飞
  1. 逐点比较法插补圆弧

    2下载:
  2. 这是用VC++中的MFC实现的,逐点比较法插补从而画出圆弧-Circular arc is drawn by the point-to-point comparison arc interpolation which implemented by the MFC of VC++.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:26438
    • 提供者:李少
  1. 角度DDA法产生圆弧

    0下载:
  2. 这是用VC++中的MFC事项的,用角度DDA法产生圆弧-This is the VC MFC matters with DDA point arc generated Act
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:28287
    • 提供者:李少
  1. 逐点比较法圆弧插补VB程序

    0下载:
  2. 逐点比较法圆弧插补VB程序
  3. 所属分类:行业应用软件

    • 发布日期:2009-10-27
    • 文件大小:651
    • 提供者:haluo365
  1. 裁减圆弧

    0下载:
  2. 裁减圆弧算法
  3. 所属分类:文档资料

  1. 用opengl可以画出圆弧

    0下载:
  2. 用opengl可以画出圆弧,可以修改程序中的角度,可画出任意的圆弧。
  3. 所属分类:3D图形编程

    • 发布日期:2011-03-15
    • 文件大小:1509324
    • 提供者:SMKING
  1. CHABU.rar

    0下载:
  2. 直线圆弧插补,可任意输入起始点、终止点;圆弧由圆心及起始角和终止角决定,A straight line circular interpolation, the starting point can be input, termination points arc from the center of a circle and start-angle and angle the decision to terminate
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1147
    • 提供者:magic
  1. first1

    0下载:
  2. 使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充 -Plotted using the GDI function, the basic geometric elements, such as point, line, rectangle, circle, ellipse, polygon, arc, etc., and can be filled with color
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3300971
    • 提供者:刘贵冬
  1. zhudianbucha

    0下载:
  2. 圆弧逐点补差的vb实现,需要输入起始点和终点的坐标,即可实现圆弧插补-Vb-by-point arc to achieve the makeup of the need to enter start and end point coordinates, circular interpolation can be achieved
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:331637
    • 提供者:王皮
  1. Arc

    0下载:
  2. glut画圆弧程序 OpenGL中无专门的画圆弧命令,所以自己做了一个用glut画圆弧程序。-OpenGL drawing procedures glut arc no special order paintings arc, so do a painting with glut arc process.
  3. 所属分类:OpenGL program

    • 发布日期:2016-01-25
    • 文件大小:53943
    • 提供者:guo
  1. Graphic

    0下载:
  2. 计算机图形学中用经典算法实现的绘图程序,包括直线生成、圆弧生成、线段裁剪、多边形裁剪等-Computer graphics with the classic algorithm of mapping procedures, including a straight-line generation, arc formation, line cutting, cutting, such as polygon
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3733124
    • 提供者:逍遥飞
  1. VB

    0下载:
  2. VB插补程序,主要有直线插补与圆弧插补,可以设置脉冲当量-VB interpolation procedures, there are linear interpolation and circular interpolation, you can set a pulse equivalent
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:15253
    • 提供者:
  1. 第四次作业圆弧画法实现

    0下载:
  2. 计算机图形学bresenham算法和数值微分法实现圆弧的实现(Computer graphics, Bresenham algorithm and numerical differentiation method to achieve the realization of arc)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:20270080
    • 提供者:吴洋
  1. 圆弧插补

    2下载:
  2. 机器人基本轨迹-圆弧插补的MATLAB代码(需要安装robotic toolbox)(Robot basic trajectory arc interpolation MATLAB code (need to install robotic toolbox))
  3. 所属分类:文章/文档

    • 发布日期:2017-12-20
    • 文件大小:648192
    • 提供者:巙钺
  1. 圆弧插补

    0下载:
  2. 通过圆弧插补的方法,可以在二维坐标系中对以坐标轴中心为圆心的任意象限内两点之间的圆弧进行逆时针或顺时针方向的插补。(circular interpolation)
  3. 所属分类:绘图程序

  1. GRBL中圆弧、螺旋线插补算法解析

    1下载:
  2. GRBL中圆弧、螺旋线插补算法解析,文中解析了各个变量的作用,以及算法的要素。(The interpolation algorithm of circular arc and spiral line in GRBL is analyzed. The functions of each variable and the elements of the algorithm are analyzed.)
  3. 所属分类:文章/文档

    • 发布日期:2020-01-05
    • 文件大小:2048
    • 提供者:jazzgao
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com