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

搜索资源列表

  1. Longest-Palindromic-Substring

    0下载:
  2. //动态规划求最长回文子串 //用布尔型t[i][j]表示子串(s(i....j))是否为回文子串 //其中t[i][j]的值可通过t[i+1][j-1]的值以及是s[i]和s[j]是否相等判断(即子串(s(i...j))是否为回文子串可通过子问题s(i+1,...,j-1)是否为回文串来解决) //通过left和right来指示当前最长回文子串的下标-// Dynamic programming longest palindrome substring // Boolean t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2606400
    • 提供者:guopengju
  1. PALINDROME

    1下载:
  2. MIPS assembly,汇编实现输入一个字符串,判断其是否为回文-MIPS assembly, the compilation includes a string input to determine whether it is a palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:王云辉
  1. Desktop

    0下载:
  2. 字符串回文检测,三个数大小排序,等等小程序代码-String palindrome detection, three numbers in descending order, etc. applet code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1552
    • 提供者:俞博
  1. 5-Longest-Palindromic-Substring

    0下载:
  2. “回文串”是一个正读和反读都一样的字符串,比如“level”或者“noon”等等就是回文串。回文子串,顾名思义,即字符串中满足回文性质的子串。 Manacher算法- Palindrome string is a positive reading and verlan are the same string, such as level or noon and so is a palindrome string. Palindrome substring, by definitio
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3132928
    • 提供者:闫鑫
  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. example103

    0下载:
  2. 计算企业奖金,计算回文件数等,里面有说明!-Enterprise computing bonuses, calculated back to document the number, which has made it clear!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2507
    • 提供者:sha281075
  1. huiwen

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

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

    0下载:
  2. 回文,求一个数字是否是回文,中间含有一个函数,然后可以进行判定-Palindrome, is seeking a number is palindrome in the middle contains a function, and then can be determined
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:914
    • 提供者:lan254771
  1. huiwen1111

    0下载:
  2. 回文是指正向读和反向读都一样的一段数字或者文字,如321123或“able was I ere I saw elba”。编写程序,输入一个9位整数,并判断它是否是回文-Palindrome is a correction to the reading and reverse reading of the same period the number or text, such as 321,123, or able was I ere I saw elba . Programming, ent
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:shang40699
  1. Palindrome

    0下载:
  2. 回文串,可以实现回文串的判断,忽略字符串中的英文字母的大小写-Palindrome string, string palindrome can judge ignored the letters in the string case
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:823
    • 提供者:wenag05n173
  1. palindrome101

    0下载:
  2. 回文判断输入一个字符串可以判断是不是回文。-Determine palindrome
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:811
    • 提供者:apo8g248
  1. palindrome102

    0下载:
  2. 回文的判断方式,c++实现,参照baidu上面的代码-Palindrome way the judge, c++ Achieve, in the light of the above code baidu
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5835
    • 提供者:laan44n062
  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. PalindromeJudge

    0下载:
  2. c++代码,代码功能为:判断一个字符串是否为回文串-c++ code, the code for the function: to determine whether a string is a palindrome string
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1869496
    • 提供者:yangyang
  1. math_test

    0下载:
  2. 计算任意1~L自然数中回文数字(形如:101,121,232,353的个数)的个数,输出结果存在文件Datafile中。 -CALCULATING 1 ~ L is a natural number of palindromic numbers (like this: the number of 101,121,232,353) number, the output of file Datafile in.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:wenbin
  1. Shortest-Palindrome

    0下载:
  2. 给定一个字符串,你可以将它转换成一个回文通过添加字符在它前面。找到并返回最短的回文可以发现通过执行这个转换。    例如:     鉴于“aacecaaa”,返回“aaacecaaa”。    鉴于“abcd”,返回“dcbabcd”。-Given a string S, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:563
    • 提供者:胡延旭
  1. C

    0下载:
  2. 实现杨辉三角的输出,字符指针检测回文,字符数组检测回文,字符串按要求排序,哥德巴赫猜想的验证等C语言程序,亲测有效-Print Pascal s Triangle Goldbach conjecture verification The method of judging character array palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:郭庆乐
  1. Palindrome_check

    0下载:
  2. 测试输入字符是不是回文,该回文测试忽略所有空格和标点符号,并忽略字母的大写和小写形式 -Test input character is not a palindrome, the palindrome test ignores all spaces and punctuation, and ignore uppercase and lowercase letters
  3. 所属分类:source in ebook

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

    0下载:
  2. 计算年月日回文的日期 计算年月日回文的日期-cal the day is the same as reverted
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:597
    • 提供者:xxl04120184
  1. LongPlind_Remove

    0下载:
  2. 寻找回文子串是一道经典的面试题,本代码旨在解决字符可删情况下的寻找最长回文子串问题。-Finding the longest palindromic substring is one of the most typical face questions, the source code uploaded is aimed to finding the longest palindromic substring while the characters are removable.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:921
    • 提供者:彭雄友
« 1 2 ... 11 12 13 14 15 1617 18 19 20 »
搜珍网 www.dssz.com