上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
  2025年5月12日
摘要: 编程题:16 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int A = sc.nextInt( 阅读全文
posted @ 2025-05-12 23:22 Swishy 阅读(5) 评论(0) 推荐(0)
摘要: 编程题:15 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double eps = s 阅读全文
posted @ 2025-05-12 23:22 Swishy 阅读(6) 评论(0) 推荐(0)
摘要: 编程题:13 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double Open = 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(5) 评论(0) 推荐(0)
摘要: 编程题:12 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int num1 = sca 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(7) 评论(0) 推荐(0)
摘要: 编程题:11 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double x = sca 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(5) 评论(0) 推荐(0)
摘要: 编程题:14 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int A = scanne 阅读全文
posted @ 2025-05-12 23:21 Swishy 阅读(6) 评论(0) 推荐(0)
摘要: 编程题:10 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int years = sc 阅读全文
posted @ 2025-05-12 23:20 Swishy 阅读(4) 评论(0) 推荐(0)
  2025年4月21日
摘要: 编程题:9 import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int a = scanner 阅读全文
posted @ 2025-04-21 22:59 Swishy 阅读(5) 评论(0) 推荐(0)
  2025年4月18日
摘要: 编程题: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int speed = scan 阅读全文
posted @ 2025-04-18 21:42 Swishy 阅读(6) 评论(0) 推荐(0)
  2025年4月17日
摘要: 过去在参与项目管理时,我往往缺乏科学的规划和有效的进度控制方法。在一个项目中,项目初期没有制定详细的项目计划,只是简单地确定了几个关键节点和大致的任务分工。在项目执行过程中,没有对进度进行定期跟踪和监控,团队成员按照自己的节奏进行工作。当项目临近交付日期时,才发现大量功能尚未完成,此时只能通过加班加 阅读全文
posted @ 2025-04-17 22:52 Swishy 阅读(5) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页