搜索资源列表
huiwen
- 回文判断 和八皇后完整文挡-Palindrome judgment and eight Queen's complete text block
huiwen
- 这个程序主要是约瑟夫环,实现环境采用的是Turbo C 2.0
huiwen
- 回文是指从前往后读取的字符与从后往前读取的字符相同,该程序即实现此功能
HuiWen
- visual c++6.0实现的判断回文,可任意动态设置2维数组
huiwen
- 在vc++平台上用堆栈及指针来实现回文问题,该函数可以对一组输入的字符串判定其是否为回文
huiwen 写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文
- .假设称正读和反读都相同的字符序列为“回文”,例如,“abcddcba”、 “qwerewq”是回文,“ashgash”不是回文。是写一个算法判断读入的一个以‘@’为结束符的字符序列是否为回文。 2. 要求用栈和队列共同实现。 3. 验证各操作的正确性。 -Palindrome made several
huiwen
- 所谓回文就是从左向右读和从右向左读是一样的字符串。现在我们对任一字符串进行插入操作,使得新的字符串为回文格式。要求对给定字符串进行插入操作最少的次数。如Ab3bd,至少通过两次插入操作可以得到回文 ("dAb3bAd" or "Adb3bdA"). 输入含有多个例子。每个例子两行,第一行为N,字符串长度,第二行为字符串。N<=1000。而字符串值含有26个大写字母和26个小写字母。输入以N=0为结束。 -The so-called palindrome is read fro
huiwen
- 回文判断,编写一个算法,判断依次读入的一个以@为结束符的字母序列,是否形如‘序列1&系列2 ’的字母序列。-Palindrome judge, write an algorithm to determine an order read to the letters @ the end of the symbol sequence, is shaped like a ' series 1 & series 2' of the letter sequence.
huiwen
- 实现了回文数的查询,显示1到1000的回文数,自己查询数,程序可以做出判断!-Achieved a palindrome number of inquiries, show the palindrome 1-1000 number of their queries, procedures can be made to judge!
huiwen
- 检测输入字符串是否为回文,即首尾对应位置的字符相同-Detection of input string is a palindrome, that is, both the characters corresponding to the same location
huiwen
- vb回文很好的东西,希望大家喜欢,请多多支持,以后会有更多的东西-vb palindrome good things, I hope you like it, please support, there will be more
huiwen(2)
- 该段程序中的代码精简实用实现一段文章中的单词技术-It can count the numbers of words
huiwen
- 判断字符串中是否存在回文 如abcbe中bcb就构成了回文-String to determine whether there is such as abcbe in palindrome form the palindrome bcb
huiwen
- 利用顺序队列验证输入的一段字符并判断是否为回文-Order to verify the use of input queue and for some characters to determine whether the palindrome
huiwen
- 回文问题,这是很有意思的一个问题,通过数据结构中的顺序队列可以解决。-Palindrome, which is a very interesting problem, through the data structure in the order in the queue can be resolved.
huiwen
- 这是一个回文验证程序,自己写的.希望可以对你们有一定帮助喽!-This is a huiwen program
huiwen
- 实现了一段字符是否为回文的判断《数据结构》-huiwen
huiwen
- 验证回文串,例如bob是回文,前读和后读一样-huiwen
huiwen
- 回文,输入字符串,强烈利用了堆栈使顺读逆读都相同-You can use this programe to realize the huiwen
huiwen
- 实现回文的查找功能,本代码十分简洁,效率较高-it is a function to fullfil huiwen,hign efficiently and easy to grasp