关于NFA的重要状态 我们将具有非ε出转移的NFA状态称为NFA的重要状态(Important state)。这里我直接贴定义原文了,这个好理解。
Importance State: We call a state of an NFA important if it has non-ϵ out-transition.
如何判定两NFA States相等 拥有完全相同的Importance states 要么都有Accept State,要么都没有。 相关算法的回顾 我们来回顾一下Regex-NFA的算法,看看如何跳过NFA直接到DFA。回顾一 …
Start to learn ARM64 ASM! - S1E1 - Installing the qemu for aarch64 on x86-64 archlinux
Goal This post shows how to install aarch64 qemu simulator on x86-64 and run a simple program on aarch64.
Step 1: Installing prerequisites for qemu-system-aarch64. Basically, you will need to install the following packages into your x86-64-based host system.
qemu-system-aarch64: For the emulator …