资源列表
[编译器/词法分析] zjdm
说明:逆波兰式定义: 将运算对象写在前面,而把运算符号写在后面。用这种表示法表示的表达式也称做后缀式。逆波兰式的特点在于运算对象顺序不变,运算符号位置反映运算顺序。采用逆波兰式可以很好的表示简单算术表达式,其优点在于易于计算机处理表达式。-Reverse Polish definition: The object EDITORIAL computing, and the operator symbols written on the back. Use this expression, said ex<项阳> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[编译器/词法分析] brainfck
说明:brainf×ck的一种解释器。Brainf*ck,是一种极小化的计算机语言,它是由Urban Müller在1993年创建的。由于fuck在英语中是脏话,这种语言有时被称为brainf*ck或brainf***,甚至被简称为BF。 -brainf × ck an interpreter. Brainf* ck, is a minimization of the computer language, it is by Urban Müller in 1993 created. As the<王林> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[编译器/词法分析] PasswordField
说明:这是一个密码验证框图的原代码,相信对某些人还是很有用的。-This is a block diagram of a password to verify the original code, I believe some people still very useful.<lining> 在 2025-06-14 上传 | 大小:1kb | 下载:1
[编译器/词法分析] 6
说明:构造一个简单程序设计语言的词法分析器,要求: 1) 含有保留字program, begin, end, var, integer, if, then, else, do, while. 2) 标识符和无符号的整常数,其中保留字和标识符不区分大小写. 3) 含有界符和运算符如下:+,-, (, ), =, >, <, , :, :=.,,。 4) 输出二元组。 -Construct a simple programming language<wangyangyang> 在 2025-06-14 上传 | 大小:1kb | 下载:0