Liste des Groupes | Revenir à c theory |
On 6/29/2024 3:52 AM, Fred. Zwarts wrote:Op 28.jun.2024 om 21:01 schreef olcott:On 6/28/2024 1:48 PM, Fred. Zwarts wrote:Op 28.jun.2024 om 20:31 schreef olcott:On 6/28/2024 1:22 PM, Fred. Zwarts wrote:Op 28.jun.2024 om 18:54 schreef olcott:On 6/28/2024 10:48 AM, Fred. Zwarts wrote:Op 28.jun.2024 om 17:32 schreef olcott:
All instances of HHH abort what they are simulating.I have proven the verified fact that DDD is correctly emulated byThere is no infinite recursion pattern.
HHH and HHH correctly emulates itself emulating DDD until the
outer HHH sees that DDD meets the infinite recursion behavior
pattern.
You can also write this with a parameter:This is forbidden.I already proved that Sipser's word do not apply here. You simplyThe simulated HHH runs one cycle behind the simulating HHH. The
simulating HHH aborts the simulated HHH only one cycle before the
simulated HHH would return.
Aborting the simulation at this point makes it incorrect.
So, stop talking about infinite, because apparently do not
understand what it means. Infinite is much more than two.
>
ignore it and repeat the irrelevant text.
void Finite_Recursion()
{
static int Level = 0;
if (++Level <= 2) Finite_Recursion();
}
Les messages affichés proviennent d'usenet.