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

搜索资源列表

  1. G代码编译器

    2下载:
  2. 对国际标准的ISO GM 数控机床加工代码进行解码和编码,并优化数控程序代码,压缩通讯信息量,提高通讯速度,给下位机(如DSP,FPEA)提供能够处理的数据-of international standards ISO GM CNC machine code decoding and encoding, and NC code optimization, compression communication of information, improving communication speed
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:744453
    • 提供者:陈杉
  1. shukongfangzhen

    2下载:
  2. 本程序是模拟数控加工时刀具运动轨迹,是用VB编写的,适用二维图形和G代码的转换.-NC Simulation Tool trajectory, is written in VB, 2D graphics and application of the G code conversion.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:234378
    • 提供者:fws
  1. G-CodetoDXF

    3下载:
  2. 把标准工业加工G代码转换成dxf格式的CAD文件。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:22500
    • 提供者:HunterGen
  1. good_123--4--4--20

    2下载:
  2. 在VISUAL C ++平台上将AUTOCAD的DXF文件的二维图形数据转换为数控加工G代码,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:58852
    • 提供者:jackhome
  1. cnc_siemens_turn

    0下载:
  2. 数控行业的G代码手册, siemens标准, 适合车床的加工.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:302334
    • 提供者:gongzhiyong
  1. CAM_simulator

    0下载:
  2. 一款数控车床加工模拟程序,能读入特定的G代码,并用二维方式摸拟车床加工过程.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:119315
    • 提供者:
  1. G_show

    1下载:
  2. 是一个G代码转换的源程序,将标准G代码读入后在UG环境下生成加工代码刀具路径。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:409679
    • 提供者:lym
  1. VBpromgram.rar

    3下载:
  2. 该源码是关于数控仿真的程序 程序通过提取dxf格式文件,经过程序的处理得到数控G代码,最后进行加工仿真,The source code is about the process of NC simulation program by extracting dxf format file, after proceedings which are CNC G code, and last, machining simulation
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2012-12-07
    • 文件大小:7434
    • 提供者:wujirong
  1. machinecode

    1下载:
  2. 数控铣床加工G代码自动生成软件,很好的参考资料-CNC milling machine G code to automatically generate software
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-10
    • 文件大小:1633019
    • 提供者:徐亮胜
  1. Bspling_fitting

    3下载:
  2. 本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。 如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。 本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的 -Three B-spline fitting the data points are k
  3. 所属分类:2D Graphic

    • 发布日期:2014-04-10
    • 文件大小:88179
    • 提供者:wangzhidong
  1. shukongxitong

    0下载:
  2. 数控系统G代码解释器的设计与实现,分析了数控G 代码的特点,并实现了数控G 代码解释器,经过实践检验可以用于实际加工和 图形仿真。-Based on the analyze of the characteristics of NC code, we have converted the NC code to the command that the computer can execute. Furthermore , it had been proved by the practi
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:72124
    • 提供者:clifford
  1. cnc_gcode

    0下载:
  2. 本文在基于ARM+DSP的网络化嵌入式数控系统的基础上,设计出一种流水线处理方式的G代码解释方法,以流水线的方式对 加工代码进行编译—解释,减少指令执行的时间,增强了嵌入式处理器的G代码处理能力。该G代码解释器在ADS1.2编译环境下调试 通过,移植在S3C44B0芯片中,运行效果良好-In this paper, a network based on ARM+ DSP embedded CNC system based on the assembly line approach to
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:3052158
    • 提供者:kaidy
  1. Glass-cutter

    1下载:
  2. DMC一1842 PCI运动控制卡开发了一种玻璃切割机控制系统,介绍了该系统的基本功能、硬件结 构和软件设计。软件系统采用G代码作为加工指令,设计DXF接口程序实现AutoCAD文件自动翻译成 控制指令代码,进而进一步提高了切割精度。系统实际运行结果表明,控制效果和精度达到企业用户的要 求,且运行稳定。-DMC 1842 PCI motion control card for a development of a glass cutting machine control syste
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:318008
    • 提供者:天下冰霜
  1. nc

    0下载:
  2. 读取数控加工生成G代码信息,可以提取任何你所需要的文件信息,里面有操作说明-read the imformation of nc which is building by cnc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:91772
    • 提供者:zhaowei
  1. generic-G-code-compiler

    0下载:
  2. 虚拟数控加工通用G代码编译器的研究。是G代码编译器生成的完整介绍。-Virtual CNC machining generic G-code compiler.G-code compiler generates the full descr iption.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:3052343
    • 提供者:long
  1. BasicViewer

    2下载:
  2. 数控加工代码查看器,解释G代码并以图形方式显示-CNC machining code viewer explain the G-code and displayed graphically
  3. 所属分类:CSharp

    • 发布日期:2015-07-21
    • 文件大小:1053696
    • 提供者:perfume
  1. G-code

    0下载:
  2. 基于西门子数系统编程的G代码,最后加工成一个蜡笔小新的图像-The number of systems based on Siemens G code programming, and finally processed into an image Crayon
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:17222
    • 提供者:李远茂
  1. Samcon

    0下载:
  2. 数控机床,G代码加工软件。支持G代码编辑、加工。。支持G代码加工效果预览(OpenGL)。Qt实现(CNC machine tools, G code processing software. Support G code editing and processing.. Support G code processing effect preview (OpenGL). Qt implementation)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:117760
    • 提供者:Zunzzzzzz
  1. 数控铣床加工G代码自动生成软件

    1下载:
  2. 数控铣床加工G代码自动生成软件,设定图形参数,自动生成G代码.(CNC milling machine processing G code automatic generation software, set graphics parameters, automatic generation of G code.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:1633280
    • 提供者:李小工
  1. newCNC2

    0下载:
  2. G-code生成器,在matlab中使用,模拟数控加工,用于生成G代码(G-code Generator can be used in Matlab to simulate computerize-numberal-control process and generate general G code.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:nurmur
« 12 »
搜珍网 www.dssz.com