请输入您要查询的字词:

 

单词 gap theorem
释义
gap theorem

Computer
  • A theorem in complexity theory that, like the speedup theorem, can be expressed in terms of abstract complexity measures (see Blum’s axioms) but will be more understandable in the context of time:given any total recursive function

    g(n)n
    there exists a total recursive function S(n) such that
    DTIME(S(n))=DTIME(g(S(n)))
    (see complexity classes). In other words there is a ‘gap’ between time bounds S(n) and g(S(n) within which the minimal space complexity of no language lies.

    This has the following counter-intuitive consequence: given two universal models of computation, say a Turing machine that makes one move per century and the other a random-access machine capable of performing a million arithmetic operations per second, then there is a total recursive function S(n) such that any language recognizable in time S(n) on one machine is also recognizable within time S(n) on the other.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2024/6/28 17:56:55