搜索资源列表

  1. c插补

    1下载:
  2. 本程序为直线插补程序,运用在数控机床上--A straight line patch program. It could be used in numerically controlled machines.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:359.74kb
    • 提供者:陈振
  1. 插补程序

    0下载:
  2. 数控插补程序,DELPH编写的数控机床的插补程序的实现-This is a numerical control interpolation program which make use of DELPH to realize the interpolation program of the numerical control machine tool
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9.16kb
    • 提供者:曹文明
  1. DDA法直线插补程序

    0下载:
  2. 数控DDA直线插补程序
  3. 所属分类:绘图程序

    • 发布日期:2010-12-21
    • 文件大小:2.28kb
    • 提供者:735208368
  1. c插补

    0下载:
  2. 本程序为直线插补程序,运用在数控机床上--A straight line patch program. It could be used in numerically controlled machines.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-19
    • 文件大小:359kb
    • 提供者:陈振
  1. 圆3

    1下载:
  2. 为数控机床的圆弧插补程序,作为上位机程序--A patch program for numerically controlled machine. It could be used as upper machine program.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-19
    • 文件大小:355kb
    • 提供者:陈振
  1. 插补程序

    0下载:
  2. 数控插补程序,DELPH编写的数控机床的插补程序的实现-This is a numerical control interpolation program which make use of DELPH to realize the interpolation program of the numerical control machine tool
  3. 所属分类:Windows编程

    • 发布日期:2024-11-19
    • 文件大小:9kb
    • 提供者:曹文明
  1. shukong

    1下载:
  2. 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:2mb
    • 提供者:朱敏伟
  1. zhixianchabu

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

    • 发布日期:2024-11-19
    • 文件大小:269kb
    • 提供者:张绍立
  1. vbchabu

    0下载:
  2. 使用的是最小误差法的插补程序,在理论是非常先进的插补程序了,本程序应用于工业打标机-use is the smallest error method of interpolation procedures, the theory is very advanced interpolation procedures. The procedures used in industrial marking machine
  3. 所属分类:其他行业

    • 发布日期:2024-11-19
    • 文件大小:204kb
    • 提供者:hechao
  1. chabu

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

    • 发布日期:2024-11-19
    • 文件大小:3.17mb
    • 提供者:chen
  1. openglline

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

    • 发布日期:2024-11-19
    • 文件大小:85kb
    • 提供者:吴子朝
  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.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:lkh
  1. chabu

    0下载:
  2. 插补程序 程序是2407的圆弧插补程序-Interpolation procedures procedure is circular interpolation of the 2407 procedure
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:7kb
    • 提供者:章明
  1. ZHIXIAN

    0下载:
  2. 用DDA法编写的直线插补程序。积分插补发是用来画直线的一种方法。-DDA method used to prepare a linear interpolation procedure. Integral plug replacement is used to draw a straight-line method.
  3. 所属分类:2D图形编程

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:
  1. line_patch

    0下载:
  2. 直线插补程序.可用于工业计算机进动控制控制刀具的操作-Linear interpolation procedures. Can be used for industrial computer control precession control the operation of tool
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:emily
  1. 插补程序

    1下载:
  2. 工厂机床用插补程序,利用了C语言进行编程,适用于通用机床。(Interpolation procedures for machine tools in plants)
  3. 所属分类:文档资料

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:陈宇林
  1. VB数控插补程序源代码

    0下载:
  2. vb编辑的逐点法和数学积分法的插补程序(数控插补程序源代码)(VB editing by point by point method and mathematical integral interpolation procedures)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:5kb
    • 提供者:时间1
  1. 直线插补程序

    1下载:
  2. 实现matlab直线插补仿真,matlab数据采样法的直线插补(Realization of linear interpolation simulation.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-19
    • 文件大小:2kb
    • 提供者:追光少年
  1. Matlab插补、数控车床程序

    1下载:
  2. 利用MATLAB实现数控车床逆圆弧插补和直线插补(Using MATLAB to Realize Inverse Arc Interpolation and Linear Interpolation of NC Lathe)
  3. 所属分类:matlab例程

    • 发布日期:2024-11-19
    • 文件大小:13kb
    • 提供者:alamanecer
  1. 连续插补运动

    1下载:
  2. 基于vc开发的连续运动,可以实现伺服系统连续插补运动(The continuous motion based on VC can realize the continuous interpolation motion of servo system)
  3. 所属分类:3D打印

    • 发布日期:2024-11-19
    • 文件大小:290kb
    • 提供者:55ss
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org