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

搜索资源列表

  1. huiwenshu

    0下载:
  2. 判断输入的数字是否是回文数,回文数:121、12321等从左到右和从右到左是一样的-Enter the number to judge whether the palindrome palindrome: 121,12321 other from left to right and from right to left is the same
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1501
    • 提供者:菜菜
  1. pprime

    0下载:
  2. usaco素数回文,采用打表查找的方法。-usaco prime palindrome, by playing table lookup method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:815
    • 提供者:xiaobai
  1. huiwen

    0下载:
  2. 回文,求一个数字是否是回文,中间含有一个函数,然后可以进行判定-Palindrome, is seeking a number is palindrome in the middle contains a function, and then can be determined
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:786
    • 提供者:ltw
  1. huiwen

    0下载:
  2. 回文判断:输入一串字符,根据它的对称性,判断该字符串是否为回文-Palindrome
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:171088
    • 提供者:cindy
  1. huiwen

    0下载:
  2. 1. 判断一个数据、字符串是否为回文; 2.可以支持多组判断。-1. To judge a data string is a palindrome 2. Can support multiple sets of judgments.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:52993
    • 提供者:小弟
  1. palindrome

    0下载:
  2. 判断输入的字符串(单词或者一个句子)是否是回文的。(不计标点和大小写以及空格)-Determine the input string (word or a sentence) it is a palindrome of. (Excluding punctuation and capitalization and spaces)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:3238
    • 提供者:suchao
  1. codingraph

    0下载:
  2. 能够方便的做回文判断操作,希望对大家学习有用!-huiwen
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:273181
    • 提供者:weiwei
  1. all

    0下载:
  2. C语言写的大部分算法问题,比如回文数,素数,等。-Most algorithms written in C language problems, such as palindrome, prime, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4046
    • 提供者:bajoige
  1. ProblemAPalindrome

    0下载:
  2. 解决一道简单的判断回文结构的题目,对C++的栈结构有更好的了解-Solve a simple palindromic structure to determine the subject of C++, a better understanding of the stack structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:323336
    • 提供者:liunian
  1. reverse

    0下载:
  2. 输入一个字符串,程序判断输出是否为回文字符串-Enter a string to determine whether the palindrome string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:797
    • 提供者:肖煜东
  1. huiwen

    0下载:
  2. 验证回文串,例如bob是回文,前读和后读一样-huiwen
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:2639
    • 提供者:jack
  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. findMaxPalindrome

    0下载:
  2. 回文算法,找出字符串中最长的回文串。findMax Palindrome-findMax Palindrome
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1162
    • 提供者:liuxiaolong
  1. java1

    0下载:
  2. 1、编写一个Java应用程序。用户从键盘输入一个1~99999之间的整数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,如12121和3223都是回文数。 2、编写一个Java应用程序,该程序中有一个Rational(有理数)类,具体要求如下: ?Rational类有两个int型的成员变量,名字分别为numerator(分子)和denominator(分母)。 ?提供Rational add(Rational r)方法,即
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1232
    • 提供者:00
  1. hhh

    0下载:
  2. 判断输入的一个字符串是否是回文串,如果是则输出是,反之则输出否-To determine whether a string input string palindrome, if the output is, and vice versa if the output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:183672
    • 提供者:yq
  1. zifuchuan

    0下载:
  2. Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19460
    • 提供者:鬼舞
  1. palindrome

    0下载:
  2. 输入一个字符串并判断其是否为回文并返回结果-Enter a string and determine whether the palindrome and return the result
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:688986
    • 提供者:蛋蛋
  1. huiwen

    0下载:
  2. 数据结构的回文判断,队列和栈实现,大家参考一下-Data structure to determine palindrome, queue and stack implementation, we refer to
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:9644
    • 提供者:杨少华
  1. pan

    0下载:
  2. 这软件可寻找回文数,如果有错误请帮忙修改.-This software can find palindrome if there is an error, please help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2243
    • 提供者:
  1. pquest

    0下载:
  2. 这软件能把 196 到反过来(691),然后再相加(196+691),此软件会不断反复进行以上步骤,直到答案为数到1百万位.(寻找196的回文数)-This software is able to turn 196 (691), and then sum it (196+691), the software will continue to be repeated the steps above until the answer to number 1 million digit. (Looki
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2512
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com