会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
计算机1901金百乙
博客园
首页
新随笔
新文章
联系
管理
订阅
上一页
1
2
3
下一页
2021年11月3日
第十一十二周作业
摘要: package com.example.charp1; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import android.os.Bundle; imp
阅读全文
posted @ 2021-11-03 21:31 计算机1901金百乙
阅读(23)
评论(0)
推荐(0)
2021年10月8日
第七周
摘要: package com.example.an; import android.net.Uri; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.u
阅读全文
posted @ 2021-10-08 21:19 计算机1901金百乙
阅读(30)
评论(0)
推荐(0)
2021年8月24日
第一次and作业
摘要: 作业二:九宫格 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/v_1" androi
阅读全文
posted @ 2021-08-24 08:49 计算机1901金百乙
阅读(68)
评论(0)
推荐(0)
2021年5月25日
十二周作业
摘要: package jby; import java.util.Scanner; public class jby { public static void main(String[] args) { // TODO Auto-generated method stub Scanner input=ne
阅读全文
posted @ 2021-05-25 19:57 计算机1901金百乙
阅读(44)
评论(0)
推荐(0)
2021年5月10日
第十周作业
摘要: package jb; import java.util.Scanner; public class jb { public static void main(String[] args) { int x[]={7,4,8,1,9}; jc(x); for (int i : x) { System.
阅读全文
posted @ 2021-05-10 12:19 计算机1901金百乙
阅读(44)
评论(0)
推荐(0)
2021年4月26日
第八周作业
摘要: 1、 编写一个简单程序,要求数组长度为5,分别赋值10,20,30,40,50,在控制台输出该数组的值。(知识点:数组定义和创建、一维数组初始化)[必做题]? 2、 package jby; 3、 4、 public class jby { 5、 6、 /** 7、 * @param args 8、
阅读全文
posted @ 2021-04-26 21:46 计算机1901金百乙
阅读(77)
评论(0)
推荐(0)
2021年4月16日
第七周
摘要: 编写一个简单程序,要求数组长度为5,静态赋值10,20,30,40,50,在控制台输出该数组的值。 package jby; public class jby { /** * @param args */ public static void main(String[] args) { // TOD
阅读全文
posted @ 2021-04-16 15:02 计算机1901金百乙
阅读(42)
评论(0)
推荐(0)
2021年4月13日
第六周作业
摘要: package ysl; public class test6 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int sum=0; for(int
阅读全文
posted @ 2021-04-13 11:25 计算机1901金百乙
阅读(62)
评论(0)
推荐(0)
2021年4月6日
第五周上机练习和作业
摘要: 恢复内容开始 null 恢复内容结束
阅读全文
posted @ 2021-04-06 18:47 计算机1901金百乙
阅读(30)
评论(0)
推荐(0)
2021年3月28日
第四周上机练习+作业
摘要: .输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除 package jjj; import java.util.Scanner; public class jjj { /** * @param args */ public static void main(String
阅读全文
posted @ 2021-03-28 21:56 计算机1901金百乙
阅读(69)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告