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

搜索资源列表

  1. arithmetic

    0下载:
  2. Java常用算法20例 方法描述: 兔子生兔子问题 插入排序,快速排序 杨辉三角形 循环移动数组 4个计算题 2个排列 素数,水仙花数,回文数 因子,分解质因数,完数 最大公约数和最小公倍数 Date类计算 一个实际问题的对象化 -Java methods commonly used algorithm 20 cases Descr iption: Bunny Rabbit Health problems insertion sort, qui
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:18983
    • 提供者:席晓明
  1. huiwendaima

    0下载:
  2. 可以对1到99999以内的数字判断是否为回文,简单方便,代码比较粗糙,欢迎大家选用修改-Within 1-99999 can determine whether the number is a palindrome, simple and convenient, the code runs correctly after upload
  3. 所属分类:JavaScript

    • 发布日期:2017-12-01
    • 文件大小:687
    • 提供者:
  1. HuiwenApplication

    0下载:
  2. 3) 采用递归方法编程,检查一个任意给定的字符串是否是回文。-3) using recursive method programming, checking an arbitrary given string is a palindrome.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-02
    • 文件大小:518
    • 提供者:罗立志
  1. huiwenchuan

    0下载:
  2. 回文串 的实现 你知道的 就是一些老师的 要求交的程序 回文串-Palindrome string
  3. 所属分类:Ajax

    • 发布日期:2017-12-05
    • 文件大小:2919
    • 提供者:李五锁
  1. Stack-and-queue

    0下载:
  2. 假设正读和反读都相同的字符序列为“回文”,例如,‘abba’和‘abcba’是回文,‘abcde’ 和‘ababab’则不是回文。试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”-Assumptions are read and read the same sequence of characters as "palindrome", for example, Abba and abcba is a palindrome, ABCDE and ababab is
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:29522
    • 提供者:阿莹
  1. 1-1000000000_huiwen

    0下载:
  2. 能够实现从1到10000000000的回文素数列举。效率较高,值得学习。-Can be achieved from 1-10000000000 palindromic primes enumerated. Higher efficiency, it is worth learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:805
    • 提供者:李广
  1. C

    0下载:
  2. 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4013
    • 提供者:王珊珊
  1. cn

    0下载:
  2.  编写一个Java应用程序。用户从键盘输入一个Long范围之间的数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,例如12121、3223都是回文数。并输出个位数所对应的枚举常量。-Write a Java application. User keyboard input a number between Long range, the program will determine the number is few numbers
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:15419
    • 提供者:xiayule
  1. PanDuan-HuiWen

    0下载:
  2. 利用栈的基本操作对某一字符串作出判断其是否为回文-Basic operations using the stack to make judgments on whether a string is a palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1079
    • 提供者:minjianhe
  1. p

    0下载:
  2. 此程序采用直接生成回文数的方法,高效地实现回文素数问题-This program uses a direct method to generate palindrome, palindromic primes efficient implementation issues
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:724
    • 提供者:zhouboqing
  1. liyongzhanheduiliepanduanhuiwen

    0下载:
  2. 数据结构中利用栈和队列来判断回文数列的C程序。-Data structure to determine the use of the stack and queue palindrome column C program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:226016
    • 提供者:梁轰
  1. five-classic--C-code

    0下载:
  2. 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci and integer partition problem.
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:46839
    • 提供者:李展
  1. duilie

    0下载:
  2. 1. 定义顺序队列类型,实现栈的所有基本操作。 2. 定义链队列类型,实现栈的所有基本操作。 3. 应用队列,编写测试函数判断字符序列是否为回文。 4. 编写测试程序。 -1 defines the type of queue order to achieve all of the basic stack operations. (2) define the queue type chain, to achieve all of the basic operation of th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2643
    • 提供者:guan
  1. huiwen

    0下载:
  2. 回文字符串是指从左到右和从右到左相同的字符串。 现给定一个仅由小写字母组成的字符串,你可以把它的字母重新排列,以形成不同的回文字符串。 * 输入:非空仅由小写字母组成的字符串,长度不超过100; 输出:能组成的所有回文串的个数(因为结果可能非常大,输出对1000000007取余数的结果)。 * 例如:输入"aabb" 输出为2(因为“aabb”对应的所有回文字符串有2个:abba和baab)-Palindrome string is from left to right and ri
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1029
    • 提供者:yu
  1. Circular-queue

    0下载:
  2. 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2352
    • 提供者:杨涛
  1. 777

    0下载:
  2. 证明任意一个数字,加上自己的逆序,反复多次都可以组成回文数-Prove any one figure, coupled with their own reverse, can be repeatedly composed palindrome
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:631
    • 提供者:wupengfei
  1. PointHuiwen

    0下载:
  2. 该程序完成了一个字符串的回文的输入和输出-The procedure was completed in a string of output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:155485
    • 提供者:张寻
  1. NarcissusNumber

    0下载:
  2. 水仙花数。通过输入判断是否为水仙花数(回文数)-Daffodils. Determine whether the daffodils
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:706
    • 提供者:caochang
  1. RevSubStr

    0下载:
  2. 长度为N(N很大)的字符串,求最长回文串-Length N (N large) strings, find the longest palindrome string
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:14741
    • 提供者:陶胡子
  1. huiwen

    0下载:
  2. 判断一段字符串是不是回文,恩就是这个样字的啦-Determine a string is not a palindrome, is this kind of grace
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:2402
    • 提供者:123
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 25 »
搜珍网 www.dssz.com