CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - palindrome

搜索资源列表

  1. 3_Huiwen

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

    • 发布日期:2008-10-13
    • 文件大小:1088
    • 提供者:杨琳琳
  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. 2个简单程序

    0下载:
  2. 一个用C++编写的倒序输出的程序,以及判断一个字符串是否为回文简单的程序。-a C output prepared by the reverse procedure, and determine whether a string of Palindrome simple procedure.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1447
    • 提供者:乐心泉
  1. palindrome

    0下载:
  2. 回文算法实现,代码已经验证-Palindrome algorithm, code validation
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. vb回文很好的东西,希望大家喜欢,请多多支持,以后会有更多的东西-vb palindrome good things, I hope you like it, please support, there will be more
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1405
    • 提供者:蓝诺
  1. palindrome

    0下载:
  2. 输入一个字符串并判断其是否为回文并返回结果-Enter a string and determine whether the palindrome and return the result
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:688986
    • 提供者:蛋蛋
  1. funny-palindrome-function

    0下载:
  2. funny palindrome function
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1136
    • 提供者:anant
  1. palindrome

    0下载:
  2. 实现了输入字符串的检测,字符串以@结束。利用栈和队列的基础知识,结合数据结构,实现的回文判断!-Achieve detection of the input string, string @ end. Using the basics of stacks and queues, combined with data structure, determine the realization of the palindrome!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1398
    • 提供者:刘聪
  1. palindrome

    0下载:
  2. 回文在Visual2010编译环境下的实现方法。-palindrome on visual2010
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2093333
    • 提供者:陈建壮
  1. to-check-if-palindrome

    0下载:
  2. this folder includes programs to check if number and strings are palindrome or not
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:935
    • 提供者:pranav sharma
  1. the-longest-palindrome-substring

    0下载:
  2. 对于给定的一个字符串,求出其中最长的回文子串。其中子串的含义是:在原串中连续出现的字符串片段。本算法采用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++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:570
    • 提供者:
  1. Shortest-Palindrome

    0下载:
  2. 给定一个字符串,你可以将它转换成一个回文通过添加字符在它前面。找到并返回最短的回文可以发现通过执行这个转换。    例如:     鉴于“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 p
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:563
    • 提供者:胡延旭
  1. Palindrome

    0下载:
  2. function to check is the word a palindrome
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:662
    • 提供者:d.matlab
  1. Palindrome-judgment

    0下载:
  2. 回文判断的C++程序,迭代实现,很有参考价值-Palindrome judge C++ program, iterative implementation, a good reference value
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4846293
    • 提供者:无鞋童鞋
  1. palindrome

    0下载:
  2. Check the given number is palindrome number or not using c program How to check if a number is a palindrome using for loop
  3. 所属分类:mathematica

    • 发布日期:2017-05-05
    • 文件大小:41594
    • 提供者:Mkumaran
  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
« 12 3 4 5 »
搜珍网 www.dssz.com