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

搜索资源列表

  1. 7

    0下载:
  2. 编程找出10000以内所有的回文数的平方仍是回文数的数。所谓回文数是指左右数字完全对称的自然数,例如:11,121,1221等都是回文数。-All of the programming find within 10,000 square is still the number of reported the number of reported. So-called palindromes number refers to the specified number of symmetrical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1432
    • 提供者:张一
  1. test2

    0下载:
  2. 老师让我们写个回文数的小程序,* 题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数 k(如n=13,则a=169且k=961),若a等于k则可判定n为回文数。-Let the teacher write a palindromic number of small programs,* the subject analysis and algorithm design is to determine the n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:150039
    • 提供者:ada
  1. huiwenshu

    0下载:
  2. 输入一个字符串,如果这个字符串时对称的,则说明这个数十回文数,否则不是-Enter a string, if the string symmetry, then the dozens of palindromic number, otherwise not
  3. 所属分类:Other windows programs

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

    0下载:
  2. VB环境做的回文数判断,初级的简单东西,自己做的-VB-palindromic done to determine the number of primary simple things, doing their own
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:49054
    • 提供者:谌杰峰
  1. Jav

    0下载:
  2. 创建电视实现保和数组字符串等的创建,变更判断回文数-Create TV to achieve security and the creation of such an array of strings, changing determine palindrome
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5172172
    • 提供者:张扬
  1. plalindrome

    0下载:
  2. 回文数的练习程序,java实现(plalindrome.java)-plalindrome.java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:穆雨
  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. all

    0下载:
  2. C语言写的大部分算法问题,比如回文数,素数,等。-Most algorithms written in C language problems, such as palindrome, prime, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4046
    • 提供者:bajoige
  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. pan

    0下载:
  2. 这软件可寻找回文数,如果有错误请帮忙修改.-This software can find palindrome if there is an error, please help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2243
    • 提供者:
  1. pquest

    0下载:
  2. 这软件能把 196 到反过来(691),然后再相加(196+691),此软件会不断反复进行以上步骤,直到答案为数到1百万位.(寻找196的回文数)-This software is able to turn 196 (691), and then sum it (196+691), the software will continue to be repeated the steps above until the answer to number 1 million digit. (Looki
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2512
    • 提供者:
  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. 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. 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. 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. 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 2 34 5 6 7 8 »
搜珍网 www.dssz.com