搜索资源列表
disk_analysis
- 该程序可以分析磁盘的bpb,fat,fdt。这个程序是我刚学微机应用环境的时候编的,程序的应用范围不是很广。还不能硬盘的fdt表!-the program can analyze disk BPB, fat, fdt. This procedure is just learning microcomputer application environment in the series, the application process is not very wide. Not drives fd
MBRTest
- 读取、分析Windows磁盘的MBR及分区表,包括基本磁盘、GPT、动态盘等-Read, analyze and Windows disk MBR partition table, including basic disk, GPT, dynamic disk, etc.
LL(1)文法的判断
- 一个程序,用于判定给定的文法是否为ll(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOllOW集的计算; 3. ll(1)预测分析表的构造。(1)对输入文法,它能判断是否为ll(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的ll(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。