turing-complete
Generally, is it possible to write kinect-like app using only C++? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-13 02:58 分类:问答Is C++ preprocessor metaprogramming Turing-complete?
I know C++ template metaprogramming is Turing-complete. Does the s开发者_如何转开发ame thing hold for preprocessor metaprogramming?Well macros don\'t directly expand recursively, but there are ways we[详细]
2023-04-06 19:00 分类:问答Is the Starbucks menu Turing Complete?
If we were to interpret the Starbuck\'s mini-language menu system as some sort of grammar or state machine, woul开发者_运维百科d that grammar be Turing complete? A description of the Starbuck\'s order[详细]
2023-03-14 04:54 分类:问答Is it possible to write a self-interpreting FSM or Pushdown Automaton?
I\'m sorry for this newbie question, but I need a quick answer to tel开发者_开发技巧l a friend if that\'s possible.Wow.A lot of answering this question comes down to deciding what such a thing means.[详细]
2023-02-14 20:31 分类:问答What logic gates are required for Turing completeness?
My son has been playing Little Big Planet 2 lately, and I noticed that the game editor 开发者_JAVA技巧allows AND gates, OR gates and NOT gates... Is it Turing complete? If so, can anyone recommend a s[详细]
2023-02-09 06:32 分类:问答Are .NET's regular expressions Turing complete?
Regular expressions are often pointed to as the classical example of a language that is not Turning complete. For example \"regular expressions\" is given in as the answer to this SO question looking[详细]
2023-02-07 03:50 分类:问答Simple vs. Nested
Are simple loops as powerful as nested loops in terms of Turing compl开发者_如何学JAVAeteness?In terms of Turing completeness, yes they are.[详细]
2023-02-04 18:16 分类:问答The type system in Scala is Turing complete. Proof? Example? Benefits?
There ar开发者_StackOverflow社区e claims that Scala\'s type system is Turing complete. My questions are:[详细]
2023-01-22 16:55 分类:问答Is conditional branching a requirement of Turing-completeness?
I\'ve been searching the web and I\'m finding somewhat contradictory answers. Some sources assert that a language/machine/what-have-you is Turing complete if and only if it has both conditional and un[详细]
2023-01-21 08:24 分类:问答Looking for languages that are not Turing complete
I know a little about what is a turing-machine and a turing-complete language, but t开发者_如何学编程o understand better, could someone give examples of languages that are not Turing complete? (maybe[详细]
2023-01-13 10:49 分类:问答