上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: package zuoye;public class zuoye0110 { public static void main(String[] args) { // TODO 自动生成的方法存根// 输出九宫格 int arr[][]=new int... 阅读全文
posted @ 2016-01-10 19:04 梦里梦到梦 阅读(521) 评论(0) 推荐(0) 编辑
摘要: package zuoye;public class zuoye0110 { public static void main(String[] args) { // TODO 自动生成的方法存根 //遍历二维数组 int[][]a={{12,23,... 阅读全文
posted @ 2016-01-10 18:51 梦里梦到梦 阅读(167) 评论(0) 推荐(0) 编辑
摘要: package lianxi;import java.util.Scanner;public class maopao {Scanner scan =new Scanner(System.in); System.out.print("请输入:"); ... 阅读全文
posted @ 2016-01-09 15:36 梦里梦到梦 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1 遍历数组package lianxi18;public class lianxi18 { public static void main(String[] args) { // TODO 自动生成的方法存根 int[]d=new int[]{546,85,598,858,5... 阅读全文
posted @ 2016-01-08 21:04 梦里梦到梦 阅读(150) 评论(0) 推荐(0) 编辑
摘要: public class lianxi2 { public static void main(String[] args) { // TODO 自动生成的方法存根for (int hs=1;hs=hs;kg--){ ... 阅读全文
posted @ 2016-01-07 15:22 梦里梦到梦 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 打印菱形package zuoye;public class lingxing { public static void main(String[] args) { // TODO 自动生成的方法存根 for (int x=1;x0;m--){ ... 阅读全文
posted @ 2016-01-06 19:57 梦里梦到梦 阅读(105) 评论(0) 推荐(0) 编辑
摘要: package zuoye;public class zuoye16 { public static void main(String[] args) { // TODO 自动生成的方法存根 for (int x = 1; x < 100; x++)... 阅读全文
posted @ 2016-01-06 19:45 梦里梦到梦 阅读(325) 评论(0) 推荐(0) 编辑
摘要: public class lianxi2 { public static void main(String[] args) { // TODO 自动生成的方法存根 for (int a = 1;a<=9;a++) { for(int b=... 阅读全文
posted @ 2016-01-05 15:34 梦里梦到梦 阅读(315) 评论(0) 推荐(0) 编辑
摘要: public class xunhuan1 { public static void main(String[] args) { // TODO 自动生成的方法存根 double a = 0; double b = 0.00008; wh... 阅读全文
posted @ 2016-01-05 11:58 梦里梦到梦 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package lianxi;//if else语句public class lianxi14 { public static void main(String[] args) { // TODO 自动生成的方法存根 int i=32; if (i<1... 阅读全文
posted @ 2016-01-04 16:57 梦里梦到梦 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页