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

搜索资源列表

  1. key_Queue

    2下载:
  2. 3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine wheth
  3. 所属分类:Data structs

    • 发布日期:2015-11-25
    • 文件大小:6144
    • 提供者:黄瑜琳
  1. huiwen

    0下载:
  2. 回文(palindrome)是指一个字符串从前面读和从后面读都一样,仅使用若干栈和队列、栈和队列的ADT函数以及若干个int类型和char类型的变量,设计一个算法来判断一个字符串是否为回文。假设字符串从标准输入设备一次读入一个字符,算法的输出结果为true或者false。-Palindrome (palindrome) refers to a string read from the front and from the back to read the same, only a number
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:809
    • 提供者:林佩燕
  1. palindrome

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

    • 发布日期:2017-04-08
    • 文件大小:152504
    • 提供者:希望
  1. 401-(2)

    0下载:
  2. UVA 401 这题回文题还是比较经典的。最近面试总有这类题。希望代码中的思路对你有帮助。-UVA 401 palindromic title this question is quite classic. Recent interviews always have such practice. I hope the idea of ​ ​ code to help you.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:543
    • 提供者:gengzhigao
  1. Huiwen

    0下载:
  2. 回文判断C++,小程序 回文判断C++,小程序-cycle C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:238881
    • 提供者:feng
  1. Palindrome-Number

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

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

    0下载:
  2. 判断输入的数字是否是回文数,回文数:121、12321等从左到右和从右到左是一样的-Enter the number to judge whether the palindrome palindrome: 121,12321 other from left to right and from right to left is the same
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-07
    • 文件大小:1546
    • 提供者:冬暖夏凉
  1. Judge-palindromic-sequence

    0下载:
  2. 制作简易的菜单,运用递归调用,实现判断回文数的功能-Create a simple menu using a recursive call to realize the function of judge palindrome
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1340
    • 提供者:王云
  1. B

    1下载:
  2. 定义一个字符栈类CStack。私有数据成员:栈数组和指向栈顶的下标或指针;公有成员函数:构造函数、拷贝构造函数、压栈、出栈、清栈、访问栈顶元素、检测栈是否空,是否满等。用上述栈来做回文游戏。用户输入一行字符判断是否为回文。(回文:顺读和逆读字符串一样(不包括空格);如:“a man a plan a canal panama”,就是回文)。注意过滤掉空格。-Defines a character class stack CStack.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:774725
    • 提供者:geass
  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. 4.4.1

    0下载:
  2. 判定给定字符向量是否为回文(从左向右读和从右向左读相同的字符序列)。-Determine whether a given character vector palindrome (reading from left to right and right to left reading the same sequence of characters).
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:380082
    • 提供者:宿琳涵
  1. pro9

    0下载:
  2. 如果一个数从左往右读和从右往左读都是一样,那么这个数就叫做“回文数”。例如,12321就是一个回文数,而77778就不是。当然,回文数的首和尾都应是非零的,因此0220就不是回文数。 事实上,有一些数(如21),在十进制时不是回文数,但在其它进制(如二进制时为10101)时就是回文数。 编一个程序,从文件读入两个十进制数N (1 <= N <= 15)S (0 < S < 10000)然后找出前N个满足大于S且在两种或两种以上进制(二进制至十进制)上是回文数的十进
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:187393
    • 提供者:
  1. main

    0下载:
  2. 消除形如AA ABA的回文串。可以消除一串字符中所有的回文串-Eliminate shaped like AA ABA palindrome string. You can eliminate all of the palindrome string of characters in a string
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:838
    • 提供者:Wierd
  1. longestPalindrome

    0下载:
  2. 求最长回文子串 第一种解法:动态规划(内存分配较多,且时间复杂度为O(n^2))第2种解法:Manacher算法-Find the longest palindrome substring First Solution: Dynamic Programming (memory allocation more, and the time complexity is O (n ^ 2)) The second solution: Manacher algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:
  1. Judgment_palindrome

    0下载:
  2. 编写一个函数palin()用来检查一个字符串是否正向拼写与反向拼写都一样的“回文”(palindromia)。如“MADAM”就是一个回文。若放宽要求,即忽略大小写字母的区别、忽略空格及标点符号等,则像“Madam,I m Adam.”之类的短语也可视为回文。编程要求:⑴在主函数中输入字符串。⑵将字符串首指针作为函数参数传递到函数palin()中。当字符串是回文时,要求函数palin()返回1,否则返回0。⑶若是回文,在主函数中输出"Yes.";若不是回文,在主函数中输出"No."。 提示:
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:83888
    • 提供者:陈琳
  1. back

    0下载:
  2. 回文分析C程序:可判断字符串内存储的是否为回文,可判断中英混合字符串。 回文样例:上海自来水来自海上。 ABCBA A我B市B我A-Palindrome analysis C program: to determine whether the string is stored as a palindrome, the judgment of mixed strings. Palindrome Example: Shanghai water from the sea. ABCBA
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:533
    • 提供者:Chengtianyi
  1. palindrome

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

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

    0下载:
  2. 数据结构课后作业-栈 对输入文字进行回文验证.-Data structure after-school homework- stack Validation of the input text are palindromes.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:717
    • 提供者:可怜世界
  1. zhishu

    0下载:
  2. 利用C语言判断并输出1亿以内回文式质数,并且计算所用时间-Using C language to determine and output within 100 million palindromic primes formula and calculate the time spent
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:33903
    • 提供者:陈曦
  1. FileCoder

    0下载:
  2. 文件加密解密的小程序 算法是通过回文加密解密的。 可以处理小型的doc和txt文件。 非常方便~-File encryption and decryption of small programs Algorithm for encryption and decryption through the palindrome. Can handle small doc and txt files. Very convenient ~
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:157576
    • 提供者:Heng
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 »
搜珍网 www.dssz.com