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

Search list

[JSP/JavaEx6_17

Description: 用一个堆栈实现回文的测试程序,分测试的字符长度是奇数还是偶数个两中情况-achieve with a stack Palindrome testing procedures, test-length of the characters is odd or even number-two situation
Platform: | Size: 1024 | Author: 葡萄 | Hits:

[JSP/Javajava_huiwen

Description: 这个例子是Java回文的例子,是从网上下的,感觉看这个程序还是比较看的懂的-this example is the Java palindrome example is from the Internet under the impression that this procedure can still do more to understand the
Platform: | Size: 1024 | Author: david | Hits:

[JSP/Javahuiwenshuchu

Description: 一个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 number is few, and a judgment of this amount is not palindrome number. Palindrome refers to this number with a few figures to be printed in reverse chronological order after the number and the same as the original, such as the 12121, 3223 is palindrome number.
Platform: | Size: 1024 | Author: wangxl | Hits:

[Data structsmylist654

Description: 包括链表的遍历,插入,删除,排序,回文判断,折半查找等操作,适合数据结构的初学者,希望对大家有帮助-including Chain traversal, insertion, deletion, sorting, palindrome judgment, binary search, etc, data structure suitable for beginners, we hope to help
Platform: | Size: 8192 | Author: 杜莉 | Hits:

[VC/MFChuiwen1111

Description: 回文是指正向读和反向读都一样的一段数字或者文字,如321123或“able was I ere I saw elba”。编写程序,输入一个9位整数,并判断它是否是回文-Palindrome is a correction to the reading and reverse reading of the same period the number or text, such as 321,123, or able was I ere I saw elba . Programming, enter a 9 integer, and determine whether it is a palindrome
Platform: | Size: 1024 | Author: ahui | Hits:

[Data structshuiwenshu_kechengsheji

Description: 数据结构里关于回文数判断的算法 另一种思路另一种解决办法~-data structure, palindrome number judgment on the algorithm Another idea Another solution ~
Platform: | Size: 1024 | Author: 李爱春 | Hits:

[Othercyc22

Description: 给定一个k进制数a,编程计算最少经过多少次倒置相加运算,a 变成回文数。-given a 229 k a, calculate the number of times at least through inversion combined operations into a palindrome number.
Platform: | Size: 53248 | Author: 张丽兰 | Hits:

[Otherhuiwenyouxi

Description: 回文游戏的练习 vc编程基础,学生作业-palindrome game practice vc based programming, students work
Platform: | Size: 1024 | Author: phoenix | Hits:

[Otherexample_num

Description: 阿姆斯特朗数,回文数,素数,自守数,完全数-Armstrong number, palindrome number of prime numbers, and isolation, the number of perfect numbers
Platform: | Size: 3072 | Author: 乔浩辰 | Hits:

[Data structszhan4

Description: 用栈判断判断一段字符是否回文,程序中不仅包含回文的判断,还包含栈的基本操作-Use stack to determine a period of characters to determine whether the palindrome, the program not only contains the palindrome of the judge, also includes a stack of basic operation
Platform: | Size: 124928 | Author: 婉燕 | Hits:

[Data structscyc

Description: 回文问题 也是高校作业比较常出的 有点用的哦 -Colleges and Universities palindrome is also operating out of a little more frequently used by Oh
Platform: | Size: 1024 | Author: zhanghuachai | Hits:

[JSP/JavaHuiwei

Description: 实现回文,即实现字符串的逆序输出,并计算其计算时间,精确到纳秒。-Palindrome realize that to achieve the reverse string output, and calculate its computation time, precise to the nanosecond.
Platform: | Size: 2048 | Author: ww | Hits:

[Windows Develophuiwen

Description: 回文是指从前往后读取的字符与从后往前读取的字符相同,该程序即实现此功能-Palindrome refers to the characters read front to back after the move from reading the same characters, the program that realize this function
Platform: | Size: 110592 | Author: 张红 | Hits:

[Data structsb

Description: 用c++写的回文判断 用两 个栈实现的 一个用于辅助-With c++ Written judgments palindrome with two stacks used to realize an auxiliary
Platform: | Size: 1024 | Author: wangwei | Hits:

[ConsoleHuiWen

Description: visual c++6.0实现的判断回文,可任意动态设置2维数组-visual c++ 6.0 palindrome realize judgments can be set arbitrary dynamic 2 dimensional array
Platform: | Size: 47104 | Author: 南才北往 | Hits:

[DSP programhuiw.dsp

Description: 本程序是由vc编写的一个简单的回文代码,运用栈和队列存储表示-This procedure is vc prepared by a simple palindrome code, the use of stack and queue storage express
Platform: | Size: 1024 | Author: 张天伟 | Hits:

[AlgorithmPalindromeNumber

Description: To find and output 11-999 between the number of m, it is to meet m, m2 and m3 are several palindrome. The so-called palindrome refers to the number of its symmetrical figures that the whole number, for example, 121,676,94249 and so on. To meet the above requirements, such as the number of m = 11, m2 = 121, m3 = 1331 palindrome are few. Please prepare function int svalue (long m) to achieve this function, if it is palindrome, is a function to return, while return 0.
Platform: | Size: 1024 | Author: 食肉鸟 | Hits:

[JSP/Javahuiwen

Description: 实现了回文数的查询,显示1到1000的回文数,自己查询数,程序可以做出判断!-Achieved a palindrome number of inquiries, show the palindrome 1-1000 number of their queries, procedures can be made to judge!
Platform: | Size: 1024 | Author: 郭宏光 | Hits:

[Other_ch301.c

Description: 回文判断,正与反都用相同的字符序列为准.用堆栈实现-Palindrome judge, is working with the anti-all with the same sequence of characters shall prevail. To use the stack to achieve
Platform: | Size: 1024 | Author: wang feidie | Hits:

[OtherPractice1_15

Description: 找出回文数,就是在一定范围内找出顺读和倒读都一样的词语。-Palindrome identify a few, that is, a certain scope to identify cis and read back the words read are the same.
Platform: | Size: 1024 | Author: zfm850722 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 23 »

CodeBus www.codebus.net