Introduction - If you have any usage issues, please Google them yourself
Based on C#+ winform development "palindromes judgement" program: for a keyboard input from the string, decide whether it is reported. That same palindromes positive and negative sequence. Such as "abba" is reported, and "abab" is not reported. The judge program includes three convicted methods: 1, according to an array element 2, the use of advanced after a stack, queue advanced first out features 3, stage detection. (has given the complete code note)