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

搜索资源列表

  1. lianb

    0下载:
  2. 用链表来实现数值转换,回文和括号匹配,大一小学期学C++课程设计时写的-With a linked list to achieve the the numerical conversion palindrome and brace matching, freshman elementary school- school C++ write curriculum design
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:3353
    • 提供者:diulianguo
  1. main

    2下载:
  2. usaco第九题回文数是指从左向右念和从右向左念都一样的数。如12321就是一个典型的回文数。 给定一个进制B(2<=B<=20,由十进制表示),输出所有的大于等于1小于等于300(十进制下)且它的平方用B进制表示时是回文数的数。用’A’,’B’……表示10,11等等。 -The ninth title palindrome usaco is the same number of read and right-to-left read from left to rig
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:595
    • 提供者:
  1. Palindromes

    0下载:
  2. 回文判定 基础的加密编写过程,对初学者有赢定的借鉴意义-Palindromes decision
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:254685
    • 提供者:Tread
  1. huiwen

    0下载:
  2. 该程序是回文字符串的程序,非常适合刚学c的人需研究学习,里面的注释非常清楚。-The program is a palindrome string of the program, to be studied very suitable for people just learning c learning, the notes inside is very clear.
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:1302
    • 提供者:young
  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. panduanhuiwen

    0下载:
  2. 判断一个包含数字和字母的字符串是不是正序和倒叙一样,即是不是回文?-Determine a string of numbers and letters is not positive sequence and flashback, that is not a palindrome?
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:525
    • 提供者:乔石磊
  1. calfflac

    0下载:
  2. USACO练习题1.3.4,回文检测,数据结构-USACO exercises 1.3.4 palindrome detection, data structures
  3. 所属分类:assembly language

    • 发布日期:2017-12-09
    • 文件大小:1655
    • 提供者:seraphina
  1. 1

    0下载:
  2. 假设正读和反读都相同的字符序列为“回文”,例如,‘abba’和‘abcba’是回文,‘abcde’ 和‘ababab’则不是回文。试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”。-Assuming a positive reading and anti-reads the same sequence of characters " palindrome" , for example, ' abba' and ' abcba' pal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:859
    • 提供者:zoe
  1. A

    0下载:
  2. 输入一个字符串,然后判断该字符串是否是回文式,如"abcba"就是一个回文式。-Enter a string, and then determine whether the string is a palindrome, such as " abcba" is a palindrome type.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:589
    • 提供者:yao
  1. CPP

    0下载:
  2. c++经典小程序,也是c++二级考试经常考到的小程序。包括:骑士旅行,回文,筛选,快速排序等程序。-c++ the classic small program, also c++ secondary examination often to test the applet. Include: Knight s Tour, palindrome, screening, quick sort program.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:4142
    • 提供者:王建凯
  1. liqueue

    0下载:
  2. 在Visual C++中实现: 1)创建一循环队列; 2)创建一个顺序栈; 3)利用栈和队列实现回文字符串的判定。 -failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:675
    • 提供者:xiaojian
  1. huiwenshu

    0下载:
  2. 华为编程大赛,回文数试题,值得一看,非常的经典!-Huawei programming contest, palindrome questions, the eye, very classic!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:258969
    • 提供者:
  1. huiwen

    0下载:
  2. 回文算法,适用于C开发平台,非常实用和经典,便于参照和学习。-Palindrome algorithm for C development platform, very practical and classic ease of reference and learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:3400
    • 提供者:Damon
  1. CSADCWEEW

    0下载:
  2. 输出字符串的长度,判断数是不是回文数,找出1000内的所有元素-All elements of the output string length, the number of judgments is not a palindrome, find out the 1000
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1595
    • 提供者:吴伟
  1. Queue_Plalindrome

    0下载:
  2. 数据结构基础知识学习,判断字符串是否回文。用栈操作实现。-To learn basic knowledge of data structures, to determine whether a string palindrome. Stack operations.
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:1155
    • 提供者:齐加庆
  1. main

    0下载:
  2. 回文数判断程序,将输入的数转换成字符,调用判定程序实现功能-Palindrome judgment procedure will be entered into a number of characters, call the judge program functions! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:980
    • 提供者:hahha
  1. Stack-and-queue

    0下载:
  2. 假设正读和反读都相同的字符序列为“回文”,例如,‘abba’和‘abcba’是回文,‘abcde’ 和‘ababab’则不是回文。试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”-Assumptions are read and read the same sequence of characters as "palindrome", for example, Abba and abcba is a palindrome, ABCDE and ababab is
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-05
    • 文件大小:29522
    • 提供者:阿莹
  1. 1-1000000000_huiwen

    0下载:
  2. 能够实现从1到10000000000的回文素数列举。效率较高,值得学习。-Can be achieved from 1-10000000000 palindromic primes enumerated. Higher efficiency, it is worth learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:805
    • 提供者:李广
  1. C

    0下载:
  2. 回文数的判断,矩阵的转置,矩阵对角线之和,等等一些常考类型题目-Palindrome judgment matrix transpose, and a diagonal matrix, so some of the questions often test type
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:4013
    • 提供者:王珊珊
  1. PanDuan-HuiWen

    0下载:
  2. 利用栈的基本操作对某一字符串作出判断其是否为回文-Basic operations using the stack to make judgments on whether a string is a palindrome
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1079
    • 提供者:minjianhe
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 20 »
搜珍网 www.dssz.com