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

搜索资源列表

  1. cpp

    0下载:
  2. 一些相关问题的c++计算。 包括算回文素数,算时间-some cpp yunsuan including huiwen sushu
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2322
    • 提供者:marrysi
  1. huiwen

    0下载:
  2. VS 2008 下的 回文函数是想包含测试的主函数。-Palindrome function under VS 2008 is to contain the main function tests.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1216085
    • 提供者:shuna
  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. 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. 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. 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. 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. 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. huiweixunlie

    0下载:
  2. 判断是否为回文数列和回文数的代码,简单高效。-Determine whether the number of columns and palindrome palindrome code, simple and efficient.
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:229391
    • 提供者:蔡禾苗
  1. some-cPP-algorithm

    0下载:
  2. 一些简单常见的c++算法,包括:求奇数平均值,判断回文数,求汉诺塔-Some simple common c++ algorithms, including: seeking odd average judge palindrome, seeking Tower of Hanoi
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1782
    • 提供者:wuqizheng
  1. HuiWen_Test

    0下载:
  2. 用户输入一串文字,系统将自动完成回文效果-Input some sentences by user and Sys will put it into palindrome effect
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:26515
    • 提供者:majunpeng
  1. PrimeAndPalindrome

    0下载:
  2. 判断5到20亿之间的回文质数(也称回文素数)。采用构建奇数长度回文数的方法,将计算量级缩小。-Palindromic primes judge (also called palindromic primes) 5-2000000000 between. The method of constructing odd length palindrome, and will calculate the magnitude smaller.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:819
    • 提供者:yangerming
  1. hunwenshu

    0下载:
  2. 用于回文数的检测判断,可在此基础上进一步添加完善~-Judgment for palindrome detection can be further added to improve on this basis-
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:869934
    • 提供者:pyj
  1. Manacher

    0下载:
  2. Manacher算法 回文串O(n)解决方法 最快的回文串查找策略-Manacher palindrome string algorithm O (n) solution fastest palindrome string search strategy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:550
    • 提供者:ll
  1. HuiWenPrc

    0下载:
  2. 一个用c语言写的小程序,主要实现了计算回文数。适合新手理解-C language used to write a small program, the main computational palindrome. Suitable for beginners to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:173417
    • 提供者:陈佳卫
  1. Desktop

    0下载:
  2. 实现对一串由用户输入的字符串判断其是否是回文的操作算法-Achieve a string of a string entered by the user to determine whether it is a palindrome operation algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:15614
    • 提供者:Maxwell
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com