文件名称:GETSYM
- 所属分类:
- 其他小程序
- 资源属性:
- 上传时间:
- 2013-10-30
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- cuishu******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一. PL/0语言建立一个词法分程序GETSYM(函数)
把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。
SYM:存放每个单词的类别,为内部编码的表示形式。
ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。
NUM:存放用户定义的数。
GETSYM要完成的任务:
-A. PL/0 language to build a lexical sub-program GETSYM (function) of the keyword, operator, called the language inherent delimiter word, identifiers, constants known as user-defined words. This setting three full amount: SYM, ID, NUM. SYM: storing each word category for the intra-coded representation. ID: storing user-defined identifier value, ie the machine identifier string representation. NUM: storing user-defined number. GETSYM want to accomplish:
把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。
SYM:存放每个单词的类别,为内部编码的表示形式。
ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。
NUM:存放用户定义的数。
GETSYM要完成的任务:
-A. PL/0 language to build a lexical sub-program GETSYM (function) of the keyword, operator, called the language inherent delimiter word, identifiers, constants known as user-defined words. This setting three full amount: SYM, ID, NUM. SYM: storing each word category for the intra-coded representation. ID: storing user-defined identifier value, ie the machine identifier string representation. NUM: storing user-defined number. GETSYM want to accomplish:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GETSYM.ncb