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

搜索资源列表

  1. JAVA

    0下载:
  2. if—else语句,switch语句,循环结构,do-while语句,for语句, 跳转语句-if-else statements, switch statements, loops, do-while statement. for statements, statements Jump
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:17500
    • 提供者:庄文
  1. OnetForums4.1.2

    0下载:
  2. 一款基于J2EE轻量级架构的社区系统,具有如下特点: 表示层:基于Apache Tapestry组件化页面技术,对客户界面进行模块设计。由于页面模板中只有简单的类似if-else和for 循环逻辑,并且所有标签都是标准的HTML标签,因此页面可以放在任何所见所得的HTML编辑器中进行很轻松的编辑、美化。当然,Tapestry只是整个系统的表现部分,如果需要,此部分也可由其它技术实现,如JSP,Velocity等。 权限系统:在客户界面与业务核心层间,存在一套完整的权限系统。每个用户在系
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:12373322
    • 提供者:keris
  1. changyonglei

    0下载:
  2. * 掌握break和continue/if-else/switch-case/成员局部变量/方法运用/数据类型转换用法 * break 终止以后所有执行过程 continue 跳出当前输出,接着继续执行下一个
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3105
    • 提供者:彷徨
  1. Nase

    0下载:
  2. 实现火星车,全部由java写成,没有一个if-else,加上测试文件-Rover implementation, all written in java, there is no if-else, together with the test file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:659644
    • 提供者:lumine
  1. 3

    0下载:
  2. Example IF-Else, Switch case, Fill array, tables
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:9541
    • 提供者:rabu
  1. Guessinggame

    0下载:
  2. 猜数字游戏 1.实验目的 使用if…else和循环语句解决问题。 2.实验要求 编写一个Java应用程序,实现以下功能: (1)程序随机产生一个1~100间的整数; (2)用户在输入对话框中输入自己的猜数; (3)程序根据用户猜测的数,给出提示信息,分别是:“猜大了”、“猜小了”和“猜对了”; (4)如果用户没猜对,可根据提示信息再次输入数,直到猜对为止。 -Guessing game 1. Purpose of the experiment usin
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:2324
    • 提供者:覃翠娟
  1. Assign1s11005047

    0下载:
  2. CS111 assignment 1, University of the South Pacific. Using If else statements and switch
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1771
    • 提供者:java_nut
  1. TP3V1.0

    0下载:
  2. 主要讲逻辑运算符,条件结构:if语句,if-else语句,else-if语句和switch语句-Main logical operators, conditions structure: if, statements, if- else statements, else- if, statements and switch statement
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1226894
    • 提供者:百圣魔君
  1. TextArea

    0下载:
  2. A simple java application which waits for imput from 2 textareas...If the Name imput is "Ion" and the password "java" (without quotes), the program would display a status for succes..it is showed a message with acces denied if else.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:13934
    • 提供者:gicapetrescu
  1. ScoreBand

    0下载:
  2. 通过控制台输入成绩,输出相应等级(if...else...嵌套)-Input and output by control relevant (if... else... nested)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1197
    • 提供者:陈晓开
  1. PersonalTax

    0下载:
  2. 通过命令行方式输入月工资,用if...else...语句判断是否需要交纳个人所得税-Through a command line with the way, the monthly wage... else... statement judge whether we need to pay income tax
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:597
    • 提供者:陈晓开
  1. WeekDayConverter

    4下载:
  2. 一个简单的星期转换器,也就是你输入一个数字,就会输出响应的星期日期。-Write a Java program called WeekDayConverter that reads an integer value between 1 and 7 from the command line and prints out the corresponding day of the week. You may use either if…else statements or a switch
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:998
    • 提供者:撒旦
  1. if-else

    0下载:
  2. very nice examples with output to learn if else statements in java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1570
    • 提供者:trupti patel
  1. nested-if-else

    0下载:
  2. a very example with output to calculate area of cone and nested if else
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:911
    • 提供者:trupti patel
  1. java-process-control

    0下载:
  2. java流程控制个人总结,适合于初学者学习借鉴,有关复合语句,if语句if else语句while语句for循环-java process control
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:1286
    • 提供者:钟佩桓
  1. sc

    0下载:
  2. 按分段统计学生成绩:要求按 90-100、80-89、70-79、60-69、60以下五档分别统计各分数段人数,输入为负数时结束。(分别用if-else和switch)-According to the partition of student achievement statistics: according to the requirements of 90 to 100, 8089, 70-79, 6069, 60 the following five respectively stati
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:3812
    • 提供者:王二
  1. fanfuwen

    0下载:
  2. 反复文 需要的可以看一下 有DO WHILE ,IF ELSE ,FOR ,Switch CASE-Wen repeated need to look at a DO WHILE, IF ELSE, FOR, Switch CASE
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:6701
    • 提供者:jinze
  1. IfElseTask

    0下载:
  2. If Else Task Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:714
    • 提供者:sancuejao
  1. Person

    0下载:
  2. 添加一个枚举类人型 其中有5个值:儿童,少年,青年,middle_age_person,old_person) 你不能使用“switch”的声明和多个嵌套的“if……else”语句-Add an enumeration class type There are 5 values: children, youth, youth, middle_age_person, old_person) You can t use the "switch" statement and
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:580
    • 提供者:
  1. s1

    0下载:
  2. 按分段统计学生成绩:要求按 90-100、80-89、70-79、60-69、60以下五档分别统计各分数段人数,输入为负数时结束。(分别用if-else和switch)-Segmented by student achievement statistics: 90-100,80-89,70-79,60-69,60 following five files required by the statistical numbers are the fraction of the input end o
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:5945
    • 提供者:zhouqiubin
« 12 3 4 »
搜珍网 www.dssz.com