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

搜索资源列表

  1. huiwen

    0下载:
  2. 回文判断 和八皇后完整文挡-Palindrome judgment and eight Queen's complete text block
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:22162
    • 提供者:zyh
  1. Ex6_17

    0下载:
  2. 用一个堆栈实现回文的测试程序,分测试的字符长度是奇数还是偶数个两中情况-achieve with a stack Palindrome testing procedures, test-length of the characters is odd or even number-two situation
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:844
    • 提供者:葡萄
  1. java_huiwen

    0下载:
  2. 这个例子是Java回文的例子,是从网上下的,感觉看这个程序还是比较看的懂的-this example is the Java palindrome example is from the Internet under the impression that this procedure can still do more to understand the
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1377
    • 提供者:david
  1. huiwenshuchu

    0下载:
  2. 一个Java应用程序,用户从键盘输入一个1~99999之间的数,程序将判断这个数是几位数,并判断这个数是不是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,例如12121、3223都是回文数。-a Java application, user input from a keyboard 1 ~ 99,999 between the number of This procedure will determine the number is few, and a judgment o
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1680
    • 提供者:wangxl
  1. Palindrome

    0下载:
  2. 回文数的判断,输入一个字符串,不考虑标点符号和空格,只考虑字母或数字,判断它是否回文数-palindrome number of judgment, the importation of a string of not punctuation and spaces, only letters or numbers, to judge whether it palindrome number
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1264
    • 提供者:hechengwei
  1. Palindrome

    0下载:
  2. 一个求回文数的Java程序,学生作业,学习参考很好
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5327
    • 提供者:redsunworld
  1. java_2222.rar

    0下载:
  2. 回文数问题。如果一个数按反向顺序放置后仍然相等,称为回文数(如: 12321)。编程:任意输入一个数据,判断此数是否为回文数。,Palindrome number of issues. If a few by the reverse is still the same after placing the order, known as the palindrome number (eg: 12,321). Programming: an arbitrary input data, to dete
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1764
    • 提供者:李残月
  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
    • 文件大小:99366
    • 提供者:陈竑睿
  1. Palindrome

    0下载:
  2. Palindrome for softeware development
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1375
    • 提供者:月亮
  1. huiwen

    0下载:
  2. 实现了回文数的查询,显示1到1000的回文数,自己查询数,程序可以做出判断!-Achieved a palindrome number of inquiries, show the palindrome 1-1000 number of their queries, procedures can be made to judge!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:824
    • 提供者:郭宏光
  1. huiwenshu

    0下载:
  2. 1-99999位数回文数判断,银行管理包括利率,密码,剩余额-1-99999 digit palindrome number of judgments, bank management, including interest rates, passwords, the remaining amount of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2750
    • 提供者:陈玲
  1. palindrome

    1下载:
  2. This program checks a word or a phrase if it is a palindrome. Palindrome is a word, phrase, number or other sequence of units that can be read the same way in either direction (the adjustment of punctuation and spaces between words is generally permi
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:573
    • 提供者:Ron
  1. palindrome

    0下载:
  2. 判断输入的字符串(单词或者一个句子)是否是回文的。(不计标点和大小写以及空格)-Determine the input string (word or a sentence) it is a palindrome of. (Excluding punctuation and capitalization and spaces)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3238
    • 提供者:suchao
  1. palindrome

    0下载:
  2. this java coding where it is test the word is palindrome or no..palindrome is the word,phrase, number or other sequence of units that can be read the same way in either direction.For example "madam".-this is java coding where it is test the word is p
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1393
    • 提供者:mizz
  1. Palindrome-number

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 -Write a Java applications. The user from the keybo
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:139153
    • 提供者:海鲜
  1. Palindrome

    0下载:
  2. 判断回文串,如果是回文串,将此回文串打印出来,不是显示不是回文,忽略非字母和数字-To determine palindrome string is a palindrome string, this palindrome string print it out, instead of showing is not a palindrome, ignoring non-letters and numbers
  3. 所属分类:Ajax

    • 发布日期:2017-04-10
    • 文件大小:1377
    • 提供者:宋景玮
  1. StackClassAgain

    0下载:
  2. Stack java program that contains different methods, such as Reverse, parentheses and palindrome and prefix methods.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:19280
    • 提供者:Musab
  1. Palindrome

    0下载:
  2. Simple Palindrome Code For Java. I am just a beginner.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:3019
    • 提供者:Jon
  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. Palindrome

    0下载:
  2. 判定一个正整数是否是一个回文数。例如12121是回文数,而1231不是回文数。回文数定义为可以以中间某个数字对称,或者间隔对称,例如123321,或者1234321。(Determines whether a positive integer is a palindrome. For example, 12121 is a palindrome, and 1231 is not a palindrome. Palindrome numbers are defined as symmetric o
  3. 所属分类:Java编程

    • 发布日期:2017-12-25
    • 文件大小:28672
    • 提供者:tanguijuan
« 12 3 4 »
搜珍网 www.dssz.com