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

搜索资源列表

  1. 数控

    2下载:
  2. 一个数控机床的切割模拟程序。有多种模拟方式。如逐点比较,直线插补等。很好用。内附可执行程序。-a CNC cutting simulation program. A number of simulation. If a case-by-point comparison, such as linear interpolation. Very good use. Enclosing executable.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1240749
    • 提供者:苏宏义
  1. DSP_interp_line_C

    0下载:
  2. DSP2407平台下用C语言实现的数控直线插补源代码。T2中断插补周期2ms,可设定两组PWM输出状态,实现两个电机控制。使用了数字增量插补时间分割法进行直线插补。-DSP2407 platform using C language NC linear interpolation source code. T2 interrupted interpolation cycle 2ms, set two PWM output and achieve two motor control. The us
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:6016
    • 提供者:xust_zxh
  1. zhixianchabu

    1下载:
  2. 这是一个两连杆机器人的末端位置直线插补程序。-This is a two-link robot position at the end of linear interpolation procedures.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5903
    • 提供者:张绍立
  1. chabu

    2下载:
  2. 数控插补程序,直线插补和圆弧插补,1.直线插补:逐点比较法插补;2. 圆弧插补:DDA法插补第一、二象限的逆圆弧。 -NC interpolation procedures, linear interpolation and circular interpolation, 1. Linear interpolation : a case-by-point comparison interpolation; 2. Circular interpolation : DDA interpolati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:63062
    • 提供者:chen
  1. openglline

    0下载:
  2. 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<1,>1最终问题分成了两种情况。在直线插补程序的一开始,把斜率为正无穷的情况单独进行讨论。最终完成了整个程序-procedures for the use of the Bresenham algorithm thinking, four quadrant of the issue through the exchange of endp
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:87081
    • 提供者:吴子朝
  1. line_chabu

    0下载:
  2. 实现了直线插补程序,指明起点和终点即可.实际应用于XY绘图仪的画线并成功.在凌阳unSP IDE上编译通过.用C编写,可方便地移植.-achieved a linear interpolation procedures specified starting point and destination can be. actual XY plotters used in the line drawing and successfully. In Sunplus unSP compiled IDE
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1160
    • 提供者:lkh
  1. CPLDyueya

    0下载:
  2. 一个好程序关于CPLD的直线插补在数字积分中的应用-a program on the CPLD linear interpolation in the digital integration of
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:465342
    • 提供者:王悦
  1. DSP_2407_c

    0下载:
  2. DSP 2407平台下用C语言实现的数控直线插补源代码 很有用的-2407 DSP platform using C language NC linear interpolation source code very useful
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:7370
    • 提供者:Denise Liu
  1. LineInterpolation

    0下载:
  2. 四自由度scara机械手臂的直线插补,完成两个关节的插补角度计算
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:zhangxiaoting
  1. CGHomework

    0下载:
  2. 这个程序是我的一个图形学课程的小作业,其中实现了Bresenham直线插补算法、Barsky线框裁剪算法、平行六面体自消隐算法以及绕任意轴的旋转算法。-this procedure is a small graphics course operations, which achieved a Bresenham interpolation algorithm, Barsky wireframe cutting algorithm, parallel hexahedron since blanki
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31501
    • 提供者:聂青阳
  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. zhixian

    1下载:
  2. 这是数控技术课本上的逐点比较法插补直线和圆弧的程序,-This is the numerical control technology textbook case-by-point comparison of linear and circular interpolation procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:376813
    • 提供者:王小龙
  1. line

    0下载:
  2. 直线查补算法的一种改进实现, 由于在插补过程中,有三个步进方向:水平方向、垂直方向和45度方向,比传统的插补多了个45度的步进方向,因而减少了步数,极大的提高了效率。-Linear search algorithm is an improved realization of complement, as in the interpolation process, there are three step directions: horizontal, vertical and 45 degree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:59833
    • 提供者:lixun
  1. 89346497chabu

    0下载:
  2. 挺好用的,直线圆弧插补,希望大家喜欢,加油哦-Very good use, straight line circular interpolation, hope you like, Come on
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:54200
    • 提供者:
  1. X5MCX312

    0下载:
  2. MCX312 CNC运动器单片机源码,包含直线,圆和圆弧插补运算及编码器读取等功能。
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:66561
    • 提供者:李建民
  1. ArcChaBu

    0下载:
  2. 圆弧插补(时间分割法) 输入参数:圆心,圆上任一点(xe,ye)。 在面板上画出插补算法直线(顺圆)。 以(xe,ye)为起点,画出顺时针整圆。 计算次数n为:圆周长c除以一个周期的步进长度f。f越小越精确。 以起点计算第一个动点,(x,y)坐标变换,再计算下一个动点。 所有坐标值及计算量为double型。-shijianfenge
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1186
    • 提供者:guoqian
  1. P2P

    0下载:
  2. 采用Verilog语言,实现逐点比较法和圆弧插补(Using Verilog language, to achieve point by point comparison method and circular interpolation)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:Jannis
  1. CNCSimulation

    1下载:
  2. 本程序为CNC(数控加工)仿真程序,基于Win32平台利用GDI+实现,实现直线、曲线、圆弧插补算法,并进行仿真。(This program is a CNC simulation program. Based on Win32 platform, it USES GDI+ to realize linear, curve and arc interpolation algorithm, and carries out simulation.)
  3. 所属分类:Windows编程

    • 发布日期:2019-11-25
    • 文件大小:1084416
    • 提供者:fengfenglin
  1. 51单片机插补

    4下载:
  2. 含解析G代码,直线插扑 圆弧插扑 XY轴用easydrive驱动
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 圆弧插补

    0下载:
  2. 空间/平面圆弧插补程序,给定不在一条直线上的三个点,设定插补点个数即可
  3. 所属分类:matlab例程

    • 发布日期:2019-07-09
    • 文件大小:807
    • 提供者:stxstxcai
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com