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

搜索资源列表

  1. huiwen

    0下载:
  2. 利用栈的知识和队列的知识解决回文,方法很巧妙,可以参考-回文
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:528144
    • 提供者:邢永超
  1. huiwen

    0下载:
  2. 这是一个回文验证程序,自己写的.希望可以对你们有一定帮助喽!-This is a huiwen program
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1157
    • 提供者:xwg
  1. Number

    0下载:
  2. 本程序用于回文数的判断,输入一位数字,可以判断其是否为回文数字,不是返回提示-This procedure used to determine palindrome number, enter a single digit, you can determine whether the palindrome figures, not to return to prompt
  3. 所属分类:Other systems

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

    0下载:
  2. 回文的实现,很好使的!可以实现会问的检测!谢谢喽-good
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:29466
    • 提供者:tl
  1. CheckPalindrome

    0下载:
  2. 检测一个字符串是否为回文串,对于一个字符串,如果从前向后读和从后向前读都一样,则成为回文串。-It can check a sring is a palindrome or not
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:514
    • 提供者:朱鹏飞
  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. 7

    0下载:
  2. 编程找出10000以内所有的回文数的平方仍是回文数的数。所谓回文数是指左右数字完全对称的自然数,例如:11,121,1221等都是回文数。-All of the programming find within 10,000 square is still the number of reported the number of reported. So-called palindromes number refers to the specified number of symmetrical
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1432
    • 提供者:张一
  1. LFM_radar_simulation

    4下载:
  2. 文件中包含word文档报告 设雷达采用匹配滤波完成脉冲压缩,采集频率fs=420MHz,仿真雷达回波,并绘出家Hamming窗前后的脉压波形。(提示:通过正确设定采集波门,减少数据量) 设雷达采用Dechirp方式完成脉冲压缩,其中参考距离位于(0,0),采集频率为10MHz,距离采样点数512点,仿真雷达回波,并绘出加Hamming窗前后的脉压波形(提示:通过正确设定采集波门,减少数据量)。-Word document file contains the report of the
  3. 所属分类:matlab例程

    • 发布日期:2014-01-14
    • 文件大小:3778
    • 提供者:ljk05
  1. nixu

    0下载:
  2. 逆序输出内容,可在此程序的基础上写出回文式的程序 ~-Reverse output, you can write this program based on the type of program palindrome ~
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:3752
    • 提供者:li
  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. RB

    0下载:
  2. 回文实现 栈在VC上实现的基本操作以及实际问题的操作-Stack palindrome in the VC to achieve realization of the basic operation and the operation of the practical problems
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:750
    • 提供者:elick
  1. test2

    0下载:
  2. 老师让我们写个回文数的小程序,* 题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数 k(如n=13,则a=169且k=961),若a等于k则可判定n为回文数。-Let the teacher write a palindromic number of small programs,* the subject analysis and algorithm design is to determine the n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:150039
    • 提供者:ada
  1. cplusplus

    0下载:
  2. 链表 回文判别 多态性 返型程序设计和STL编程-Palindrome-based distinguishing polymorphism of the list back to program design, and STL programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:5837
    • 提供者:刘刚
  1. huiwenshu

    0下载:
  2. 输入一个字符串,如果这个字符串时对称的,则说明这个数十回文数,否则不是-Enter a string, if the string symmetry, then the dozens of palindromic number, otherwise not
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:848061
    • 提供者:tianya
  1. huiwen

    0下载:
  2. 实现了一段字符是否为回文的判断《数据结构》-huiwen
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:919
    • 提供者:Fangming
  1. huiwen

    0下载:
  2. 这个程序是用C++编写的判断是否是回文的程序,回文指的是例如abcba,这样的字符串就为回文。-This program is written in C++ program to determine whether the palindrome, palindromes refer, for example abcba, such as the string on the palindrome.
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:565
    • 提供者:ranbing
  1. Stack

    0下载:
  2. stack 类的应用 回文检测 ,进制转换-program of stack .using c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1593890
    • 提供者:李祥宏
  1. huiwen

    0下载:
  2. VB环境做的回文数判断,初级的简单东西,自己做的-VB-palindromic done to determine the number of primary simple things, doing their own
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:49054
    • 提供者:谌杰峰
  1. CostforIdeal

    0下载:
  2. 判断字符串是否可以构成回文串,如果可以,将该字符串转为回文串形式,并求出最小交换次数,必须是相邻符号间交换。-To determine whether the string can constitute a palindrome string, and if so, the string is palindrome strings to form and find the minimum switching frequency, must be exchanged between adjacen
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:41276
    • 提供者:刘雨婷
  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 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com