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

搜索资源列表

  1. PalindromeTest

    0下载:
  2. 字符串回文简便算法,JAVA代码,包括自动处理空格\标点符号以及其他字符串等.-Palindrome algorithm using Java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1166
    • 提供者:王梓
  1. JAVA

    0下载:
  2. 包括角谷,色子,回文等矿大JAVA实验课留的作文-Including Kakutani, bosons, palindrome, such as large mining JAVA experimental composition class to stay
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:4755
    • 提供者:shen
  1. Java

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 二、二战期间,英国情报人员获取德军的一机密电报,电报的内容为: bzdz izu sxgzd
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:74854
    • 提供者:king
  1. java2

    0下载:
  2. 回文, 判断输入的字符串是否是回文的主要代码和将十进制数据转换成相应的二进制或者8进制表示-Palindrome, to determine whether the input string is a palindrome of the main code and data will be converted into the corresponding decimal binary notation, or 8
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:11065
    • 提供者:解密
  1. PalindromeIgnoreNonAlphanumeric

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

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

    0下载:
  2. 判断输入的数字是否是回文数,回文数:121、12321等从左到右和从右到左是一样的-Enter the number to judge whether the palindrome palindrome: 121,12321 other from left to right and from right to left is the same
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1501
    • 提供者:菜菜
  1. Palindromo_By_Ostor

    0下载:
  2. Check if the String is a Palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:12232
    • 提供者:Ostor
  1. palindrom

    0下载:
  2. Java code that reads in strings and determines weather or not said string is a palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12002
    • 提供者:GHQST
  1. java1

    0下载:
  2. 1、编写一个Java应用程序。用户从键盘输入一个1~99999之间的整数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,如12121和3223都是回文数。 2、编写一个Java应用程序,该程序中有一个Rational(有理数)类,具体要求如下: ?Rational类有两个int型的成员变量,名字分别为numerator(分子)和denominator(分母)。 ?提供Rational add(Rational r)方法,即
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1232
    • 提供者:00
  1. zifuchuan

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

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

    0下载:
  2. 判断回文-Palindrome Tester
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:806
    • 提供者:water
  1. exercise

    0下载:
  2. Rewrite Example 7.1, "Checking Palindromes," which checks * whether a string is a palindrome. Create your own reverse method. * Do not use the reverse method in the StringBuffer class. */- Rewrite Example 7.1, "Checking Palindromes," which
  3. 所属分类:JavaScript

    • 发布日期:2017-05-24
    • 文件大小:3167254
    • 提供者:张喆
  1. 22

    0下载:
  2. 一个用于判断所输入的1~99999之间的数是否是回文数的Java程序-One for the judge entered a number between 1 to 99999 if the Java program is a palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1603
    • 提供者:xuzhiping
  1. Huiwen

    0下载:
  2. 输入一个字符串,检查字符串是否为回文,字符串中的标点符号和空格忽略不计-Enter a string, check string is a palindrome, punctuation and spaces in the string is negligible
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:875
    • 提供者:longqq
  1. Huiwen

    0下载:
  2. 回文数 编写一个Java应用程序。用户从键盘输入一个1~99999之间的数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,如12121和3223都是回文数。-Palindrome write a Java application. The user from the keyboard to enter a number between 1 to 99999, the program will determine this numb
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:3295
    • 提供者:路一侧
  1. javasmallprogram

    0下载:
  2. 猜数 杨辉三角 输出字母表 判断回文 银行存取钱 几个java小程序 刚开始学习java编的-Yang Hui triangle output alphabet guessing the number of banks to determine palindrome of several java applets to access the money just started learning java compiled
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:20140
    • 提供者:凌览
  1. aa

    0下载:
  2. 判断一个字符串序列是否是回文的函数,要求只使用堆栈,不使用队列-Determine whether a string is palindrome sequence of functions, requiring only the use of the stack, do not use the queue
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1262
    • 提供者:178203
  1. Code5

    0下载:
  2. 判断一个数是否为回文数,提供了两种方法以便参考,方法一:只要利用内置函数解决该问题,方法二:主要通过数组判断-Determine if a number is palindrome, offers two ways to reference one: as long as the use of built-in functions to solve the problem, method two: mainly through the array to determine
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:542
    • 提供者:bolun
  1. java

    0下载:
  2. 在控制台下输入数据,E2判读输入字符串是否是回文。E3用于判断输入的网址是否合法;E4用于打印杨辉三角-In the console input data, E2 interpretation of the input string is a palindrome. E3 used to determine the legality of the input address E4 Yang Hui triangle for printing
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:1279
    • 提供者:刘洋
  1. HomeWork1

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。-Write a java application. User from the keyboard to enter a number between 1-9999, the program will determine this number is several numb
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:80707
    • 提供者:DEMON_SADDER
« 1 23 4 »
搜珍网 www.dssz.com