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

搜索资源列表

  1. HuiWenPrc

    0下载:
  2. 一个用c语言写的小程序,主要实现了计算回文数。适合新手理解-C language used to write a small program, the main computational palindrome. Suitable for beginners to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:173417
    • 提供者:陈佳卫
  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. huawei

    0下载:
  2. 华为上机题目,包括灯亮盏数、地铁换乘、最大最小值、括号匹配、回文数、将第一行中含有第二行中“23”的数输出并排序-Huawei computer subject, including the light lamp, transit, maximum minimum, parentheses matching, palindrome, will be the first line contains 23 the number of output in the second row and so
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8690559
    • 提供者:周大鱼
  1. huiwenshu

    0下载:
  2. 回文数 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。-Print all palindrome number does not exceed n (take n < 256) of its symmetrical nature of the square (also called a palindrome).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:11795
    • 提供者:joson
  1. num4

    0下载:
  2. 华为笔试题 [软件工程题]4、随机输入一个数,判断它是不是对称数(回文数)(如3,121,12321,45254)。不能用字符串库函数 -Huawei pen questions [Software Engineering title]
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:552337
    • 提供者:杨柳青
  1. huiwen

    0下载:
  2. 解决回文数问题,这个程序是为了解决回文数而写的,所谓回文数,就是左右对称的数-Palindrome problem solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:157661
    • 提供者:kekeke
  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. 7104

    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. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1469
    • 提供者:zhang8075173
  1. huiwen

    0下载:
  2. 对回文数进行管理,abccba以及abcba都是回文数。-Palindrome the management, abccba, as well as abcba palindrome.-
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:890
    • 提供者:zhuo769359
  1. Practice1_15

    0下载:
  2. 找出回文数,就是在一定范围内找出顺读和倒读都一样的词语。-Palindrome identify a few, that is, a certain scope to identify cis and read back the words read are the same.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:974
    • 提供者:azi0n539
  1. 0base-agorithm(2)

    0下载:
  2. 零基础C++算法编程1,包括回文数、递归算阶乘、哥德巴赫猜想等简单算法的代码-Zero-based C++ programming algorithm 1, including palindrome, recursive factorial operator, Goldbach conjecture and other simple algorithm code
  3. 所属分类:Other systems

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

    0下载:
  2. 求1-20000之间的平方回文数 回文数也叫对称数,是指这类数的各位数字具有对称性,例如12121,通常,可以通过使用任何一个数字与其倒序数相加,再依次执行下去获得,例如:96+69 165,165+561 726,726+627 1353,1353+3531 4884。但是也有某些数字目前为止还不能验证是否可以通过上述操作获得回文数,例如数字196。平方回文数是指这类数字即是回文数,又是某个自然数的平方数,例如121,就是11的平方数,同时也是回文数。可以编写程序,通过遍历获得平方回文数
  3. 所属分类:StatusBar

    • 发布日期:2017-04-13
    • 文件大小:2055
    • 提供者:水云间
  1. xunzhaohuiwenshu

    0下载:
  2. c语言课程设计,寻找回文数程序,包含了文件的读写操作-c language curriculum design, look for palindrome programs, including the operation of reading and writing files
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:28124
    • 提供者:胡茂林
  1. huiwensu

    0下载:
  2. 回文数判断程序,如1234321是回文数,123456不是回文数-Palindrome number to determine the procedures, such as 1234321 is the number of palindrome, 123456 is not the number of palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:1741373
    • 提供者:何郑
  1. Paliddrome

    0下载:
  2. 这是一个判定计数的问题,需要判定一个数是否为素数和回文数 函数isprime()用来判定一个数是否是素数;函数ispalindrom()用来判定一个整数是否为回文数,这是一个更为通用的函数,可以指定进制。 使用函数进行判定时,先调用哪个函数也是有讲究的,一要看那个函数的计算时间,二要看判定成功的概率,需要综合考虑。(The function isprime () is used to determine whether a number is a prime number; the fu
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:3072
    • 提供者:铁底河畔
  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
  1. rootkits_windows

    0下载:
  2. 对数组元素排序 任意进制数的转换 判断回文数(Sort the array elements Conversion of arbitrary numbers Determine the number of palindrome)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-28
    • 文件大小:553984
    • 提供者:速度多少
  1. 设备租借系统

    0下载:
  2. 设备租借系统 demo,用于设计相关开发,C#源码(Equipment rental system demo for design related development, C# source code)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:12145664
    • 提供者:xuxuixu
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com