凤兮凰兮吧 关注:32贴子:2,378

回复:【乱7八糟】

只看楼主收藏回复

﹏玖月薇凉°


IP属地:北京17楼2014-11-29 23:18
回复
    美国


    IP属地:北京18楼2015-01-03 18:09
    回复
      ╭  ┓  ┏━━━━┓ ┓ ┓  ┏━━━━╮
      ┃━━┣━┛┃    ┃┏┣┏┣━┓┃
      ╯  ┃  ┣━━━━┫┃┃ ┃ ┃┃  ╮
      ━━┣━╯┃    ┃┃┃━┣━┻┗━━┣━┛
         ┃  ┃    ┃┗┃ ┃  ┏━╯┃━┓
      ┗━━┻━┛┗━━━━┛┗╯┗╯━╯┗ ╰┛ ╯
      存档


      IP属地:北京19楼2015-01-17 23:57
      回复


        IP属地:北京来自iPhone客户端21楼2015-04-05 22:57
        回复
          public class Cat { // Declaration of instance variables. private String name, furType; private boolean tail; private Color colour; private int speed; /** This is the sleep method for the cat. It dictates the number of * minutes the cat sleeps. * @param duration The number of minutes to sleep. */ public void sleep(int duration) { System.out.println("I am sleeping for " + duration + " minutes."); }public String getname() {return name ; }public Color getcolour() {return colour ; }public int getspeed() {return speed ; } public void setname(String name){this.name=name; } public void setcolor(Color colour){this.colour=colour; } public void setspeed(int speed){this.speed=speed; } /** This method allows the cat to run. The distance (in a straight line) * the cat runs is dependent on how long the cat runs and whether or not * it is running in a zigzag. * @param duration The number of minutes to run. * @param zigzag Whether to run in a zigzag pattern. * @return int Number of metres ran. */ public int run(int duration, boolean zigzag) { System.out.println("I am running " + (zigzag? "in a zigzag" : "straight") + " for " + duration + " minutes.");int distanceRun = duration * speed; // assuming speed is metres per minuteif (zigzag) { /* When in zigzag, distance is 1/3 of what it would have been if the cat was going straight. */ return distanceRun/3; } else return distanceRun; }}


          IP属地:北京来自iPhone客户端22楼2015-04-06 23:42
          回复
            http://qmplus.qmul.ac.uk/


            IP属地:北京来自iPhone客户端23楼2015-04-17 09:24
            回复
              iA4ftMDd1


              IP属地:北京24楼2015-04-17 09:27
              回复
                130801418


                IP属地:北京25楼2015-04-17 09:28
                回复
                  #e9966ff#gfe0fff


                  IP属地:北京28楼2015-12-04 22:33
                  回复
                    #e333366#gffcc88


                    IP属地:北京29楼2015-12-04 22:33
                    回复
                      .°青梅酒や


                      IP属地:北京30楼2016-02-23 12:22
                      回复
                        DT160205MKYZRDAMMHQIBUGQ


                        IP属地:北京31楼2016-02-24 13:13
                        回复
                          0707F66CD0F3470784B7B085E05D8520


                          IP属地:北京来自iPhone客户端32楼2016-03-11 12:10
                          回复
                            0707F66CD0F3470784B7B085E05D8520


                            IP属地:北京来自iPhone客户端33楼2016-03-11 12:10
                            回复
                              DT160308MNRPPDFCMIGNRMQY


                              IP属地:北京来自iPhone客户端34楼2016-03-12 21:27
                              回复