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

搜索资源列表

  1. To-determine--palindrome-characters

    0下载:
  2. 要求从键盘中输入字符串,判断该字符是否为回文字符。-To determine whether for palindrome characters
  3. 所属分类:Other windows programs

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

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

    • 发布日期:2017-04-13
    • 文件大小:1552
    • 提供者:俞博
  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. 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. 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. 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. 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. Palindromes

    0下载:
  2. 求1-20000之间的平方回文数 回文数也叫对称数,是指这类数的各位数字具有对称性,例如12121,通常,可以通过使用任何一个数字与其倒序数相加,再依次执行下去获得,例如:96+69 165,165+561 726,726+627 1353,1353+3531 4884。但是也有某些数字目前为止还不能验证是否可以通过上述操作获得回文数,例如数字196。平方回文数是指这类数字即是回文数,又是某个自然数的平方数,例如121,就是11的平方数,同时也是回文数。可以编写程序,通过遍历获得平方回文数
  3. 所属分类:StatusBar

    • 发布日期:2017-04-13
    • 文件大小:2055
    • 提供者:水云间
  1. huiwenchuan

    0下载:
  2. 判断是否为回文串,可重复输入,对话窗口界面显示-TO judge whether it is huiwen string
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-04
    • 文件大小:4093
    • 提供者:那么
  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. Paliddrome

    0下载:
  2. 这是一个判定计数的问题,需要判定一个数是否为素数和回文数 函数isprime()用来判定一个数是否是素数;函数ispalindrom()用来判定一个整数是否为回文数,这是一个更为通用的函数,可以指定进制。 使用函数进行判定时,先调用哪个函数也是有讲究的,一要看那个函数的计算时间,二要看判定成功的概率,需要综合考虑。(The function isprime () is used to determine whether a number is a prime number; the fu
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:3072
    • 提供者:铁底河畔
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com