搜索资源列表
Palindrome
- 回文数的判断,输入一个字符串,不考虑标点符号和空格,只考虑字母或数字,判断它是否回文数-palindrome number of judgment, the importation of a string of not punctuation and spaces, only letters or numbers, to judge whether it palindrome number
palindrome
- 回文算法实现,代码已经验证-Palindrome algorithm, code validation
6回文判断
- 回文判断程序-Palindrome judging procedures
回文判断
- 回文判断,好用。-Palindrome judgment and ease of use.
Stack3 java
- 用堆栈实现回文算法 可以测试各种字符串 dos界面-using stack algorithm can achieve Palindrome test string dos interface
回文数
- 打印所有不超过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
huiwen333
- 这是一个关于回文数的判断算法!只要输入的数据形式是回文形式,将输出该回文数是回文模式!-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!
huiwennew
- 数据结构中---回文的判断,使用栈和队列来实现,练习队列和栈的用法-data structure--- Palindrome's judgment, Stack and Queue to achieve, exercise and Stack Queue usage
cycs
- 是回文的实验已经通过运行,下载后就可以使用了。相信对你们有用。-palindrome is the experiment by running, after downloading can use. I believe useful to you.
Palindrome
- 回文数的判断,输入一个字符串,不考虑标点符号和空格,只考虑字母或数字,判断它是否回文数-palindrome number of judgment, the importation of a string of not punctuation and spaces, only letters or numbers, to judge whether it palindrome number
backLetter
- 回文。JAVA实验,有要的人可以联系我 回文例:asdffdsa-Palindrome. JAVA experiments may have to contact I Palindrome Example: asdffdsa
palindrome
- 实验2:栈的应用--判断一个数是否是回文数 1、实验目的:掌握栈的特点及基本操作,包括入栈、出栈、判栈空等。 2、实验要求:任意输入一个数,判断其是否为回文数。 3、提示:可采用栈和链表结合进行。-Experiment 2: the application stack- to determine whether a number is palindrome 1, Experimental Objective: To gras
palindrome
- 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.
PalindromeNumber
- java实现的求指定区间内的所有回文数程序。可直接运行。-java in order to realize all the specified interval palindrome number of procedures. Can be directly run.
Palindrome
- 一个求回文数的Java程序,学生作业,学习参考很好-A palindrome for the number of Java program, students work, study and refer to good
zhanheduiliedejibencaozu
- 数据结构栈和队列的基本操作及其应用。对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“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.
TestHuiwen
- 简单java回文,拿去应付老师绰绰有余。-Simple java palindrome, taken more than enough to meet the teachers.
palindrome
- 判断输入的字符串(单词或者一个句子)是否是回文的。(不计标点和大小写以及空格)-Determine the input string (word or a sentence) it is a palindrome of. (Excluding punctuation and capitalization and spaces)
PALINDROME
- MIPS assembly,汇编实现输入一个字符串,判断其是否为回文(MIPS assembly, the compilation includes a string input to determine whether it is a palindrome)