搜索资源列表
6回文判断.rar
- 回文判断程序
回文数
- 打印所有不超过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
回文数的形成
- 任取一个十进制整数,将其倒过来后与原来的整数相加,得 到一个新的整数后重复以上步聚,则最终可得到一个回文数。请 编程验证。 *问题分析与算法设计 回文数的这一形成规则目前还属于一个猜想,尚未得到数学 上的证明。有些回文数要经历上百个步聚才能获得。这里通过编 程验证。
一个回文游戏
- 回文游戏 即判断输入的字符串是否对称 这里不考虑空格-palindrome game that judgment whether the input string is not considered here symmetric spaces
回文判断
- 回文判断,好用。-Palindrome judgment and ease of use.
回文游戏
- 回文游戏比较简单,主要在于选择一个好的算法-Palindrome games are simple, the main choice is a good algorithm
回文验证
- 回文验证的程序,经典的栈的应用的例子-Palindrome certification procedures, the stack classic example of the application
回文
- 一个判断回文的小程序,是我刚开始学C语言时编的程序之一。适合刚接触C语言的人。-judgment of a small program, I have just started to learn the C language when one part of the process. Counting for the C language.
数据结构-回文
- 这是一个用数据结构做的回文游戏 输入一串字符串 判断其是否为回文
6回文判断
- 回文判断程序-Palindrome judging procedures
回文判断
- 回文判断,好用。-Palindrome judgment and ease of use.
回文游戏
- 回文游戏比较简单,主要在于选择一个好的算法-Palindrome games are simple, the main choice is a good algorithm
huiwen
- 回文判断 和八皇后完整文挡-Palindrome judgment and eight Queen's complete text block
回文验证
- 回文验证的程序,经典的栈的应用的例子-Palindrome certification procedures, the stack classic example of the application
回文
- 一个判断回文的小程序,是我刚开始学C语言时编的程序之一。适合刚接触C语言的人。-judgment of a small program, I have just started to learn the C language when one part of the process. Counting for the C language.
回文数
- 打印所有不超过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
回文串
- 本文主要提供了回文串的算法,适合于初学者的学习。(This article mainly provides the palindrome string algorithm, suitable for beginners to learn.)
回文
- 数据结构解决c语言中的回文问题,使用堆栈队列等(The data structure solves the palindrome problem in the C language, using the stack queue, etc.)
最长回文字符串
- 给定一个字符串,找出该字符串的最长回文子串。(Given a string, find the longest palindrome substring of the string.)
Python算法:如何解决回文索引问题
- Python算法:如何解决回文索引问题 本文将给与解答(Python algorithm: how to solve the problem of the palindrome index)