CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - palindrome

搜索资源列表

  1. 回文数

    0下载:
  2. 打印所有不超过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 pal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1051
    • 提供者:姚紫欣
  1. 一个回文游戏

    0下载:
  2. 回文游戏 即判断输入的字符串是否对称 这里不考虑空格-palindrome game that judgment whether the input string is not considered here symmetric spaces
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:yue
  1. huiwenshu

    0下载:
  2. 关于回文数的代码 很简短 可以用于数字于字母 嘻嘻^_^ -Palindrome on the number of code can be very brief in the alphabet for digital hee hee ^ _ ^
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14000
    • 提供者:张明
  1. hwmaxsize

    0下载:
  2. 按最大值的回文判断 数据结构我这学期才学的 这是我们的实验啊-Palindrome I judged data structure of this semester scholarship This is our experimental ah-huh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10405
    • 提供者:cool
  1. huwenchuan

    0下载:
  2. 回文串程序 随意输入一断字符串,检验其是否是回文串 主要以动态数组来实现-Palindrome procedures random input strings a broken string, the test is whether the Palindrome Series main dynamic arrays to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2126
    • 提供者:han
  1. aba

    0下载:
  2. 试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”-try to write an algorithm for the discriminant read into a '@' website at the end of the sequence of characters is whether the "Palindrome"
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2393
    • 提供者:小白
  1. 回文判断

    0下载:
  2. 回文判断,好用。-Palindrome judgment and ease of use.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1870
    • 提供者:
  1. 回文游戏

    0下载:
  2. 回文游戏比较简单,主要在于选择一个好的算法-Palindrome games are simple, the main choice is a good algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1104
    • 提供者:yy
  1. huiwen

    0下载:
  2. 回文判断 和八皇后完整文挡-Palindrome judgment and eight Queen's complete text block
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:22162
    • 提供者:zyh
  1. 3_Huiwen

    0下载:
  2. 回文游戏,c语言,有源码,可以参考研究使用。-palindrome games, c language, and the source code can reference study.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1088
    • 提供者:杨琳琳
  1. Ex6_17

    0下载:
  2. 用一个堆栈实现回文的测试程序,分测试的字符长度是奇数还是偶数个两中情况-achieve with a stack Palindrome testing procedures, test-length of the characters is odd or even number-two situation
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:844
    • 提供者:葡萄
  1. java_huiwen

    0下载:
  2. 这个例子是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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1377
    • 提供者:david
  1. huiwenshuchu

    0下载:
  2. 一个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 o
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1680
    • 提供者:wangxl
  1. huiwen333

    0下载:
  2. 这是一个关于回文数的判断算法!只要输入的数据形式是回文形式,将输出该回文数是回文模式!-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!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1507
    • 提供者:刘六龙
  1. huiwennew

    0下载:
  2. 数据结构中---回文的判断,使用栈和队列来实现,练习队列和栈的用法-data structure --- Palindrome's judgment, Stack and Queue to achieve, exercise and Stack Queue usage
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1355
    • 提供者:zhangr
  1. mylist654

    0下载:
  2. 包括链表的遍历,插入,删除,排序,回文判断,折半查找等操作,适合数据结构的初学者,希望对大家有帮助-including Chain traversal, insertion, deletion, sorting, palindrome judgment, binary search, etc, data structure suitable for beginners, we hope to help
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8928
    • 提供者:杜莉
  1. cycs

    0下载:
  2. 是回文的实验已经通过运行,下载后就可以使用了。相信对你们有用。-palindrome is the experiment by running, after downloading can use. I believe useful to you.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:54564
    • 提供者:小飞侠
  1. huiwenshu_kechengsheji

    0下载:
  2. 数据结构里关于回文数判断的算法 另一种思路另一种解决办法~-data structure, palindrome number judgment on the algorithm Another idea Another solution ~
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:987
    • 提供者:李爱春
  1. cyc22

    0下载:
  2. 给定一个k进制数a,编程计算最少经过多少次倒置相加运算,a 变成回文数。-given a 229 k a, calculate the number of times at least through inversion combined operations into a palindrome number.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:53383
    • 提供者:张丽兰
  1. Palindrome subsequences

    0下载:
  2. 求一个长度不超过15的字符串的回文子序列个数(子序列长度>=1)。 输入描述:输入一个长度不超过15的字符串,字符串均由小写字母表示 输出描述:输出其回文子序列个数 样例输入:abaa 样例输出:10(Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length >=1). Input descr iption
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:zhou-r16
« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com