搜索资源列表
lc2
- this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 mode
Lexical-analyzer 简单的词法分析器
- 简单的词法分析器 1. 一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。 2.依次输出各个单词的内部编码及单词符号的自身值。 3.遇到错误时显示“无法识别的单词”,然后跳过错误部分继续显示 -Simple lexical analyzer 1. A process of reading words from the input source program, identify the meaning of
bianyiyuanlicifafenxi
- 词法分析 1、通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 2、编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本关键字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示) 有实验报告-Lexical Analysis 1, through the design of t
compilar
- 实现编译器的词法分析,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行)-Achieve compiler lexical analysis, from the input source program to identify each word has an independent significance, that is the basi
1219
- 测试显示屏的显示资料,显示屏初始化代码,针对测试用程序.-Testing the display screen information display initialization code, for testing procedures.
java_to_html_app
- 将JAVA/C++的源文件内容显示到HTML上,利用有限状态自动机实现。-display java/c++ source code to html using DFA.
LCD_4_bits_mode
- Source code for lcd display 4 bits mode for pic16f877 using CCS.
7segment1
- hi this is seven segment display code try to do this
Seven-segment-display-decoder
- 七段显示译码器 因为计算机输出的是BCD码,要想在数码管上显示十进制数,就必须先把BCD码转换成 7 段字型数码管所要求的代码。我们把能够将计算机输出的BCD码换成 7 段字型代码,并使数码管显示出十进制数的电路称为“七段字型译码器”。 -Seven-segment display decoder because the computer output is BCD code, in order to display in the digital tube decimal numbe
64X16LED
- 本程序是用AT89C51单片机,595做列驱动16*64的点阵显示程序,有电路图,可以对电路进行仿真,自己还可以更改显示代码,显示自己想要的汉子!-This procedure is AT89C51 microcontroller, 595 to do the column driver 16* 64 dot matrix display program, a circuit that can simulate the circuit, she could change the display
timer0
- hi i am presenting timer source code with LCD program. I am use timer0 which is 8 bit timer and it start count and result display on LCD.-hi i am presenting timer source code with LCD program. I am use timer0 which is 8 bit timer and it start count a
PL0bianyiqi
- PL/0编译主要特点: 1.能够对编译和运行过程进行多种方式的单步跟踪 2.在编译时能显示编译程序的函数调用情况和各重要变量的值 3.设有联机文档,使用方便 4.界面友好,功能全面. 5.带有一个功能全面的源程序编辑器 6.采用多线程技术.-PL/0 Compiler main features: 1. To compile and run the process on a variety of ways, single-step tracking
cifafenxiqi
- PL/0是一种十分简单的"高级"程序设计语言,它只有整数一种类型,但 却具有相当完全的可嵌套的分程序结构。PL/0可进行常量定义、变量说明 和过程说明,并具有通常程序设计所必需的最基本的语句,如:赋值语句、 条件语句、循环语句、过程调用语句和复合语句。-PL/0 Compiler main features: 1. To compile and run the process on a variety of ways, single-step tracking 2. At com
jsqjizixd
- proteus计算器仿真,c语言编程,4*4键盘编码,lcd显示-proteus calculator simulation, c language programming, 4* 4 keypad code, lcd display
complier
- 我们设计的编译程序涉及到编译五个阶段中的三个,即词法分析器、语法分析器和中间代码生成器。编译程序的输出结果包括词法分析后的二元式序列、变量名表、状态栈分析过程显示及四元式序列程序,整个编译程序分为三部分: (1) 词法分析部分 (2) 语法分析处理及四元式生成部分 (3) 输出显示部分 -We designed the compiler to compile the five stages involved in the three, namely, lexical analy
Uartlpc2148transmit_old
- code for recieving data trough serial uart bus and display the data on the 7segment. this code is by keil uvision compiler and works on lpc2148 from nxp.co enjoy it
cffx
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解,并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类,并依次输出各个单词的内部编码及单词符号自身值(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。-Debugging through the design of the preparation of a specific lexi
lexical-analyzer
- 对给定的程序通过词法分析器能够识别一个个单词符号,并以二元式(单词种别码,单词符号的属性值)显示。而本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-The procedure given by the lexical analyzer to recognize one word symbols, and binary type (other types of code word, the word symbols of attribute values) shows. And
CompileC1
- 用java写的图形界面词法分析器,输入文件路径,点击“打开”,在文本框中显示代码,点击“编译”,在另一文本框显示编译结果-Graphical interface using java to write the lexical analyzer, enter the file path, click " Open" display code in the text box, click the " compile" in another text box dis
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