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

搜索资源列表

  1. JAVA-experiment-3

    0下载:
  2. 1、用循环语句打印一个99乘法表。 2、判断回文数(逆序排列后得到的数和原数相同)。 -1, with a 99 loop Print multiplication table. 2, to determine palindrome (reverse chronological order number and the same number).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:79536
    • 提供者:郭培源
  1. vb

    0下载:
  2. 编程找出10000以内所有的回文数的平方仍是回文数的数。所谓回文数是指左右数字完全对称的自然数,例如:11,121,1221等都是回文数。-Programming to find the square of the 10000 within the palindrome is a palindrome number. The so-called palindrome is a natural number of the figure is completely symmetrical abou
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:3267
    • 提供者:陈田
  1. 123

    0下载:
  2. 利用栈实现数制转换的算法和回文字符串的判定 -Use of stack number system conversion algorithms and palindrome string to determine
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2561
    • 提供者:吴伟群
  1. huiwen

    0下载:
  2. 数据结构中回文判断问题,回文是数据结构中经典的问题之一,此程序可以判断输入字符串是否为回文-Palindrome determine whether the problem data structure, data structure palindrome is one of the classic, this procedure can determine whether the input string is a palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1207
    • 提供者:传秋
  1. main

    0下载:
  2. 找出最长的回文子串,输出的第一行为找到的最长的回文字符串的长度。后面的行应该包括该字符串,字符串两边多余的空格和标点都不需要输出,但字符串中的空格、标点和换行则需要按照原样输出。-To find the longest palindrome substring of the first acts of the output to find the longest palindrome length of the string. Back row should include extra spac
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:682
    • 提供者:赵灵儿
  1. PalStrJudge

    0下载:
  2. 实现回文串判断:判断是否为回文串,然后将判断的结果输出。在验证回文串时,忽略大小写、空格和标点。-Palindrome string judgments: judging whether a palindrome sequence, and then the result of the judgment output. Verify palindrome string, ignore case, spaces and punctuation.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:27938
    • 提供者:gsp
  1. Palindrom1

    0下载:
  2. this programa tells you if a word is or is not a palindrome
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:35941
    • 提供者:carlosa
  1. Symmetry

    0下载:
  2. 使用传递函数指针的通用头文件实现的判断输入字符串是不是回文的一个小程序,但通用性很强-Use a common header file transfer function pointers implemented to determine the input string is not a palindrome a small program, but very versatile
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:809999
    • 提供者:ss
  1. shujujiegou

    0下载:
  2. 栈回文、括号匹配等由C语言或C++语言编写的数据结构算法题-Stack palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:4385
    • 提供者:Jessie
  1. huiwen

    0下载:
  2. 输入一串字符,个数不超过100个,且以"."结束。判断它们是否构成回文-Enter a string of characters, the number is not more than 100, and in order to " ." End. Determine whether they constitute a palindrome
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:751
    • 提供者:PHILIP
  1. a

    0下载:
  2. 比n大的最小回文数问题,c语言简单实现。 主要考虑n的长度为奇数和偶数-Smallest palindrome larger than n, c language simple. The main consideration of the length of n for odd and even
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:513
    • 提供者:huang sq
  1. huiwen

    0下载:
  2. 设计算法,判断该字符串的前n个字符组成的是否为回文,且使算法时间复杂度最小。 (注:123321、abcdeedcba均为回文,但12321不是回文) -Design algorithm to determine the first n characters of the string is a palindrome, and the complexity of the algorithm time minimum. (Note: 123321, abcdeedcba are palin
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:167694
    • 提供者:shiloh
  1. huiwen

    0下载:
  2. 回文数,对于判断字符串可以有效地进行控制盒输出-Palindrome can effectively control box output string for judging
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:70294
    • 提供者:李雷
  1. 判断是不是回文数

    0下载:
  2. 题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同, 十位与千位相同。 -Topic: a 5 digits, judge is it palindromes number. Namely 12321 is palindrome Numbers, bits and ten thousand the same, 10 and one thousand the same.
  3. 所属分类:编程文档

    • 发布日期:2017-10-31
    • 文件大小:2606
    • 提供者:崔嬴
  1. huiwen

    0下载:
  2. 该程序利用栈以及队列的基本知识,如:入栈,出栈等判断输入的字符串是否为回文。-The program utilizes the basic knowledge of the stack and queue, such as: the stack, the stack judgments input string is palindrome.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1100
    • 提供者:南海
  1. sicily3

    0下载:
  2. 输入一个字符串(字符串的长度不超过100),求出其中最长的回文子串的长度。子串的含义是:在原串中连续出现的字符串片段。回文的含义是:正着看和倒着看相同,如abba和yyxyy。-Enter a string (the length of the string is not more than 100), calculated the length of the longest palindrome substring. The substring meaning: the string frag
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:6283
    • 提供者:chen jian sheng
  1. huiwen

    0下载:
  2. 数据结构中,用C++语言,用栈和队列实现回文-Data structure, stack and queue C++ language palindrome
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:229432
    • 提供者:刘洪强
  1. CPP

    0下载:
  2. 通过数组的复制来实现回文数的判断,通过数组的复制来实现回文数的判断。-Array replication the palindrome judgment, the judgment of the palindrome array replication.
  3. 所属分类:assembly language

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:夜听竹
  1. 019

    0下载:
  2. 判断是否回文数对c语言初学者有一定用处,Determine whether the palindrome-Determine whether the palindrome
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:7663
    • 提供者:petter
  1. CheckPalindrome

    0下载:
  2. 检查输入的字符串是否为回文串,一个简单的小程序-Check the input string is palindrome string, a simple little program
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:563
    • 提供者:周昊阳
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 20 »
搜珍网 www.dssz.com