搜索资源列表

  1. 回文数的形成

    0下载:
  2. 任取一个十进制整数,将其倒过来后与原来的整数相加,得 到一个新的整数后重复以上步聚,则最终可得到一个回文数。请 编程验证。 *问题分析与算法设计 回文数的这一形成规则目前还属于一个猜想,尚未得到数学 上的证明。有些回文数要经历上百个步聚才能获得。这里通过编 程验证。-Ren take a decimal integer, will be reversed after its origin
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:姚紫欣
  1. 一个回文游戏

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:yue
  1. aba

    0下载:
  2. 试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”-try to write an algorithm for the discriminant read into a '@' website at the end of the sequence of characters is whether the "Palindrome"
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:小白
  1. huiwenshuchu

    0下载:
  2. 一个Java应用程序,用户从键盘输入一个1~99999之间的数,程序将判断这个数是几位数,并判断这个数是不是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,例如12121、3223都是回文数。-a Java application, user input from a keyboard 1 ~ 99,999 between the number of This procedure will determine the n
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:wangxl
  1. huiwen333

    0下载:
  2. 这是一个关于回文数的判断算法!只要输入的数据形式是回文形式,将输出该回文数是回文模式!-This is a palindrome number on the judgment algorithm! As long as the form of data input is palindrome form Palindrome will output the model number is palindrome!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:刘六龙
  1. huiwenshu_kechengsheji

    0下载:
  2. 数据结构里关于回文数判断的算法 另一种思路另一种解决办法~-data structure, palindrome number judgment on the algorithm Another idea Another solution ~
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李爱春
  1. Palindrome

    0下载:
  2. 回文数的判断,输入一个字符串,不考虑标点符号和空格,只考虑字母或数字,判断它是否回文数-palindrome number of judgment, the importation of a string of not punctuation and spaces, only letters or numbers, to judge whether it palindrome number
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:hechengwei
  1. example_num

    0下载:
  2. 阿姆斯特朗数,回文数,素数,自守数,完全数-Armstrong number, palindrome number of prime numbers, and isolation, the number of perfect numbers
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:乔浩辰
  1. palindrome

    0下载:
  2. 实验2:栈的应用--判断一个数是否是回文数 1、实验目的:掌握栈的特点及基本操作,包括入栈、出栈、判栈空等。 2、实验要求:任意输入一个数,判断其是否为回文数。 3、提示:可采用栈和链表结合进行。-Experiment 2: the application stack- to determine whether a number is palindrome 1, Experimental Objective: To gras
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:56320
    • 提供者:用途解放
  1. huiw.dsp

    0下载:
  2. 本程序是由vc编写的一个简单的回文代码,运用栈和队列存储表示-This procedure is vc prepared by a simple palindrome code, the use of stack and queue storage express
  3. 所属分类:DSP编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张天伟
  1. zhanheduiliedejibencaozu

    0下载:
  2. 数据结构栈和队列的基本操作及其应用。对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Stack and queue data structure of the basic operation and its application. For a string from the keyboard input, determine whether the palindrome.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:19456
    • 提供者:
  1. C

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:4567040
    • 提供者:郎永山
  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 documen
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:41984
    • 提供者:符晓娟
  1. we

    0下载:
  2. 若一个数(首位不为零)从左向右读与从右向左读都一样,我们就将其称之为回文数。 例如:给定一个10进制数56,将56加65(即把56从右向左读),得到121是一个回文数。 又如:对于10进制数87: STEP1:87+78 = 165 STEP2:165+561 = 726 STEP3:726+627 = 1353 STEP4:1353+3531 = 4884 在这
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:谢某
  1. palindrome

    0下载:
  2. 实现了输入字符串的检测,字符串以@结束。利用栈和队列的基础知识,结合数据结构,实现的回文判断!-Achieve detection of the input string, string @ end. Using the basics of stacks and queues, combined with data structure, determine the realization of the palindrome!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:刘聪
  1. huiwen

    0下载:
  2. 数据结构中回文判断问题,回文是数据结构中经典的问题之一,此程序可以判断输入字符串是否为回文-Palindrome determine whether the problem data structure, data structure palindrome is one of the classic, this procedure can determine whether the input string is a palindrom
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:传秋
  1. huiwen

    0下载:
  2. 给出某个英文单词,验证英文单词是否是回文(Verify that the English word is palindrome)
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:22528
    • 提供者:ashur0925
  1. 回文数的判断

    0下载:
  2. 这个程序功能是完成对一个数据是否是回文数的判断(The function of this program is to determine whether a data is palindrome)
  3. 所属分类:其他小程序

  1. Test15

    0下载:
  2. c程序实现输入一个字符串,能判断是否为回文字符串(Enter a string to determine whether it is a palindrome string)
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:191488
    • 提供者:
  1. 新建文件夹

    0下载:
  2. 编写程序,验证一个字符串是否为回文串:是否从前读它和从后读它都是一样的。例如,mom,dad是回文串。该程序接收用户输入的字符串,判断是否为回文串,然后将判断的结果输出。在验证回文串时,忽略大小写、空格和标点。示例输出如图所示。(Write a program to verify whether a string is a palindrome string: whether it was read before and after r
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:嘿嘿250
« 1 23 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org