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

搜索资源列表

  1. PalindromeTester

    0下载:
  2. 回文数,忽略标点和空格,测试回文数的好代码-Palindrome, ignoring punctuation and spaces, a good number of test code for palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:634
    • 提供者:一路孤行
  1. huiwen

    0下载:
  2. 判断从键盘输入的一个数是否是回文数的小程序。-palindrome data
  3. 所属分类:Java Develop

    • 发布日期:2017-05-24
    • 文件大小:3336313
    • 提供者:riderhu
  1. 1--10000-Plalindrome-

    0下载:
  2. 求1--10000的回文数 可以实现求1--10000的回文数,并且以每行17个数字的格式输出。-Requirement 1- 10000 palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9911
    • 提供者:大顺
  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
    • 文件大小:27938
    • 提供者: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
    • 文件大小:751
    • 提供者:PHILIP
  1. CheckPalindrome

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

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

    0下载:
  2. 包含3个文件代码,回文数的判断,字符的反转,统计含有7的数字个数-Contains three files code palindrome judgment, the inversion of the character, statistics contain the number of digits of 7
  3. 所属分类:JavaScript

    • 发布日期:2017-12-04
    • 文件大小:1219
    • 提供者:赵轶昌
  1. huiwen

    0下载:
  2. 判断回文的一个简单函数,java知识必备。学习使用-A simple function of the judge palindrome java knowledge essential. Learning to use
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:3775
    • 提供者:jingpintop10
  1. T1

    0下载:
  2. 输入一段数字,程序判断该数字是否是回文数。-Enter a digital program to determine whether the figure is a palindrome.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:546
    • 提供者:joke
  1. arithmetic

    0下载:
  2. Java常用算法20例 方法描述: 兔子生兔子问题 插入排序,快速排序 杨辉三角形 循环移动数组 4个计算题 2个排列 素数,水仙花数,回文数 因子,分解质因数,完数 最大公约数和最小公倍数 Date类计算 一个实际问题的对象化 -Java methods commonly used algorithm 20 cases Descr iption: Bunny Rabbit Health problems insertion sort, qui
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:18983
    • 提供者:席晓明
  1. huiwendaima

    0下载:
  2. 可以对1到99999以内的数字判断是否为回文,简单方便,代码比较粗糙,欢迎大家选用修改-Within 1-99999 can determine whether the number is a palindrome, simple and convenient, the code runs correctly after upload
  3. 所属分类:JavaScript

    • 发布日期:2017-12-01
    • 文件大小:687
    • 提供者:
  1. HuiwenApplication

    0下载:
  2. 3) 采用递归方法编程,检查一个任意给定的字符串是否是回文。-3) using recursive method programming, checking an arbitrary given string is a palindrome.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-02
    • 文件大小:518
    • 提供者:罗立志
  1. huiwenchuan

    0下载:
  2. 回文串 的实现 你知道的 就是一些老师的 要求交的程序 回文串-Palindrome string
  3. 所属分类:Ajax

    • 发布日期:2017-12-05
    • 文件大小:2919
    • 提供者:李五锁
  1. cn

    0下载:
  2.  编写一个Java应用程序。用户从键盘输入一个Long范围之间的数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,例如12121、3223都是回文数。并输出个位数所对应的枚举常量。-Write a Java application. User keyboard input a number between Long range, the program will determine the number is few numbers
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:15419
    • 提供者:xiayule
  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
    • 文件大小:1029
    • 提供者:yu
  1. huiwen

    0下载:
  2. 判断一段字符串是不是回文,恩就是这个样字的啦-Determine a string is not a palindrome, is this kind of grace
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:2402
    • 提供者:123
  1. huiwen

    0下载:
  2. 判断一个数组是否为回文数组,如果是输出是回文,如果不是则输出是回文数组。例如abcba是回文数组,acb不是回文数组。-Determine whether an array palindrome array, if the output is a palindrome, if not then the output is a palindrome array. For example abcba is a palindrome array, acb not a palindrome array.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:3600
    • 提供者:
  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
    • 文件大小:104779
    • 提供者:刘毅
  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
    • 文件大小:14612
    • 提供者:段盈盈
  1. prime

    0下载:
  2. USACO1.5寻找两个数字之间的回文数且是质数的数Prime Palindromes,例如151是回文数也是质数-The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backward). Write a program that finds all prime palindromes
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:8463
    • 提供者:
« 1 2 34 »
搜珍网 www.dssz.com