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

搜索资源列表

  1. Palindrome-judgment

    0下载:
  2. 回文判断,能够判断文本文件中的一行文字是否为回文。回文即前后对称的文字。-Palindrome judgment, be able to judge the line of text in the text file is a palindrome. Palindrome i.e. symmetrical before and after text.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-12
    • 文件大小:183573
    • 提供者:TsaiCai
  1. Palindrome-judgment

    0下载:
  2. 此程序为回文判断程序,是基于C++语言环境下的一个面向对象程序,主要涉及到C++语言数组知识的应用,供C++初学者学习 -This program is a palindrome judgment program, is based on an object-oriented program C++ language environment, mainly related to the application of the knowledge of C++ language array, f
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:1039301
    • 提供者:上交
  1. Palindrome

    0下载:
  2. 回文串,可以实现回文串的判断,忽略字符串中的英文字母的大小写-Palindrome string, string palindrome can judge ignored the letters in the string case
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:695
    • 提供者:阮敏
  1. Maximum-palindrome-string

    0下载:
  2. 找出一个字符串中的最大回文字串,算法比较简洁明了,效率较高。-Find a string largest palindrome string algorithm is relatively simple and straightforward, high efficiency.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:584
    • 提供者:风格还是
  1. palindrome

    0下载:
  2. 用C++语言判断一串字符串是否回文,希望广大吧友支持-Determine whether the string with C++ language palindrome string of hope that the majority support it Friends
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2541843
    • 提供者:ZZA
  1. palindrome

    0下载:
  2. c语言基础,判断一个字符串是否为回文的程序,仅供参考-Determine whether a string is a palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:152504
    • 提供者:希望
  1. Palindrome-Number

    0下载:
  2. 判断一个数是否是回文数。一种比较简单易懂的好的方法。-Palindrome Number
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:606306
    • 提供者:wxd
  1. a-palindrome

    0下载:
  2. 判断一串字符是否为回文,即该字符段无论是正过来还是反过来是否都一样-Judge a string of letters is a palindrome, The character segment either coming or vice versa are identical
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:407442
    • 提供者:gloria1800
  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. Palindrome

    0下载:
  2. Basic palindrome checker
  3. 所属分类:Applications

    • 发布日期:2017-04-03
    • 文件大小:3341
    • 提供者:Rj
  1. reverse-and-palindrome

    0下载:
  2. 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 pa
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:62394
    • 提供者:malaki l
  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. To-determine--palindrome-characters

    0下载:
  2. 要求从键盘中输入字符串,判断该字符是否为回文字符。-To determine whether for palindrome characters
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4890
    • 提供者:huzi
  1. PALINDROME

    1下载:
  2. MIPS assembly,汇编实现输入一个字符串,判断其是否为回文-MIPS assembly, the compilation includes a string input to determine whether it is a palindrome
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:王云辉
  1. Palindrome

    0下载:
  2. 回文串,可以实现回文串的判断,忽略字符串中的英文字母的大小写-Palindrome string, string palindrome can judge ignored the letters in the string case
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:823
    • 提供者:wenag05n173
  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 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com