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

搜索资源列表

  1. HuiWenTest

    0下载:
  2. 用JAVA语言判断是不是回文,有几位数字并且输出出来。-JAVA language judgment is not a palindrome, several digital and outputs it.
  3. 所属分类:CSharp

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

    0下载:
  2. 判断一个数组是否为回文数组,如果是输出是回文,如果不是则输出是回文数组。例如abcba是回文数组,acb不是回文数组。-Determine whether an array palindrome array, if the output is a palindrome, if not then the output is a palindrome array. For example abcba is a palindrome array, acb not a palindrome array.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:3600
    • 提供者:
  1. wodehuiwen

    0下载:
  2. 用栈实现的判断是否回文算法,算法是自己写的,可以运行-Determine whether a stack to achieve the palindrome algorithm, the algorithm is to write, you can run
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:175420
    • 提供者:jingjing
  1. shujujiegou

    0下载:
  2. 1. 实验目的:掌握栈与队列的基本结构和操作方法,并能利用其解决实际问题。 实验内容:假设称正读与反读都相同的字符序列成为“回文”,试写出一个算法判别输入的一个以“@”为结束符的字符序列是否“回文” -1. Experimental Objective: To master the stack and queue the basic structure and methods of operation, and can use them solve practical problems.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:17076
    • 提供者:liangyidong
  1. functions

    0下载:
  2. 函数的定义与调用、杨辉三角、字符串连接、回文数、字符串比较函数、冒泡排序-some discr iptions of fuction
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:172503
    • 提供者:小蟋蟀
  1. 8-classical-algorithm-c-language

    0下载:
  2. 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:471407
    • 提供者:
  1. palindrome_mem

    0下载:
  2. 包含了回文还有内存分配的基本函数,源码内含注释,可供读者理解。-Also contains a palindrome basic memory allocation functions, source code containing notes, for readers to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1865
    • 提供者:king
  1. 123

    0下载:
  2. 输入一个字符串,判断是不是回文串,如果是回文串就正确的显示出结果,如果不是就返回-Enter a string that judgment is not a palindrome string, if the string is a palindrome on the proper display of the results, if not it returns
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:104779
    • 提供者:刘毅
  1. UVaOJ-401(Palindromes)

    0下载:
  2. 判断输入字符串是否为镜像或回文串。 来源于UVaOJ - 401. 水题。-A regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCBA" is a palindrome because it is the same when the string is read from left to rig
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:923
    • 提供者:LHD
  1. Palindrome

    0下载:
  2. 回文串,可以实现回文串的判断,忽略字符串中的英文字母的大小写-Palindrome string, string palindrome can judge ignored the letters in the string case
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:695
    • 提供者:阮敏
  1. TestHuiWen

    0下载:
  2. 弹出一个对话框,输出一个字符串,然后判断出是否为回文串。-A dialog box pops up, the output of a string, and then determine whether a string is a palindrome.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:14612
    • 提供者:段盈盈
  1. test-the-string

    0下载:
  2.   设计一个程序,,对输入的字符串进行检测,以判断该字符串是否是回文数据,并输出判断结果。如:“abcxcba”或“abccba”都是回文数据。-Palindrome detection
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:161661
    • 提供者:顾晓杜
  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. prime

    0下载:
  2. USACO1.5寻找两个数字之间的回文数且是质数的数Prime Palindromes,例如151是回文数也是质数-The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backward). Write a program that finds all prime palindromes
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:8463
    • 提供者:
  1. palindrome

    0下载:
  2. 用C++语言判断一串字符串是否回文,希望广大吧友支持-Determine whether the string with C++ language palindrome string of hope that the majority support it Friends
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2541843
    • 提供者:ZZA
  1. IsReverse

    1下载:
  2. 2. 链栈的应用:编写函数,判断给定的字符串是否回文。如字符串“abcba”、“abccba”均为中心对称,字符串“abcdba”不中心对称,我们将中心对称的字符串称为回文。-2. Chain stack applications: Write a function to determine whether a given string palindrome. If the string " abcba" , " abccba" are the center o
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:8975
    • 提供者:黄瑜琳
  1. key_Queue

    2下载:
  2. 3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine wheth
  3. 所属分类:Data structs

    • 发布日期:2015-11-25
    • 文件大小:6144
    • 提供者:黄瑜琳
  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. javatest1

    0下载:
  2. 实验1 Java项目开发 参照演示程\Eclipse使用初步讲解,使用Eclipse编写一个Java应用程序。用户从键盘输入一个Long范围之间的数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,例如12121、3223都是回文数。并输出个位数所对应的枚举常量。-Experiment 1 Java project development process with reference to the demo \ Eclipse us
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:20118
    • 提供者:
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 25 »
搜珍网 www.dssz.com