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

搜索资源列表

  1. 2.rar

    0下载:
  2. 题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析:同上
  3. 所属分类:汇编语言

    • 发布日期:
    • 文件大小:19456
    • 提供者:
  1. 回文判断.rar

    0下载:
  2. 所属分类:汇编语言

    • 发布日期:
    • 文件大小:1603
    • 提供者:
  1. 回文判断

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

    • 发布日期:2008-10-13
    • 文件大小:1870
    • 提供者:
  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. huiwen2

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

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

    0下载:
  2. 这是我在大学本科汇编课程的一个小程序,MIPS语言,功能也很简单,程序会要求用户输入一个20个character长度的字符串,然后用了三种不同的算法来判断此字符串是否是回文序列,然后给予用户feedback-This is my compilation of courses at the undergraduate a small program, MIPS language functions are very simple, the program will ask the user to
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1888
    • 提供者:Kai
  1. palindromic-number

    0下载:
  2. 如果一个数从左边和从右边读都是相同的数,就称它为回文数,例如383,求出500以内的回文数并输出显示。 -If a number from the left and from the right to read is the same number, he called it reported number, such as 383, and from 500 the number of reported within and the output shown.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2397
    • 提供者:ma
  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. CPP

    0下载:
  2. 通过数组的复制来实现回文数的判断,通过数组的复制来实现回文数的判断。-Array replication the palindrome judgment, the judgment of the palindrome array replication.
  3. 所属分类:assembly language

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:夜听竹
  1. calfflac

    0下载:
  2. USACO练习题1.3.4,回文检测,数据结构-USACO exercises 1.3.4 palindrome detection, data structures
  3. 所属分类:assembly language

    • 发布日期:2017-12-09
    • 文件大小:1655
    • 提供者:seraphina
  1. CPP

    0下载:
  2. c++经典小程序,也是c++二级考试经常考到的小程序。包括:骑士旅行,回文,筛选,快速排序等程序。-c++ the classic small program, also c++ secondary examination often to test the applet. Include: Knight s Tour, palindrome, screening, quick sort program.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:4142
    • 提供者:王建凯
  1. C

    0下载:
  2. 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4013
    • 提供者:王珊珊
  1. functions

    0下载:
  2. 函数的定义与调用、杨辉三角、字符串连接、回文数、字符串比较函数、冒泡排序-some discr iptions of fuction
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:172503
    • 提供者:小蟋蟀
  1. palindrome

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

    • 发布日期:2017-04-08
    • 文件大小:152504
    • 提供者:希望
  1. Judgment_palindrome

    0下载:
  2. 编写一个函数palin()用来检查一个字符串是否正向拼写与反向拼写都一样的“回文”(palindromia)。如“MADAM”就是一个回文。若放宽要求,即忽略大小写字母的区别、忽略空格及标点符号等,则像“Madam,I m Adam.”之类的短语也可视为回文。编程要求:⑴在主函数中输入字符串。⑵将字符串首指针作为函数参数传递到函数palin()中。当字符串是回文时,要求函数palin()返回1,否则返回0。⑶若是回文,在主函数中输出"Yes.";若不是回文,在主函数中输出"No."。 提示:
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:83888
    • 提供者:陈琳
  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
    • 提供者:王云辉
  1. C

    0下载:
  2. 实现杨辉三角的输出,字符指针检测回文,字符数组检测回文,字符串按要求排序,哥德巴赫猜想的验证等C语言程序,亲测有效-Print Pascal s Triangle Goldbach conjecture verification The method of judging character array palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:郭庆乐
搜珍网 www.dssz.com