搜索资源列表
rs274ngc_new
- 数控系统中的解释器源代码,可以独立的运行,直接在dos环境下解释G代码-NC system for the interpretation of the source code, independent of the operation, directly in the environment explained dos G code
ucw-src129
- UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC
LR
- 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
repgcode-0.3
- An interpreter for the G-code language, which can control a 3-axis Cartesian positioning system (ie for a CNC milling machine) which has electronics compatible with the RepRap project.
GCodeCompiles
- 这个文件里一直有一个源文件,主要是对数控系统中用到的G代码进行语法和词法分析,编译,对搞数控的兄弟有一定的参考价值。-This file has been a source file, mainly used in the numerical control system, G-code syntax and lexical analysis, compile, NC brothers are engaged in a certain reference value.
lexandyacc
- G代码生成,解释,可以对机床进行控制,对各种参数进行设计-G code generation, interpretation, can be controlled machine tools, the design of various parameters
G-code-interpreter
- 数控G代码解释器的设计与实现,是G代码实现的最新成果-CNC G-code interpreter Design and Implementation of the latest results of the G code to achieve
generic-G-code-compiler
- 虚拟数控加工通用G代码编译器的研究。是G代码编译器生成的完整介绍。-Virtual CNC machining generic G-code compiler.G-code compiler generates the full descr iption.
7-segment-LED-display
- 74LS49 是一个BCD码——7段LED显示译码器,它具有四位二进制输入信号bi(3)到bi(0)和熄灭信号b1_n,以及7段LED驱动信号a,b,c,d,e,f,g-74LS49 is a BCD code- 7 segment LED display decoder, it has four binary input signal bi (3) bi (0) and extinguished signal b1_n, and 7-segment LED drive signals a, b
Code.Optimization.Effective.Memory.Usage
- This book explains how to optimize your C/C++ code by explaining the internals of the compiler, i.e. how the compiler generates the code and how you can fine tune your code to "inform" the compiler what to do to produce high performance code, takin g