Welcome![Sign In][Sign Up]
Location:
Search - palindrome

Search list

[Other回文数

Description: 打印所有不超过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 nature of the (also known palindrome numbers). * Topic analysis and design algorithms for determining the number n, calculated after its square (on a), a one for each of decomposition, according to a from low to high in the order of their resume into a few k (n = 13, a = 169 where k = 961) if a mean k n can be found to back Tou few.
Platform: | Size: 1051 | Author: 姚紫欣 | Hits:

[Other一个回文游戏

Description: 回文游戏 即判断输入的字符串是否对称 这里不考虑空格-palindrome game that judgment whether the input string is not considered here symmetric spaces
Platform: | Size: 957 | Author: yue | Hits:

[CSharphuiwenshu

Description: 关于回文数的代码 很简短 可以用于数字于字母 嘻嘻^_^ -Palindrome on the number of code can be very brief in the alphabet for digital hee hee ^ _ ^
Platform: | Size: 14000 | Author: 张明 | Hits:

[AI-NN-PRto-check-if-palindrome

Description: this folder includes programs to check if number and strings are palindrome or not
Platform: | Size: 1024 | Author: pranav sharma | Hits:

[ApplicationsPalindrome

Description: Basic palindrome checker
Platform: | Size: 3072 | Author: Rj | Hits:

[.netreverse-and-palindrome

Description: programaepts string user ,cheks if its palindrome and then pops up messagebox to inform the user whether string is palindome or not-programaepts string user ,cheks if its palindrome and then pops up messagebox to inform the user whether string is palindome or not
Platform: | Size: 62464 | Author: malaki l | Hits:

[Software EngineeringC-program-for-palindrome

Description: c program for palindrome
Platform: | Size: 9216 | Author: saurabh | Hits:

[Software EngineeringPalindrome-number-in-c

Description: palindrome number in c
Platform: | Size: 9216 | Author: saurabh | Hits:

[Software EngineeringProgram-to-Check-Palindrome-Number

Description: programe to chek palindrome number
Platform: | Size: 10240 | Author: saurabh | Hits:

[Algorithmthe-longest-palindrome-substring

Description: 对于给定的一个字符串,求出其中最长的回文子串。其中子串的含义是:在原串中连续出现的字符串片段。本算法采用C++编程,一定是你不错的选择!-For a given string,we should find the longest palindrome substring. Which means that the substring: string fragment in the original string of consecutive. The algorithm uses the C++ programming, it must be your good choice!
Platform: | Size: 1024 | Author: | Hits:

[OtherTo-determine--palindrome-characters

Description: 要求从键盘中输入字符串,判断该字符是否为回文字符。-To determine whether for palindrome characters
Platform: | Size: 5120 | Author: huzi | Hits:

[Multimedia DevelopPalindrome

Description: 回文串,可以实现回文串的判断,忽略字符串中的英文字母的大小写-Palindrome string, string palindrome can judge ignored the letters in the string case
Platform: | Size: 1024 | Author: wenag05n173 | Hits:

[Data structsShortest-Palindrome

Description: 给定一个字符串,你可以将它转换成一个回文通过添加字符在它前面。找到并返回最短的回文可以发现通过执行这个转换。    例如:     鉴于“aacecaaa”,返回“aaacecaaa”。    鉴于“abcd”,返回“dcbabcd”。-Given a string S, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest palindrome you can find by performing this transformation. For example: Given aacecaaa , return aaacecaaa . Given abcd , return dcbabcd .
Platform: | Size: 1024 | Author: 胡延旭 | Hits:

[AlgorithmPalindrome

Description: function to check is the word a palindrome
Platform: | Size: 1024 | Author: d.matlab | Hits:

[JSP/JavaDetermination-of-palindrome

Description: 从键盘输入一个1至99999之间的数,通过该程序可以告诉你,输入的数是不是回文数-Enter a number between 1-99999 the keyboard, through the program can tell you that the number entered is not a palindrome
Platform: | Size: 7168 | Author: 倪培昆 | Hits:

[Data structsPalindrome-judgment

Description: 回文判断的C++程序,迭代实现,很有参考价值-Palindrome judge C++ program, iterative implementation, a good reference value
Platform: | Size: 4846592 | Author: 无鞋童鞋 | Hits:

[mathematicapalindrome

Description: Check the given number is palindrome number or not using c program How to check if a number is a palindrome using for loop
Platform: | Size: 41984 | Author: Mkumaran | Hits:

[Multimedia programpalindromo

Description: Palindrome in c. Files: exe, o, c.
Platform: | Size: 8192 | Author: zarabatana | Hits:

[JSP/JavaPalindrome

Description: 判定一个正整数是否是一个回文数。例如12121是回文数,而1231不是回文数。回文数定义为可以以中间某个数字对称,或者间隔对称,例如123321,或者1234321。(Determines whether a positive integer is a palindrome. For example, 12121 is a palindrome, and 1231 is not a palindrome. Palindrome numbers are defined as symmetric or spaced symmetrically, such as 123321 or 1234321.)
Platform: | Size: 28672 | Author: tanguijuan | Hits:

[Data structsPalindrome subsequences

Description: 求一个长度不超过15的字符串的回文子序列个数(子序列长度>=1)。 输入描述:输入一个长度不超过15的字符串,字符串均由小写字母表示 输出描述:输出其回文子序列个数 样例输入:abaa 样例输出:10(Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length >=1). Input description Enter a string of no more than 15, and the string is represented by lowercase letters Output description Output the number of palindrome subsequences Sample input:abaa Sample output:10)
Platform: | Size: 2048 | Author: zhou-r16 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net