上一页 1 ··· 6 7 8 9 10 11 下一页
  2015年12月11日
摘要: package com.hanqi;public class Car { // 品牌 private String pinP; // 读 public String getPinP() { return pinP; } // 写 public ... 阅读全文
posted @ 2015-12-11 08:37 让心开始 阅读(230) 评论(0) 推荐(0) 编辑
  2015年12月9日
摘要: package xin.bao;public class Pingguo { private String Zhonglei;// 种类 public String getZhonglei() { return Zhonglei; } private Strin... 阅读全文
posted @ 2015-12-09 21:07 让心开始 阅读(155) 评论(0) 推荐(0) 编辑
  2015年12月8日
摘要: 阅读全文
posted @ 2015-12-08 08:41 让心开始 阅读(127) 评论(0) 推荐(0) 编辑
摘要: package com.hanqi;public class Car { //属性 成员变量 //车的颜色 String YanSe; //车的品牌 String PinPai; //邮箱容量 double YouXiangRong... 阅读全文
posted @ 2015-12-08 08:40 让心开始 阅读(137) 评论(0) 推荐(0) 编辑
摘要: package suijishu;import java.util.Random;// TODO Auto-generated method stubpublic class Xuanqi { public static void main(String[] args) { //... 阅读全文
posted @ 2015-12-08 08:35 让心开始 阅读(1517) 评论(0) 推荐(0) 编辑
  2015年12月6日
摘要: public class Xindeooo { public static void main(String[] args) { // TODO Auto-generated method stub // 冒泡排序 int[] array = { 49... 阅读全文
posted @ 2015-12-06 17:24 让心开始 阅读(166) 评论(0) 推荐(0) 编辑
  2015年12月4日
摘要: package shiyan;public class Lingxing { public static void main(String[] args) { int m = 10; for (int i = 1; i = i; j--) { ... 阅读全文
posted @ 2015-12-04 21:57 让心开始 阅读(154) 评论(0) 推荐(0) 编辑
摘要: public class Xiaojiujiu { public static void main(String[] args) { int m = 9; for (int i = 1; i <= m; i++) { for (int j = ... 阅读全文
posted @ 2015-12-04 21:46 让心开始 阅读(169) 评论(0) 推荐(0) 编辑
  2015年12月3日
摘要: 阶乘是基斯顿·卡曼(Christian Kramp,1760~1826)于 1808 年发明的运算符号,是数学术语。一个正整数的阶乘(英语:factorial)是所有小于及等于该数的正整数的积,并且有0的阶乘为1。自然数n的阶乘写作n!。1808年,基斯顿·卡曼引进这个表示法。亦即n!=1×2×3×... 阅读全文
posted @ 2015-12-03 20:04 让心开始 阅读(345) 评论(0) 推荐(0) 编辑
摘要: package shiyan;public class Yiyuanercifangcheng { public static void main(String[] args) { int a = 10, b = 20, c = 30; if (a == 0) { ... 阅读全文
posted @ 2015-12-03 20:00 让心开始 阅读(113) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页