上一页 1 ··· 3 4 5 6 7 8 下一页

2016年1月10日

1月10日 作业- 遍历二维数组的两张方法及求和

摘要: public class lianxi { public static void main(String[] args) { // TODO 自动生成的方法存根 int a[][] = {{1,5,8,4,6},{5,8,6,89,54,25,1},{9,81,23,65,24,... 阅读全文

posted @ 2016-01-10 18:52 一方通行o 阅读(197) 评论(0) 推荐(0) 编辑

2016年1月8日

1月8日 作业

摘要: 1. 遍历输出public class shuzu2 { public static void main(String[] args) { // TODO 自动生成的方法存根 int arr[] = new int [] {35,21,48,66,1... 阅读全文

posted @ 2016-01-08 19:47 一方通行o 阅读(119) 评论(0) 推荐(0) 编辑

2016年1月7日

1月7日 作业 画菱形

摘要: public class zuoye { public static void main(String[] args) { // TODO 自动生成的方法存根for (int hs = 1; hs = hs; kg--) { S... 阅读全文

posted @ 2016-01-07 16:52 一方通行o 阅读(197) 评论(0) 推荐(0) 编辑

2016年1月6日

1月6日 作业 课后题

摘要: 2 打印菱形没看懂 不会3public class zuoye { public static void main(String[] args) { // TODO 自动生成的方法存根double j = 1; double k = 1; ... 阅读全文

posted @ 2016-01-06 23:47 一方通行o 阅读(123) 评论(0) 推荐(0) 编辑

1月6日 作业 穷举

摘要: public class zuoye { public static void main(String[] args) { // TODO 自动生成的方法存根 for (int g = 0; g <= 100; g++) { f... 阅读全文

posted @ 2016-01-06 22:31 一方通行o 阅读(110) 评论(0) 推荐(0) 编辑

2016年1月4日

1.4 作业

摘要: 1. 不同年龄不同问候语public class TestSwitch { public static void main(String[] args) { // TODO 自动生成的方法存根 int a; a = 10... 阅读全文

posted @ 2016-01-04 20:19 一方通行o 阅读(120) 评论(0) 推荐(0) 编辑

2016年1月3日

12月31日 作业

摘要: 1public class Test { static int abc = 123; //成员变量 public static void main(String[] args) { // TODO 自动生成的方法存根 int n=4; int ... 阅读全文

posted @ 2016-01-03 18:53 一方通行o 阅读(96) 评论(0) 推荐(0) 编辑

2015年12月30日

12月29日-练习成果

摘要: 1 package jiaoyaping; 2 3 public class Kaoshichengji2 { 4 5 public static void main(String[] args) { 6 // TODO 自动生成的方法存根 7 8 b... 阅读全文

posted @ 2015-12-30 21:06 一方通行o 阅读(139) 评论(0) 推荐(1) 编辑

12月30日-学习内容(思维导图纲要)

摘要: 阅读全文

posted @ 2015-12-30 20:55 一方通行o 阅读(232) 评论(0) 推荐(0) 编辑

12月30日作业-<转>字符集编码

摘要: 1.基础知识计算机中储存的信息都是用二进制数表示的;而我们在屏幕上看到的英文、汉字等字符是二进制数转换之后的结果。通俗的说,按照何种规则将字符存储在计算机中,如'a'用什么表示,称为"编码";反之,将存储在计算机中的二进制数解析显示出来,称为"解码",如同密码学中的加密和解密。在解码过程中,如果使用... 阅读全文

posted @ 2015-12-30 20:12 一方通行o 阅读(319) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 下一页

导航