搜索资源列表
palindrome
- 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward sequence of characters). Each in
PalindromeIgnoreNonAlphanumeric
- 在忽略既非字母又非数字的字符,判断回文串-Ignore neither the letter nor the number of characters to determine palindrome string
huiwen
- 验证回文串,例如bob是回文,前读和后读一样-huiwen
zifuchuan
- Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
PalStrJudge
- 实现回文串判断:判断是否为回文串,然后将判断的结果输出。在验证回文串时,忽略大小写、空格和标点。-Palindrome string judgments: judging whether a palindrome sequence, and then the result of the judgment output. Verify palindrome string, ignore case, spaces and punctuation.
huiwen
- 输入一串字符,个数不超过100个,且以"."结束。判断它们是否构成回文-Enter a string of characters, the number is not more than 100, and in order to " ." End. Determine whether they constitute a palindrome
CheckPalindrome
- 检查输入的字符串是否为回文串,一个简单的小程序-Check the input string is palindrome string, a simple little program
huiwen
- 回文字符串是指从左到右和从右到左相同的字符串。 现给定一个仅由小写字母组成的字符串,你可以把它的字母重新排列,以形成不同的回文字符串。 * 输入:非空仅由小写字母组成的字符串,长度不超过100; 输出:能组成的所有回文串的个数(因为结果可能非常大,输出对1000000007取余数的结果)。 * 例如:输入"aabb" 输出为2(因为“aabb”对应的所有回文字符串有2个:abba和baab)-Palindrome string is from left to right and ri
123
- 输入一个字符串,判断是不是回文串,如果是回文串就正确的显示出结果,如果不是就返回-Enter a string that judgment is not a palindrome string, if the string is a palindrome on the proper display of the results, if not it returns
TestHuiWen
- 弹出一个对话框,输出一个字符串,然后判断出是否为回文串。-A dialog box pops up, the output of a string, and then determine whether a string is a palindrome.
MaxBackTraceSubString
- 最长回文子串的Java实现 经典算法习题之一 可以输出一串字符中最长的重复子串-Java longest palindrome substring exercises to achieve one of the classic algorithm can output a string of characters in the longest repeated substring
huiwen
- 回文串的实现,适合初学java的人使用和阅读-Palindrome string implementations, suitable for beginners java people use and read
Test3
- 编写程序,从命令行参数读取一个字符串,然后1)检验它是否是回文;2)显示其中最大连续递增的有序子串。-Write a program, read a string the command line parameters, then 1) test whether it is a palindrome 2) shows the largest continuous increasing ordered on.
新建文件夹
- 编写程序,验证一个字符串是否为回文串:是否从前读它和从后读它都是一样的。例如,mom,dad是回文串。该程序接收用户输入的字符串,判断是否为回文串,然后将判断的结果输出。在验证回文串时,忽略大小写、空格和标点。示例输出如图所示。(Write a program to verify whether a string is a palindrome string: whether it was read before and after reading it is the same. For exa