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

搜索资源列表

  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. 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. 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. 2polindrom

    0下载:
  2. A palindrome is a string which reads the same from the beginning to the end than from the end to the beginning (whitespaces are not considered). Implemented a function to check whether a given string is a palindrome.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:687
    • 提供者:bestdash
  1. labsheet2part1

    0下载:
  2. palindrome dna problem
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:1198
    • 提供者:Wiccan
  1. Proyecto

    0下载:
  2. Programas en C funciones, palindrome, etc. -Programas en C funciones, palindrome, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2604234
    • 提供者:castan
  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. test

    0下载:
  2. C#写的回文认证和最大公约数~ -C# to write the palindrome certification and the common denominator
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:661663
    • 提供者:
  1. Jav

    0下载:
  2. 创建电视实现保和数组字符串等的创建,变更判断回文数-Create TV to achieve security and the creation of such an array of strings, changing determine palindrome
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5172172
    • 提供者:张扬
  1. we

    0下载:
  2. 若一个数(首位不为零)从左向右读与从右向左读都一样,我们就将其称之为回文数。 例如:给定一个10进制数56,将56加65(即把56从右向左读),得到121是一个回文数。 又如:对于10进制数87: STEP1:87+78 = 165 STEP2:165+561 = 726 STEP3:726+627 = 1353 STEP4:1353+3531 = 4884 在这里的一步是指进行了一次N进制的加法,上例最少用了4步得到回文
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2339
    • 提供者:谢某
  1. huiwen

    0下载:
  2. 功能:检查字符串是否为回文(即正序与逆序一样)字符串 -Features: Check string is a palindrome (that is, with the reverse sequence is the same as) the string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:33132
    • 提供者:小样
  1. 1159_Palin

    0下载:
  2. poj 第1159题palin_drome_回文 最长公共子序列 LCS DP 滚动数组-poj 1159 title palin_drome_ palindrome longest common subsequence LCS DP rolling array
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1395
    • 提供者:ni
  1. aa

    0下载:
  2. 1.在Microsoft Visual Studio 2008中创建MFC工程DataStructTest0303 2.通过读入文件的形式,读取写在TXT文本中的实数数据 3.用push将这些数值添加到队列和栈中 4.在DataStructTest0303View.cpp中判断是否是回文 5.输出结果 -1. In Microsoft Visual Studio 2008 to create a MFC project DataStructTest0303 2. Throug
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3772802
    • 提供者:zengruige
  1. huiwenpanduan_seqlist

    0下载:
  2. 自己写的一个回文判断的程序,用C语言写成,用了线性表的顺序存储方式,能够正确判断一个字符串是否回文。-Write a palindrome program to judge, with the C language written in the order of the table with the linear storage method to correctly determine whether a string is palindrome.
  3. 所属分类:Other systems

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

    0下载:
  2. This prgm is for checking palindrome for string in VB.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1036
    • 提供者:Arun Sankar
  1. pprime

    0下载:
  2. usaco素数回文,采用打表查找的方法。-usaco prime palindrome, by playing table lookup method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:815
    • 提供者:xiaobai
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com