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

搜索资源列表

  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. 1-1000000000_huiwen

    0下载:
  2. 能够实现从1到10000000000的回文素数列举。效率较高,值得学习。-Can be achieved from 1-10000000000 palindromic primes enumerated. Higher efficiency, it is worth learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:805
    • 提供者:李广
  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. Circular-queue

    0下载:
  2. 循环队列和链队列的基本操作,包括入队出队、取队头元素等,附带有杨辉三角、判断回文和舞伴配对的操作-the basic function of circular and linked queue.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2352
    • 提供者:杨涛
  1. PointHuiwen

    0下载:
  2. 该程序完成了一个字符串的回文的输入和输出-The procedure was completed in a string of output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:155485
    • 提供者:张寻
  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. Palindrome

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

    • 发布日期:2017-04-11
    • 文件大小:695
    • 提供者:阮敏
  1. cpp

    0下载:
  2. 一些相关问题的c++计算。 包括算回文素数,算时间-some cpp yunsuan including huiwen sushu
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2322
    • 提供者:marrysi
  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. 401-(2)

    0下载:
  2. UVA 401 这题回文题还是比较经典的。最近面试总有这类题。希望代码中的思路对你有帮助。-UVA 401 palindromic title this question is quite classic. Recent interviews always have such practice. I hope the idea of ​ ​ code to help you.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:543
    • 提供者:gengzhigao
  1. Huiwen

    0下载:
  2. 回文判断C++,小程序 回文判断C++,小程序-cycle C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:238881
    • 提供者:feng
  1. Palindrome-Number

    0下载:
  2. 判断一个数是否是回文数。一种比较简单易懂的好的方法。-Palindrome Number
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:606306
    • 提供者:wxd
  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 2 3 45 6 »
搜珍网 www.dssz.com