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

搜索资源列表

  1. app4

    0下载:
  2. 声明一个一维数组,其长度为5,利用循环对数组元素进行赋值,然后再利用另一个循环逆序输出数组元素的内容。程序代码如下:-statement a one-dimensional array with a length of 5, the use of cyclic An element of the assignment. then use the output of another cycle reversal of the contents of the array elements. Prog
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3.04kb
    • 提供者:rover
  1. javanixu

    1下载:
  2. 从键盘输入若干个字符,当输入字符”#”时中止输入。统计输入字符的个数,并将它们按输入时的逆序输出。如: 输入:inputstream# 输出:maertstupni -keyboard input from a number of characters when the input character "#" at the suspension of the import. Statistics of the number of input characters,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.59kb
    • 提供者:haohao
  1. Huiwei

    0下载:
  2. 实现回文,即实现字符串的逆序输出,并计算其计算时间,精确到纳秒。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.34kb
    • 提供者:ww
  1. nixu

    0下载:
  2. 输入大于两位以上的整数,然后逆序输出,并正确得到逆序结果-Enter an integer greater than the two above, and then reverse output and reverse the results of the right to be
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:12.38kb
    • 提供者:邱金海
  1. Java

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

    • 发布日期:2017-04-17
    • 文件大小:73.1kb
    • 提供者:king
  1. java

    0下载:
  2. 初学java编程,功能从键盘输入一组字符,保存到指定的文件后,再逆序输出,并重新保存逆序输出的文件-Beginner java programming, feature a group of characters from the keyboard, save to the specified file, and then reverse output and reverse output re-save the file
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:940byte
    • 提供者:yifengstar
  1. nixu

    0下载:
  2. 用Java编程,实现的功能是把一个数组里的元素逆序输出。-Using Java programming, the function is to reverse the elements of an array output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:21.5kb
    • 提供者:戴勤英
  1. nixushuchu

    0下载:
  2. 从键盘上输入两位数以上的数字,然后将数字逆序输出-Input from the keyboard for more than two-digit number, then the number of reverse output
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:530byte
    • 提供者:菜菜
  1. Palindrome-number

    0下载:
  2. 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 -Write a Java applications. The user from the keybo
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:135.89kb
    • 提供者:海鲜
  1. GetInputTest

    0下载:
  2. 个人原创代码:编写Java Application程序,将命令行第一个参数每个字符放入一字符数组,然后逆序输出。-The original code of the individual: to write a java application program, the first parameter of the command line for each character in a character array, and then reverse output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:719byte
    • 提供者:李瑞
  1. reserve

    0下载:
  2. 用两种不同的方法实现字符串的逆序输出,形如I am a boy!输出!boy a am I-Use two different methods to achieve the reverse order of the string output form, such as " I am a boy! Output! boy a am I
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:1.69kb
    • 提供者:kangkang
  1. Link

    0下载:
  2. 一个简单的java程序,适合初学者,用于实现输入字符的逆序输出。-A simple java program, suitable for beginners, for the realization of input characters reverse output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.51kb
    • 提供者:刘苗苗
  1. cn

    0下载:
  2.  编写一个Java应用程序。用户从键盘输入一个Long范围之间的数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,例如12121、3223都是回文数。并输出个位数所对应的枚举常量。-Write a Java application. User keyboard input a number between Long range, the program will determine the number is few numbers
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:15.06kb
    • 提供者:xiayule
  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
    • 文件大小:19.65kb
    • 提供者:
  1. ReverseString

    0下载:
  2. 使用该程序可以把源文件中的内容逆序地输出到计算机屏幕上-The program can use the source file s contents in reverse output to the computer screen
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:6.53kb
    • 提供者:倪培昆
  1. 英文句子翻转

    0下载:
  2. 将一个英文语句以单词为单位逆序排放。例如“I am a boy”,逆序排放后为“boy a am I” 所有单词之间用一个空格隔开,语句中除了英文字母外,不再包含其他字符 接口说明 /** * 反转句子 * * @param sentence 原句子 * @return 反转后的句子 */ public String reverse(String sentence); 输入描述: 将一个英文语句以单词为单位逆序排放。
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:haihaihang
搜珍网 www.dssz.com