CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 回文串

搜索资源列表

  1. palindrome

    0下载:
  2. 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward sequence of characters). Each in
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:97.04kb
    • 提供者:陈竑睿
  1. PalindromeIgnoreNonAlphanumeric

    0下载:
  2. 在忽略既非字母又非数字的字符,判断回文串-Ignore neither the letter nor the number of characters to determine palindrome string
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:714byte
    • 提供者:朱鹏飞
  1. huiwen

    0下载:
  2. 验证回文串,例如bob是回文,前读和后读一样-huiwen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2.58kb
    • 提供者:jack
  1. zifuchuan

    0下载:
  2. Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19kb
    • 提供者:鬼舞
  1. PalStrJudge

    0下载:
  2. 实现回文串判断:判断是否为回文串,然后将判断的结果输出。在验证回文串时,忽略大小写、空格和标点。-Palindrome string judgments: judging whether a palindrome sequence, and then the result of the judgment output. Verify palindrome string, ignore case, spaces and punctuation.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:27.28kb
    • 提供者:gsp
  1. huiwen

    0下载:
  2. 输入一串字符,个数不超过100个,且以"."结束。判断它们是否构成回文-Enter a string of characters, the number is not more than 100, and in order to " ." End. Determine whether they constitute a palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:751byte
    • 提供者:PHILIP
  1. CheckPalindrome

    0下载:
  2. 检查输入的字符串是否为回文串,一个简单的小程序-Check the input string is palindrome string, a simple little program
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:563byte
    • 提供者:周昊阳
  1. huiwen

    0下载:
  2. 回文字符串是指从左到右和从右到左相同的字符串。 现给定一个仅由小写字母组成的字符串,你可以把它的字母重新排列,以形成不同的回文字符串。 * 输入:非空仅由小写字母组成的字符串,长度不超过100; 输出:能组成的所有回文串的个数(因为结果可能非常大,输出对1000000007取余数的结果)。 * 例如:输入"aabb" 输出为2(因为“aabb”对应的所有回文字符串有2个:abba和baab)-Palindrome string is from left to right and ri
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1kb
    • 提供者:yu
  1. 123

    0下载:
  2. 输入一个字符串,判断是不是回文串,如果是回文串就正确的显示出结果,如果不是就返回-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
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:102.32kb
    • 提供者:刘毅
  1. TestHuiWen

    0下载:
  2. 弹出一个对话框,输出一个字符串,然后判断出是否为回文串。-A dialog box pops up, the output of a string, and then determine whether a string is a palindrome.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:14.27kb
    • 提供者:段盈盈
  1. MaxBackTraceSubString

    1下载:
  2. 最长回文子串的Java实现 经典算法习题之一 可以输出一串字符中最长的重复子串-Java longest palindrome substring exercises to achieve one of the classic algorithm can output a string of characters in the longest repeated substring
  3. 所属分类:Java Develop

    • 发布日期:2015-08-10
    • 文件大小:5kb
    • 提供者:yeacho
  1. huiwen

    0下载:
  2. 回文串的实现,适合初学java的人使用和阅读-Palindrome string implementations, suitable for beginners java people use and read
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:1.69kb
    • 提供者:苏越阳
  1. Test3

    0下载:
  2. 编写程序,从命令行参数读取一个字符串,然后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.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1.15kb
    • 提供者:danny
  1. 新建文件夹

    0下载:
  2. 编写程序,验证一个字符串是否为回文串:是否从前读它和从后读它都是一样的。例如,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
  3. 所属分类:Java编程

    • 发布日期:2018-01-02
    • 文件大小:3kb
    • 提供者:嘿嘿250
搜珍网 www.dssz.com