Liste des Groupes | Revenir à theory |
Experts in the C programming language will know that DDBut that isn't the Halting Question, and HHH doesn't correctly simulate DD and return an answer, so you claim is based on two LIES.
correctly simulated by HHH cannot possibly reach its own
"if" statement.
The finite string DD specifies non-terminating recursiveNope, the "finite string DD" is just an invalid program representation, as it isn't the representation of a complete program.
simulation to simulating termination analyzer HHH. This
makes HHH necessarily correct to reject its input as
non-halting.
typedef void (*ptr)();And the string needs to be the representation of a FULL PROGRAM.
int HHH(ptr P);
int DD()
{
int Halt_Status = HHH(DD);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}
int main()
{
HHH(DD);
}
https://www.researchgate.net/ publication/369971402_Simulating_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D
https://github.com/plolcott/x86utm/blob/master/Halt7.c
has fully operational HHH and DD
The halting problem has always been a mathematical mapping
from finite strings to behaviors. That people do not comprehend
this shows the shallowness of the depth of the learned-by-rote
(lack of) understanding.
Les messages affichés proviennent d'usenet.