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

搜索资源列表

  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. NarcissusNumber

    0下载:
  2. 水仙花数。通过输入判断是否为水仙花数(回文数)-Daffodils. Determine whether the daffodils
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:706
    • 提供者:caochang
  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. javatest1

    0下载:
  2. 实验1 Java项目开发 参照演示程\Eclipse使用初步讲解,使用Eclipse编写一个Java应用程序。用户从键盘输入一个Long范围之间的数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,例如12121、3223都是回文数。并输出个位数所对应的枚举常量。-Experiment 1 Java project development process with reference to the demo \ Eclipse us
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:20118
    • 提供者:
  1. jishiben

    0下载:
  2. 用java实现的简单记事本,提供新建,保存,另存为,字体,颜色等功能,提供回文数,数字引文互译,统计单词数,文本求和等功能-Using java to achieve a simple notepad, offers New, Save, Save As, fonts, colors and other features, provides palindrome, digital citations translation, statistical number of words, text s
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:9137
    • 提供者:myname
  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
    • 文件大小:5120
    • 提供者:yeacho
  1. huiwen

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

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

    0下载:
  2. 蓝桥杯练习题目,包括大数乘法、高斯日记、花朵数、回文数、排序-Blue Bridge Cup practice questions, including large numbers multiply, Gaussian diary, a few flowers, palindrome, sorting
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:22900
    • 提供者:yingzai
  1. teshuhuiwenshu

    0下载:
  2. 蓝桥杯题目特殊的回文数代码,算法优化,数组操作-Blue Bridge Cup title palindrome special codes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3649
    • 提供者:袁希
  1. huiwenshu

    0下载:
  2. 用JAVA环境编写程序,判断是不是回文数- JAVA programming environment with a judge is not a palindrome
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:12840
    • 提供者:李明
  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
    • 文件大小:1180
    • 提供者:danny
  1. lseeon

    0下载:
  2. 实现反素数,反素数,就是回文数也是素数的,然后输出这些数的程序-Achieve emirp, emirp, is a palindrome is a prime number, then the number of the output of these programs
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5632
    • 提供者:sdfwer
  1. 1-1000000000_huiwen

    0下载:
  2. 能够实现从1到10000000000的回文素数列举。效率较高,值得学习。-Can be achieved 1-10000000000 palindromic primes enumerated. Higher efficiency, it is worth learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:850
    • 提供者:zhan32166
  1. HuiWen

    0下载:
  2. java用字符串比较的方法来判断输入的一条字符串是否是回文-java string comparison method to determine the character input is not a palindrome
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:569
    • 提供者:田鹏昌
  1. Determination-of-palindrome

    0下载:
  2. 从键盘输入一个1至99999之间的数,通过该程序可以告诉你,输入的数是不是回文数-Enter a number between 1-99999 the keyboard, through the program can tell you that the number entered is not a palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:6708
    • 提供者:倪培昆
« 1 2 3 45 »
搜珍网 www.dssz.com