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

搜索资源列表

  1. s2y1

    0下载:
  2. C语言编写算法,判断依次读入的一个以@为结束符的字母序列,判断其是否为回文序列。-Written in C language algorithm, a judge in turn read to the end of the letter for the @ symbol to judge whether the sequence, for palindrome sequence.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:829440
    • 提供者:TsaiCai
  1. huiwen

    0下载:
  2. 本题要求给定字符串的最长回文子串长度,由于数据量过大,我们使用manacher算法求字符串的最长回文子串长度。-Can you propose an efficient algorithm to find the length of the largest palindrome in a string?
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:756
    • 提供者:张德志
  1. 357

    0下载:
  2. 排序。判断是否回文。加密程序,将输入一字符串进行加密,字符串中所有字母加密,非字母字符不变。字母加密=如: A - F B - G .... Z - E 。-Sort. Determine whether the palindrome. Encryption program, the input string encryption to encrypt all the letters in the string constant non-alphabetic characters. Letter
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1331
    • 提供者:chihpin
  1. PALIN

    0下载:
  2. a simple program to check if the given program is a palindrome or not and if it is then inform the user who entered the string as input.
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:662
    • 提供者:Prateek
  1. java_5

    0下载:
  2. 一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。-A 5-digit, determine if it is palindrome. That 12321 is a palindrome, a bit the same as ten thousand, ten and one thousand.
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:6621
    • 提供者:小雨李
  1. lianb

    0下载:
  2. 用链表来实现数值转换,回文和括号匹配,大一小学期学C++课程设计时写的-With a linked list to achieve the the numerical conversion palindrome and brace matching, freshman elementary school- school C++ write curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:3353
    • 提供者:diulianguo
  1. main

    2下载:
  2. usaco第九题回文数是指从左向右念和从右向左念都一样的数。如12321就是一个典型的回文数。 给定一个进制B(2<=B<=20,由十进制表示),输出所有的大于等于1小于等于300(十进制下)且它的平方用B进制表示时是回文数的数。用’A’,’B’……表示10,11等等。 -The ninth title palindrome usaco is the same number of read and right-to-left read from left to rig
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:595
    • 提供者:
  1. huiwenshu

    0下载:
  2. 包含3个文件代码,回文数的判断,字符的反转,统计含有7的数字个数-Contains three files code palindrome judgment, the inversion of the character, statistics contain the number of digits of 7
  3. 所属分类:JavaScript

    • 发布日期:2017-12-04
    • 文件大小:1219
    • 提供者:赵轶昌
  1. huiwen

    0下载:
  2. 该程序是回文字符串的程序,非常适合刚学c的人需研究学习,里面的注释非常清楚。-The program is a palindrome string of the program, to be studied very suitable for people just learning c learning, the notes inside is very clear.
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:1302
    • 提供者:young
  1. huiwen

    0下载:
  2. 判断回文的一个简单函数,java知识必备。学习使用-A simple function of the judge palindrome java knowledge essential. Learning to use
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:3775
    • 提供者:jingpintop10
  1. panduanhuiwen

    0下载:
  2. 判断一个包含数字和字母的字符串是不是正序和倒叙一样,即是不是回文?-Determine a string of numbers and letters is not positive sequence and flashback, that is not a palindrome?
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:525
    • 提供者:乔石磊
  1. calfflac

    0下载:
  2. USACO练习题1.3.4,回文检测,数据结构-USACO exercises 1.3.4 palindrome detection, data structures
  3. 所属分类:assembly language

    • 发布日期:2017-12-09
    • 文件大小:1655
    • 提供者:seraphina
  1. palindromeC

    0下载:
  2. Palindrome checker. Used to check if a string is a palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:1726
    • 提供者:sam
  1. 1

    0下载:
  2. 假设正读和反读都相同的字符序列为“回文”,例如,‘abba’和‘abcba’是回文,‘abcde’ 和‘ababab’则不是回文。试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”。-Assuming a positive reading and anti-reads the same sequence of characters " palindrome" , for example, ' abba' and ' abcba' pal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:859
    • 提供者:zoe
  1. A

    0下载:
  2. 输入一个字符串,然后判断该字符串是否是回文式,如"abcba"就是一个回文式。-Enter a string, and then determine whether the string is a palindrome, such as " abcba" is a palindrome type.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:589
    • 提供者:yao
  1. T1

    0下载:
  2. 输入一段数字,程序判断该数字是否是回文数。-Enter a digital program to determine whether the figure is a palindrome.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:546
    • 提供者:joke
  1. CPP

    0下载:
  2. c++经典小程序,也是c++二级考试经常考到的小程序。包括:骑士旅行,回文,筛选,快速排序等程序。-c++ the classic small program, also c++ secondary examination often to test the applet. Include: Knight s Tour, palindrome, screening, quick sort program.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:4142
    • 提供者:王建凯
  1. huiwenshu

    0下载:
  2. 华为编程大赛,回文数试题,值得一看,非常的经典!-Huawei programming contest, palindrome questions, the eye, very classic!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:258969
    • 提供者:
  1. huiwen

    0下载:
  2. 回文算法,适用于C开发平台,非常实用和经典,便于参照和学习。-Palindrome algorithm for C development platform, very practical and classic ease of reference and learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:3400
    • 提供者:Damon
  1. CSADCWEEW

    0下载:
  2. 输出字符串的长度,判断数是不是回文数,找出1000内的所有元素-All elements of the output string length, the number of judgments is not a palindrome, find out the 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1595
    • 提供者:吴伟
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 20 »
搜珍网 www.dssz.com