文件名称:Palindromes-judgement-CSharp
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 28kb
- 下载次数:
- 0次
- 提 供 者:
- 欧**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于C#+winform开发的“回文判定”程序:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。此判定程序包含了三种判定方法:1、根据数组元素;2、利用栈先进后出,队列先进先出的特点3、分段检测。(已给出完整的代码注释)-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)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
回文判定
........\回文判定
........\回文判定.sln
........\回文判定.suo
........\........\bin
........\........\...\Debug
........\........\...\.....\回文判定.exe
........\........\...\.....\回文判定.pdb
........\........\...\.....\回文判定.vshost.exe
........\........\...\.....\回文判定.vshost.exe.manifest
........\........\obj
........\........\...\Debug
........\........\...\.....\TempPE
........\........\...\.....\回文判定.csproj.FileListAbsolute.txt
........\........\...\.....\回文判定.exe
........\........\...\.....\回文判定.pdb
........\........\Program.cs
........\........\Properties
........\........\..........\AssemblyInfo.cs
........\........\Queue.cs
........\........\Stack.cs
........\........\回文判定.csproj
........\........\回文判定.csproj.user
........\回文判定
........\回文判定.sln
........\回文判定.suo
........\........\bin
........\........\...\Debug
........\........\...\.....\回文判定.exe
........\........\...\.....\回文判定.pdb
........\........\...\.....\回文判定.vshost.exe
........\........\...\.....\回文判定.vshost.exe.manifest
........\........\obj
........\........\...\Debug
........\........\...\.....\TempPE
........\........\...\.....\回文判定.csproj.FileListAbsolute.txt
........\........\...\.....\回文判定.exe
........\........\...\.....\回文判定.pdb
........\........\Program.cs
........\........\Properties
........\........\..........\AssemblyInfo.cs
........\........\Queue.cs
........\........\Stack.cs
........\........\回文判定.csproj
........\........\回文判定.csproj.user