【发布时间】:2019-04-05 15:00:24
【问题描述】:
我已经为这个看似微不足道的问题寻找答案,但我没有找到任何答案。
Can a Turing machine, given a word w, calculate the length of the word?
【问题讨论】:
标签: complexity-theory turing-machines
我已经为这个看似微不足道的问题寻找答案,但我没有找到任何答案。
Can a Turing machine, given a word w, calculate the length of the word?
【问题讨论】:
标签: complexity-theory turing-machines
是的,当然!以下是需要考虑的事情:
另一种观点:请记住,根据 Church-Turing 论文,您可以使用任何有效的计算模型做任何事情,您可以使用 TM 做任何事情,因此由于其他模型可以测量输入长度,因此 TM 也可以做到。
【讨论】: