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

搜索资源列表

  1. 4_14huiwen

    0下载:
  2. 求出100--500内的所有满足下述条件的"回文数"(正读与反读大小相同的数为 "回文数"):该数的3位数字之和大于等于10-Find 100- 500 all meet the following conditions within the " palindrome" (read anti-right reading and the number of the same size as the " palindrome" ): This 3-digit n
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:570
    • 提供者:renxia
  1. hw

    0下载:
  2. 输入一串字符串,程序判断该字符串是否为回文的-Enter a string, the program to determine whether the string is palindrome
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:106906
    • 提供者:sc
  1. C-class

    1下载:
  2. 找出所有满足以下特性的六位整数: (1) 它是一个完全平方数(完全平方数是指该数是某个整数的平方); (2)该数同时也是回文数(回文数是指该数等于它的反序数)。 -Find all six of the following characteristics of an integer: (1) it is a perfect square (perfect square is the square of the number is an integer) (2) The num
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:146222
    • 提供者:Nelfove
  1. PalindromeTester

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

    • 发布日期:2017-04-11
    • 文件大小:806
    • 提供者:water
  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. huiwenshu

    0下载:
  2. 研究数字规律,给出一定长度的随机数看是否满足回文数-Research Digital rules give a certain length of random numbers to see if satisfied palindrome
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:185436
    • 提供者:fgh
  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. java

    0下载:
  2. 求1+2!+3!+...+20!的和 利用递归方法求5!。 有5个人坐在一起,问第五个人多少岁?他说比第4个人大2岁。问第4个人岁数,他说比第3个人大2岁。问第三个人,又说比第2人大两岁。问第2个人,说比第一个人大两岁。最后问第一个人,他说是10岁。请问第五个人多大? 给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 请输入星期几的第一个字母来判断一下是星期几,如果第
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:4214
    • 提供者:高明辉
  1. isprim

    0下载:
  2. 判断一个随意输入的字符串是否为回文字符串-An arbitrary string to determine whether the input string palindrome
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:536
    • 提供者:陈潇
  1. he

    0下载:
  2. 回文判断,具体回文是什么我也忘了,不过此程序绝对是正确的啊-Palindrome determine the specific palindrome is what I have forgotten, but this program is absolutely correct ah
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:785
    • 提供者:hhhlnln
  1. 1

    0下载:
  2. 判断回文数的算法,代码简洁易懂,注释清晰明了-Algorithm to determine palindrome, code easy to read, comment clarity
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6530
    • 提供者:yizi
  1. HWEN

    0下载:
  2. 回文数猜想算法C语言经典实现,运行看看,猜想数字里的其他奥妙吧-Palindrome conjecture algorithm to achieve the classic C language, run to see, guess it figures in the other wonders
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:902
    • 提供者:杨阳
  1. huiwen

    0下载:
  2. 输入一个字符串,判断是否为回文串或回文数-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:338108
    • 提供者:xlj
  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. Desktop

    0下载:
  2. 这是一个小的Java应用程序,是判断一个字符串是否是回文-This is a small Java application
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:22054
    • 提供者:娜娜娜
  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. hiwenzichuan

    0下载:
  2. 回文串的源代码,大一学生可以看看啊,最基本的-Palindromic string of source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:205605
    • 提供者:许仙
  1. find_huiwen

    0下载:
  2. 随机输入一个数,判断它是不是对称数(回文数)(如3,121,12321,45254)。不能用字符串库函数-Enter a random number to determine the number it is not symmetrical (palindromic) (as 3,121,12321,45254).Can not use the string library functions
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:435962
    • 提供者:zhanghui
  1. 41

    0下载:
  2. 请编写函fun,函数的功能是:判断字符串是否为回文?或是,函数返回1,主函数中输出:YES,否则返回0,主函数中输出NO。回文诗指顺读和倒读都一样的字符串。 例如,字符串LEVEL是回文,而字符串123312就不是回文。 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 -Write a letter of fun, function is to: determine whether a s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4110
    • 提供者:储谢东
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com