CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - palindrome

搜索资源列表

  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. 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. 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. 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. 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. main

    0下载:
  2. 回文数判断程序,将输入的数转换成字符,调用判定程序实现功能-Palindrome judgment procedure will be entered into a number of characters, call the judge program functions! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:980
    • 提供者:hahha
  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. 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. wodehuiwen

    0下载:
  2. 用栈实现的判断是否回文算法,算法是自己写的,可以运行-Determine whether a stack to achieve the palindrome algorithm, the algorithm is to write, you can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:175420
    • 提供者:jingjing
  1. huiwen

    0下载:
  2. VS 2008 下的 回文函数是想包含测试的主函数。-Palindrome function under VS 2008 is to contain the main function tests.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1216085
    • 提供者:shuna
  1. huiwen

    0下载:
  2. 回文(palindrome)是指一个字符串从前面读和从后面读都一样,仅使用若干栈和队列、栈和队列的ADT函数以及若干个int类型和char类型的变量,设计一个算法来判断一个字符串是否为回文。假设字符串从标准输入设备一次读入一个字符,算法的输出结果为true或者false。-Palindrome (palindrome) refers to a string read from the front and from the back to read the same, only a number
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:809
    • 提供者:林佩燕
  1. Judge-palindromic-sequence

    0下载:
  2. 制作简易的菜单,运用递归调用,实现判断回文数的功能-Create a simple menu using a recursive call to realize the function of judge palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1340
    • 提供者:王云
  1. pro9

    0下载:
  2. 如果一个数从左往右读和从右往左读都是一样,那么这个数就叫做“回文数”。例如,12321就是一个回文数,而77778就不是。当然,回文数的首和尾都应是非零的,因此0220就不是回文数。 事实上,有一些数(如21),在十进制时不是回文数,但在其它进制(如二进制时为10101)时就是回文数。 编一个程序,从文件读入两个十进制数N (1 <= N <= 15)S (0 < S < 10000)然后找出前N个满足大于S且在两种或两种以上进制(二进制至十进制)上是回文数的十进
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:187393
    • 提供者:
  1. back

    0下载:
  2. 回文分析C程序:可判断字符串内存储的是否为回文,可判断中英混合字符串。 回文样例:上海自来水来自海上。 ABCBA A我B市B我A-Palindrome analysis C program: to determine whether the string is stored as a palindrome, the judgment of mixed strings. Palindrome Example: Shanghai water from the sea. ABCBA
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:533
    • 提供者:Chengtianyi
« 1 2 34 5 »
搜珍网 www.dssz.com