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

搜索资源列表

  1. PrimeAndPalindrome

    0下载:
  2. 判断5到20亿之间的回文质数(也称回文素数)。采用构建奇数长度回文数的方法,将计算量级缩小。-Palindromic primes judge (also called palindromic primes) 5-2000000000 between. The method of constructing odd length palindrome, and will calculate the magnitude smaller.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:yangerming
  1. Manacher

    0下载:
  2. Manacher算法 回文串O(n)解决方法 最快的回文串查找策略-Manacher palindrome string algorithm O (n) solution fastest palindrome string search strategy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:550
    • 提供者:ll
  1. HuiWenPrc

    0下载:
  2. 一个用c语言写的小程序,主要实现了计算回文数。适合新手理解-C language used to write a small program, the main computational palindrome. Suitable for beginners to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:173417
    • 提供者:陈佳卫
  1. Desktop

    0下载:
  2. 实现对一串由用户输入的字符串判断其是否是回文的操作算法-Achieve a string of a string entered by the user to determine whether it is a palindrome operation algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:15614
    • 提供者:Maxwell
  1. huawei

    0下载:
  2. 华为上机题目,包括灯亮盏数、地铁换乘、最大最小值、括号匹配、回文数、将第一行中含有第二行中“23”的数输出并排序-Huawei computer subject, including the light lamp, transit, maximum minimum, parentheses matching, palindrome, will be the first line contains 23 the number of output in the second row and so
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8690559
    • 提供者:周大鱼
  1. huiwenshu

    0下载:
  2. 回文数 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。-Print all palindrome number does not exceed n (take n < 256) of its symmetrical nature of the square (also called a palindrome).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:11795
    • 提供者:joson
  1. huiwen

    0下载:
  2. 解决回文数问题,这个程序是为了解决回文数而写的,所谓回文数,就是左右对称的数-Palindrome problem solving
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:157661
    • 提供者:kekeke
  1. huiwen

    0下载:
  2. 利用数据结构中栈与队列实现回文的判断 并含有栈队列等操作的定义-Is defined with the data structure stack and queue implementation Palindrome judgment and containing a stack queues operations
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1434
    • 提供者:赵凯
  1. Desktop

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

    • 发布日期:2017-04-13
    • 文件大小:1552
    • 提供者:俞博
  1. Dev-cPP2

    0下载:
  2. There are ten simple program which include calculate circular diameter length, area, exponential, hierarchy number, judge palindrome and show radius number times etc-There are ten simple program which include calculate circular diameter length, area,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3033
    • 提供者:majoryang
  1. 6-Palindrome

    0下载:
  2. 华为上机笔试题目,回环数的,是华为题库的东西,可以看看,笔试的时候用。-a problem in huawei interview.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1868234
    • 提供者:liu
  1. 19214101-2212.cpp

    0下载:
  2. Beginning with begin, end point to the beginning and end of the two elements of a palindrome, begin and end point values are compared, if not equal, returns false, otherwise begin to point to the next element end point to the previous element, and th
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1364
    • 提供者:qy
  1. 0base-agorithm(2)

    0下载:
  2. 零基础C++算法编程1,包括回文数、递归算阶乘、哥德巴赫猜想等简单算法的代码-Zero-based C++ programming algorithm 1, including palindrome, recursive factorial operator, Goldbach conjecture and other simple algorithm code
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4021
    • 提供者:qwertyuiop
  1. huiwenzifu

    0下载:
  2. 利用c语言进行回文字符的判断,并给出了详细的注释。-Using c language palindrome characters to judge, and gives a detailed note.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:712531
    • 提供者:王请问
  1. huiwensu

    0下载:
  2. 回文数判断程序,如1234321是回文数,123456不是回文数-Palindrome number to determine the procedures, such as 1234321 is the number of palindrome, 123456 is not the number of palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:1741373
    • 提供者:何郑
  1. 回文数的判断

    0下载:
  2. 这个程序功能是完成对一个数据是否是回文数的判断(The function of this program is to determine whether a data is palindrome)
  3. 所属分类:其他

  1. daima

    0下载:
  2. 使用栈和队列的结构来判断输入字符串是否为回文(Determine whether the input string is a palindrome)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:款款
  1. 回文

    0下载:
  2. 数据结构解决c语言中的回文问题,使用堆栈队列等(The data structure solves the palindrome problem in the C language, using the stack queue, etc.)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:72704
    • 提供者:我耗子
  1. 最长回文字符串

    0下载:
  2. 给定一个字符串,找出该字符串的最长回文子串。(Given a string, find the longest palindrome substring of the string.)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:775168
    • 提供者:amykk
  1. Python算法:如何解决回文索引问题

    0下载:
  2. Python算法:如何解决回文索引问题 本文将给与解答(Python algorithm: how to solve the problem of the palindrome index)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:明天是否蓝
« 1 2 3 45 »
搜珍网 www.dssz.com