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

搜索资源列表

  1. test25

    0下载:
  2. 回文素数序列 查找两个正整数 m 和n 之间既是素数又是回文数的所有数(包括m 和 n),其中,m 不大于n。并按从小到大顺序输出这些数,如果 没有这样的数,则输出 no (回文数是正向看和逆向看相等的数,如,123321,121)。 -i think it is good for you
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:7576
    • 提供者:zhaowei
  1. Algorithm

    0下载:
  2. 回文数计算: 编写一个程序,输入N(2=N=16)进制数M(1=M=30000(10进制)),输出最少经过几步可以得到回文数。如果在30步以内(含30步)不可能得到回文数,则输出0。输入的数保证不为回文数。-None
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:327877
    • 提供者:tonysong
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:933
    • 提供者:zfm850722
  1. Palindrome_strings

    0下载:
  2. 回文串的c++实现,是ACM里面的一个题目,上传给大家共享。-Palindrome string c++ implementation, ACM are inside a topic, upload to the U.S. share.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:512273
    • 提供者:王福道
  1. PalindromeNumber

    0下载:
  2. 回文数就是从高位往低位读,和从低位往高位读是相同的,例如:131,1221等,此程序是寻找m,要求m,m*m,m*m*m,这三个值都是回文数。-Palindrome number is read from a high level to low and from low to high time is the same as, for example: 131,1221 and so on, this procedure is to find m, the requirements m, m*
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:7087
    • 提供者:白秋杨
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:33009
    • 提供者:韩非
  1. 018

    0下载:
  2. 用于判断正整数n的d进制数表示形式是否是回文数-tell the positive integers n is a Palindromic Number
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:7980
    • 提供者:査锦
  1. palindrome

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

    • 发布日期:2017-03-31
    • 文件大小:770
    • 提供者:朋朋
  1. number4

    0下载:
  2. 回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。-Experimental identification requirements palindrome:
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:591
    • 提供者:
  1. h

    0下载:
  2. 回文判断:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Palindrome judge: for a string from the keyboard input, determine whether the palindrome. Palindrome sequence that is the same as the pros and cons. Such as " abba" is a palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:239790
    • 提供者:qazqaz
  1. huiwen

    0下载:
  2. 检测输入字符串是否为回文,即首尾对应位置的字符相同-Detection of input string is a palindrome, that is, both the characters corresponding to the same location
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:100122
    • 提供者:多丽君
  1. hui

    0下载:
  2. 编程求100到999之间的回文数.(回文数是指正读与反读都一样的数,如:232)-Programming for between 100-999 palindrome number. (Number palindrome correction and anti-time reading the same few, such as: 232)
  3. 所属分类:Other windows programs

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

    0下载:
  2. vb回文很好的东西,希望大家喜欢,请多多支持,以后会有更多的东西-vb palindrome good things, I hope you like it, please support, there will be more
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1405
    • 提供者:蓝诺
  1. Cpp3

    0下载:
  2. 关于制造回文 描述 回文,亦称回环,是正读反读都能读通的句子,亦有将文字排列成圆圈者,是一种修辞方式和文字游戏。回文运用得当,可以表現两种事物或现象相互依靠或排斥的关系。总有人以为回文是英文的专利,其实不然,中文中也有很多回文的例子,譬如: 莺啼岸柳弄春晴, 柳弄春晴夜月明。 明月夜晴春弄柳, 晴春弄柳岸啼莺。 看着很有意思,可要想写出回文,并不是一件很容易的事情。如果有一个字符串,怎样才能插入最少的内容,把它变成回文呢? 例如,要想把字符串 "Zb3b
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1036
    • 提供者:shi
  1. huiwen

    0下载:
  2. 判断字符串中是否存在回文 如abcbe中bcb就构成了回文-String to determine whether there is such as abcbe in palindrome form the palindrome bcb
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:864356
    • 提供者:王王
  1. text

    0下载:
  2. 数据结构严蔚敏版第三章部分习题答案 栈的基本操作,算法 括号匹配 回文数判断 等 完整工程 vc++开发环境-YAN Wei-min data structure version of Chapter III of part of the answer to exercise the basic operation of the stack, the algorithm to determine the number of brackets, such as matchi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:775359
    • 提供者:Emily
  1. huiwen

    0下载:
  2. 利用顺序队列验证输入的一段字符并判断是否为回文-Order to verify the use of input queue and for some characters to determine whether the palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:944
    • 提供者:jack cheng
  1. huiwen2

    0下载:
  2. 输入一段英文字母,程序能够判断是不是回文,并给出正确的结果-right
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:702
    • 提供者:静静
  1. huiwen

    0下载:
  2. 回文问题,这是很有意思的一个问题,通过数据结构中的顺序队列可以解决。-Palindrome, which is a very interesting problem, through the data structure in the order in the queue can be resolved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1094
    • 提供者:熊龙龙
  1. 519

    0下载:
  2. 输入一个数,选择判断是平方数,回文数还是素数。-Enter a number, select the square to determine the number of prime numbers or the number palindrome.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:270560
    • 提供者:黄梓能
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com