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

搜索资源列表

  1. 回文数

    0下载:
  2. 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical nature of the (also known pal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1051
    • 提供者:姚紫欣
  1. 一个回文游戏

    0下载:
  2. 回文游戏 即判断输入的字符串是否对称 这里不考虑空格-palindrome game that judgment whether the input string is not considered here symmetric spaces
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:yue
  1. hwmaxsize

    0下载:
  2. 按最大值的回文判断 数据结构我这学期才学的 这是我们的实验啊-Palindrome I judged data structure of this semester scholarship This is our experimental ah-huh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10405
    • 提供者:cool
  1. huwenchuan

    0下载:
  2. 回文串程序 随意输入一断字符串,检验其是否是回文串 主要以动态数组来实现-Palindrome procedures random input strings a broken string, the test is whether the Palindrome Series main dynamic arrays to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2126
    • 提供者:han
  1. 回文判断

    0下载:
  2. 回文判断,好用。-Palindrome judgment and ease of use.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1870
    • 提供者:
  1. huiwenyouxi

    0下载:
  2. 回文游戏的练习 vc编程基础,学生作业-palindrome game practice vc based programming, students work
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:phoenix
  1. 回文验证

    0下载:
  2. 回文验证的程序,经典的栈的应用的例子-Palindrome certification procedures, the stack classic example of the application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8515
    • 提供者:陶文婧
  1. palindrome

    0下载:
  2. A linked list can be operated as a stack and a queue since new items can be added to its beginning or to its end. In this tutorial, we will manipulate on linked lists such as reversing a list and comparing two lists.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1592
    • 提供者:jovi
  1. huiwen 写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文

    1下载:
  2. .假设称正读和反读都相同的字符序列为“回文”,例如,“abcddcba”、 “qwerewq”是回文,“ashgash”不是回文。是写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文。 2. 要求用栈和队列共同实现。 3. 验证各操作的正确性。 -Palindrome made several
  3. 所属分类:其它

    • 发布日期:2015-03-24
    • 文件大小:1024
    • 提供者:孙志雄
  1. pprime

    0下载:
  2. 因为151即是一个质数又是一个回文数(从左到右和从右到左是看一样的),所以 151 号是回文质数。 写一个程序来找出范围[a,b](5 <= a < b <= 100,000,000)间的所有回文质数 -The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backw
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-21
    • 文件大小:1323
    • 提供者:王豪究
  1. huibian

    0下载:
  2. 实验内容 回文,冒泡排序,十进制转换成二进制,二进制转换成十六进制,输入数据 存入文件 并从文件中读出并显示在屏幕上-Palindrome content of the experiment, Bubble Sort, decimal converted to binary, hexadecimal into binary, the input data into the file and read from the document and display on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:41815
    • 提供者:符晓娟
  1. Cpp3

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

    • 发布日期:2017-04-11
    • 文件大小:1036
    • 提供者:shi
  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. remjit

    0下载:
  2. write a program to display palindrome series-write a program to display palindrome series
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:327717
    • 提供者:abey
  1. palindrome1

    0下载:
  2. tell if the input word is palindrome or not, it uses a string function and displays the input word and check if its palindrome-tell if the input word is palindrome or not, it uses a string function and displays the input word and check if its palind
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:144700
    • 提供者:lovellef
  1. c-program-find-palindrome

    0下载:
  2. to find whether the number is palindrome or not without using string functions,checking palindrome in C -to find whether the number is palindrome or not without using string functions,checking palindrome in C
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:5370
    • 提供者:
  1. this-is-palindrome

    0下载:
  2. 此程序是用汇编语言编写的“是否是回文程序。”可以直接下载编译。- this is palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:548
    • 提供者:jinger
  1. main

    0下载:
  2. 找出最长的回文子串,输出的第一行为找到的最长的回文字符串的长度。后面的行应该包括该字符串,字符串两边多余的空格和标点都不需要输出,但字符串中的空格、标点和换行则需要按照原样输出。-To find the longest palindrome substring of the first acts of the output to find the longest palindrome length of the string. Back row should include extra spac
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:682
    • 提供者:赵灵儿
  1. palindrome

    0下载:
  2. c语言基础,判断一个字符串是否为回文的程序,仅供参考-Determine whether a string is a palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:152504
    • 提供者:希望
  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
    • 提供者:王云辉
« 12 »
搜珍网 www.dssz.com