搜索资源列表
20063161712468
- 序(约延时8ms)后再回到按键查询状态,不断循环;有按键时,LED动态显示子程序作为按键防抖延时被连续调用二次(约延时16ms),待按键处理程序执行完后,再回到按键查询状态,同时兼顾了按键扫描取值的准确性和LED动态显示的稳定性。秒定时采用定时器T0中断方式进行,60秒计数由定时-sequence (about 8ms delay) to come back button inquiries and continuously cycle; When a button, LED dynamic d
dierzuoye-cifa
- 第二个编译作业~词法分析器~从一个文件读入代码分析后将结果写到另一个文件中-second compiler operations ~ ~ lexical analyzer from a document read into the code analysis results will wrote another document
ploc++build
- plo 清华版的第二章的那个!! 1. 基本内容(成绩范围:“中”、“及格”或“不及格”) 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,TO, DOWNTO 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 (2)扩充赋值运算:+= 和 -= (3)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> TO <表达式>
4_goldbachs_conjecture
- 证明Goldbach s Conjecture是我第二个小作业,也可以计算Goldbach s Conjecture-prove Goldbach's Conjecture is my second small operations, Goldbach also can calculate's Conjecture
complier
- 计算机编译原理(龙书第二版)的一些学习的相关材料,要点什么的-Computer Compiler Principle (Liuzhou the second edition of the book) a number of learning-related material, what the main points
ape-05
- lex and yacc第二版配套源程序 -lex and yacc second edition of matching source
ape-06
- lex and yacc第二版配套源程序 -lex and yacc second edition of matching source
lexandyacc
- lex and yacc第二版chm lex and yacc第二版chm-lex and yacc Second Edition chm lex and yacc Second Edition chm
c-viterbi
- 这是(2,1,7)viterbi编码和译码的c语言代码 译码中是用基二算法实现的,运行时首先要在c盘中建立一个输入文件和一个输出文件。-This is the [2,1,7] viterbi encoding and decoding of the c language code decoding is to use the base implementation of the second algorithm, run-time we must first set up in c aft
Parser
- C语言的语法分析器,我们编译原理课程的第二次实验-C language parser, we have compiled the second principle of the experimental curriculum
Lex_and_Yacc_2edition
- lex与yacc中文版原书第二版 附带书上代码-lex and yacc original Chinese version attached to the second edition of the code book
070927224155
- 这个便是我们实验中的第二项,语法分析。内容很多,大家看时要仔细-This is our second experiment, grammar analysis.
bianyiyuanlishiyan
- 《编译原理》第二版 胡伦浚著 。书后实验上机源代码及实验报告。-" Compiler Construction Principles" of the second edition of HU Lun-jun. After the experiment on board the report of the source code and experiment.
MITSUBISHI_Compiler
- 一、该工程已基本完成PLC编程器的功能。 二、还需完成的功能有: 1。助记符程序分段时,不需加(;***)符号。 2。写助记符程序时,加行号。 3。助记符程序编辑器,还要加上光标位置显示。 4。元器件地址需用数据库进行管理。 5。使助记符程序与梯形图程序之间能互相切换。 6。还需补充MSP、MRD、MPP、MC、MCR等语句。-A, the project has basically completed the PLC programmer functio
1
- 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
leidayima
- 实现解译雷神报文,把目标显示在屏幕上,它就类似与一个雷达平面显示器。-second radar use c language to finish this project .It takes me a lot of time.I hope my fruit can help some people.
Compilers_Principles_Techniques_and_Tools(2nd_Edit
- 编译原理经典书籍,“龙书”英文版第二版,是学习编译原理的必备书籍-Compiler theory classic books, " Dragon book" English second edition, is to learn the essential principles of book compiled
bianyiyuanli
- 计算机编译原理——编译程序构造实践(第二版)内附光盘中的源码-Computer Compiler Principles- Compiler Construction Practice (Second Edition) CD-ROM included in the source
OPG
- 编译原理课程设计—基于算符优先分析方法的表达式语法分析器 学习了张素琴的《编译原理》(第二版),根据书中的算法,写了个语法分析器。 有完整的代码+文档。-Principles of curriculum design compiler- based analysis of the expression operator precedence parser learn Zhang Suqin the " compiler theory" (second edition),
myPL0
- 本次实验使用平台是Microsoft Visual C++6.0,编程语言是C语言,利用递归下降子程序法实现对一个PL/0源程序中的表达式、各种说明语句、赋值语句进行词法分析和语法分析,完成符号表的管理并能实现确定源码中标识符的类型与二维坐标位置,和赋值语句及表达式中间代码的生成,做的一大亮点是程序有着很严格的出错处理子程序,能确定错误类型和错误位置,能检测输入源程序的开头,数值类型的判断,运算错误检查,变量定义重复性的检查,数值类型的一致性检查,语法错误的检查等多达二十种错误类型。 程序的