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

搜索资源列表

  1. huiwen

    0下载:
  2. 回文问题,这是很有意思的一个问题,通过数据结构中的顺序队列可以解决。-Palindrome, which is a very interesting problem, through the data structure in the order in the queue can be resolved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1094
    • 提供者:熊龙龙
  1. huiwenshu

    0下载:
  2. 回文数的判断,用栈和队列做的!希望大家可以互相交流一下-Palindrome number of judgments, with stacks and queues to do! Hope that we can exchange what
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:89794
    • 提供者:walter
  1. 4

    0下载:
  2. 数据结构回文判别 运用栈与队列的c语言源程序代码-Data structure to use the stack and queue, palindrome determine c-language source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:800
    • 提供者:gg
  1. shujujiegou

    0下载:
  2. 主要 文本格式化 数据结构 课题源码 绝对好用 可以格式化文本 还有其他很多源码 我一个学期的结晶 如 约瑟夫环 进制转换 z3回文判断等等 共有18个课题-The main subject of text formatting source data structure can be absolutely easy to use formatted text there are many other source I have one semester
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:16941
    • 提供者:大龙虾
  1. huiwen_linklist

    0下载:
  2. 一个用线性表中的单链表实现的回文判断,能判断是否回文,若不是,则给出相应的类型信息-A linear table with a single linked list implementation of the palindrome to judge, to determine whether the palindrome, if not, then give the appropriate type information
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:163436
    • 提供者:tmac
  1. huiwen

    0下载:
  2. 这是在VC环境下编写的一个数据结构的经典问题回文问题-This is written in VC environment, a data structure of the classic problems palindrome problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:659210
    • 提供者:sunkang
  1. all

    0下载:
  2. C语言写的大部分算法问题,比如回文数,素数,等。-Most algorithms written in C language problems, such as palindrome, prime, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4046
    • 提供者:bajoige
  1. palindrome

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

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

    0下载:
  2. 数据结构的回文判断,队列和栈实现,大家参考一下-Data structure to determine palindrome, queue and stack implementation, we refer to
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:9644
    • 提供者:杨少华
  1. 1

    0下载:
  2. 判断回文数的算法,代码简洁易懂,注释清晰明了-Algorithm to determine palindrome, code easy to read, comment clarity
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6530
    • 提供者:yizi
  1. HWEN

    0下载:
  2. 回文数猜想算法C语言经典实现,运行看看,猜想数字里的其他奥妙吧-Palindrome conjecture algorithm to achieve the classic C language, run to see, guess it figures in the other wonders
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:902
    • 提供者:杨阳
  1. huiwen

    0下载:
  2. 输入一个字符串,判断是否为回文串或回文数-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:338108
    • 提供者:xlj
  1. 41

    0下载:
  2. 请编写函fun,函数的功能是:判断字符串是否为回文?或是,函数返回1,主函数中输出:YES,否则返回0,主函数中输出NO。回文诗指顺读和倒读都一样的字符串。 例如,字符串LEVEL是回文,而字符串123312就不是回文。 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 -Write a letter of fun, function is to: determine whether a s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4110
    • 提供者:储谢东
  1. huiwenpanduan

    0下载:
  2. 对于键盘输入的任意一个字符串,将每一个字符分别进行如栈和入队操作,字符串输入完后,分别从队列和堆栈中取出字符进行比较,一旦发现不同则输入字符串不是回文,如果将所有字符比较结束后没有发现一对字符不同,则输入字符串为回文。-For keyboard input an arbitrary string, each character separately, such as stack and into the team operation, after the input string, res
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:31612
    • 提供者:单位
  1. zhanduiliesuanfa

    0下载:
  2. 一、数制转换问题;二、回文判断;三、括号匹配的检验。-A number system conversion two palindromic judge three, bracket matching test.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:170389
    • 提供者:郭文明
  1. huiwen

    0下载:
  2. 《数据结构》实验三:“回文”判断---本程序,主要利用队列、字符数组来进行判断-" Data structure" Experiment 3: " palindrome" judge--- the program, the main advantage of the queue, to judge the character array
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:195375
    • 提供者:doyourem
  1. test10

    0下载:
  2. 从字符串中获取最长回文串的算法,仅供参考,时间复杂度比较高-Get the longest palindrome from a string string algorithms, for reference only, the time complexity is relatively high
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2221
    • 提供者:鄢志昊
  1. four-promble-of-data-structures

    0下载:
  2. 四个关于数据结构的代码,包括层次的非递归算法、回文游戏、简单选择排序等几个问题的代码。-Something for data structrues!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2070
    • 提供者:宋洪基
  1. huiwen

    0下载:
  2. 用栈和队列判断你输入的一句话是不是回文,c语言写的。-Determine palindrome using stack and queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1005
    • 提供者:吴仕
  1. huiwen

    0下载:
  2. 回文序列 编写一个程序 来判断所输入的数字是否为回文数 回文数是指如:98789, 这个数字正读是98789,倒读也是98789,正读倒读一样,所以这个数字就是回文数。-hui wen shu xu lie
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:658
    • 提供者:陈婧
« 1 23 4 »
搜珍网 www.dssz.com