plo 源碼 在基礎上增加了 switch:case语句 和 while語句 輸入文件為Pascl
上传时间: 2017-01-01
上传用户:水口鸿胜电器
词法分析 1 试验目的 设计,编制并调试一个此法分析程序,加深对此法分原理的理解. 2 试验要求 1)待分析的简单语言的词法 * 关键字: begin if then while do end 所有关键字都是小写. 2)运算符和界符: : = + * - / < <= <> > >= = ( ) # 3)其他单词是标识符(ID)和整数型常数(NUM),通过一下正规式定义: ID=letter (letter|digit)* NUM=digit digit* 4)空格由空白,制表符和换行符组成,空格一般用来分隔ID,NUM,运算符,界符和关键字,此法分析阶段通常被忽略. 3 各种单词符号对应的种别码如表所示
上传时间: 2017-01-08
上传用户:dongqiangqiang
A pet management. To do a project like that in general, pointing hope.
标签: management pointing general project
上传时间: 2013-12-22
上传用户:3到15
int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) }
标签: int iNum getDivisor return
上传时间: 2013-12-17
上传用户:frank1234
plugin to test some thing i wanna do
上传时间: 2017-02-18
上传用户:busterman
Huffman codes In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0’s and 1’s? To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages. This problem can by solved by using an extended binary tree which is used in the 2- way merging problem.
标签: telecommunication represent messages Huffman
上传时间: 2014-01-04
上传用户:x4587
What is it? A generic stand-alone MIPS program that can do printf on a standard UART. requirements: . CPU has CP0 structure (r4k compatible) Configure:
标签: stand-alone requirem standard generic
上传时间: 2017-02-19
上传用户:shawvi
sound and stuff I mean come on what am I supposed to do here
上传时间: 2014-11-23
上传用户:璇珠官人
the Code standars i do it to my company
上传时间: 2013-12-22
上传用户:jqy_china
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
标签: automatically directory release System
上传时间: 2014-01-24
上传用户:rocketrevenge