搜索资源列表

  1. Practice1_15

    0下载:
  2. 找出回文数,就是在一定范围内找出顺读和倒读都一样的词语。-Palindrome identify a few, that is, a certain scope to identify cis and read back the words read are the same.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:zfm850722
  1. PalindromeTest

    0下载:
  2. 字符串回文简便算法,JAVA代码,包括自动处理空格\标点符号以及其他字符串等.-Palindrome algorithm using Java code
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:王梓
  1. JAVA

    0下载:
  2. 包括角谷,色子,回文等矿大JAVA实验课留的作文-Including Kakutani, bosons, palindrome, such as large mining JAVA experimental composition class to stay
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:shen
  1. Palindrome_strings

    0下载:
  2. 回文串的c++实现,是ACM里面的一个题目,上传给大家共享。-Palindrome string c++ implementation, ACM are inside a topic, upload to the U.S. share.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:512000
    • 提供者:王福道
  1. Java

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 二、二战期间,英国情报人员获取德军的一
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-17
    • 文件大小:74752
    • 提供者:king
  1. PalindromeNumber

    0下载:
  2. 回文数就是从高位往低位读,和从低位往高位读是相同的,例如:131,1221等,此程序是寻找m,要求m,m*m,m*m*m,这三个值都是回文数。-Palindrome number is read from a high level to low and from low to high time is the same as, for example: 131,1221 and so on, this procedure is to f
  3. 所属分类:界面编程

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:白秋杨
  1. Stack

    0下载:
  2. 完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文 -Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion cal
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:32768
    • 提供者:韩非
  1. 018

    0下载:
  2. 用于判断正整数n的d进制数表示形式是否是回文数-tell the positive integers n is a Palindromic Number
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:査锦
  1. palindrome

    0下载:
  2. 回文判断 输入一个字符串可以判断是不是回文。-Determine palindrome
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:朋朋
  1. huiwenshu

    0下载:
  2. 判断一个整数N 是不是回文数(10 进 制和2 进制都要是回文):例如1,3,5 都 满足条件。-Determine an integer number N is not a palindrome (10 M and 2 M to be the palindrome): for example, have to meet conditions 1,3,5.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:885760
    • 提供者:007
  1. number4

    0下载:
  2. 回文判别 实验要求:称正读和反读都相同的字符序列为“回文”,如“abba”和“abccba”是“回文”,“abcde”和“ababab”则不是“回文”,试设计一个算法,判别读入的一个以@为结束符的字符序列是否是“回文”。 实验目的: 1、掌握循环队列的定义及应用; 2、掌握队列的基本操作; 3、进一步熟练掌握栈的基本操作及应用; 4、初步学会解决具体问题的算法设计。-Experimental identifica
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:
  1. h

    0下载:
  2. 回文判断:对于一个从键盘输入的字符串,判断其是否为回文。回文即正反序相同。如“abba”是回文,而“abab”不是回文。-Palindrome judge: for a string from the keyboard input, determine whether the palindrome. Palindrome sequence that is the same as the pros and cons. Such as &q
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:239616
    • 提供者:qazqaz
  1. huiwen

    0下载:
  2. 检测输入字符串是否为回文,即首尾对应位置的字符相同-Detection of input string is a palindrome, that is, both the characters corresponding to the same location
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:100352
    • 提供者:多丽君
  1. hui

    0下载:
  2. 编程求100到999之间的回文数.(回文数是指正读与反读都一样的数,如:232)-Programming for between 100-999 palindrome number. (Number palindrome correction and anti-time reading the same few, such as: 232)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:时攀
  1. huiwen

    0下载:
  2. vb回文很好的东西,希望大家喜欢,请多多支持,以后会有更多的东西-vb palindrome good things, I hope you like it, please support, there will be more
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:蓝诺
  1. Cpp3

    0下载:
  2. 关于制造回文 描述 回文,亦称回环,是正读反读都能读通的句子,亦有将文字排列成圆圈者,是一种修辞方式和文字游戏。回文运用得当,可以表現两种事物或现象相互依靠或排斥的关系。总有人以为回文是英文的专利,其实不然,中文中也有很多回文的例子,譬如: 莺啼岸柳弄春晴, 柳弄春晴夜月明。 明月夜晴春弄柳, 晴春弄柳岸啼莺。 看着很有意思,可要想写出回文,并不是一件很容易的事情。如果有一个字符串,怎样才能插入最少的内容
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:shi
  1. huiwen

    0下载:
  2. 判断字符串中是否存在回文 如abcbe中bcb就构成了回文-String to determine whether there is such as abcbe in palindrome form the palindrome bcb
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:864256
    • 提供者:王王
  1. text

    0下载:
  2. 数据结构严蔚敏版第三章部分习题答案 栈的基本操作,算法 括号匹配 回文数判断 等 完整工程 vc++开发环境-YAN Wei-min data structure version of Chapter III of part of the answer to exercise the basic operation of the stack, the algorithm to determine the numb
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:775168
    • 提供者:Emily
  1. huiwen

    0下载:
  2. 利用顺序队列验证输入的一段字符并判断是否为回文-Order to verify the use of input queue and for some characters to determine whether the palindrome
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:jack cheng
  1. CNetworking

    0下载:
  2. wince 下网络通讯类,实现了,网络监听,网络连接,数据发送以及数据接收,远程计算机信息获得,程序采用多线程回调方式,有详细的文档说明。-wince under the category of network communications to achieve the network monitor, network connection, data sent and received data, remote access to
  3. 所属分类:Windows CE

    • 发布日期:2024-05-17
    • 文件大小:16384
    • 提供者:chen
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »

源码中国 www.ymcn.org