上一页 1 2 3 4 5 6 7 ··· 59 下一页
摘要: 有一个饮料自动售货机(处理单价为5角钱)的控制处理软件,它的软件规格说明如下: 若投入5角钱的硬币,按下“橙汁”或“啤酒”的按钮,则相应的饮料就送出来。若投入1元钱的硬币,同样也是按“橙汁”或“啤酒”的按钮,则自动售货机在送出相应饮料的同时退回5角钱的硬币。 模拟程序如下: 用因果图法测试该程序,并 阅读全文
posted @ 2025-03-24 09:23 不会JAVA的小袁 阅读(74) 评论(0) 推荐(0)
摘要: 实验目的 本次实验的目的是让大家熟悉Android开发中的UI设计,包括了解和熟悉常用控件的使用、界面布局和事件处理等内容。 实验要求 熟悉和掌握界面控件设计 了解Android界面布局 掌握控件的事件处理 实验内容 一、常用控件 1.常用控件介绍 Android中有许多常用控件(简单分类): 文本 阅读全文
posted @ 2025-03-24 09:22 不会JAVA的小袁 阅读(61) 评论(0) 推荐(0)
摘要: 假设商店货品价格(R) 都不大于100元(且为整数),若顾客付款(P)在100元内,现有一个程序能在每位顾客付款后给出找零钱的最佳组合(找给顾客货币张数最少)。 假定此商店的货币面值只包括:50元(N50)、10元(N10)、 5元(N5)、1元(N1) 四种。 请结合等价类划分法和边界值分析法为上 阅读全文
posted @ 2025-03-24 08:09 不会JAVA的小袁 阅读(41) 评论(0) 推荐(0)
摘要: ① 设计程序 程序代码: import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.text.ParseException; import java.text.SimpleDateF 阅读全文
posted @ 2025-03-24 08:08 不会JAVA的小袁 阅读(47) 评论(0) 推荐(0)
摘要: 上机。发现我的android配置出问题了,我的项目一直重建失败,发现我没有配置gradle 阅读全文
posted @ 2025-03-17 08:46 不会JAVA的小袁 阅读(7) 评论(0) 推荐(0)
摘要: Object Request Broker ORBs assumed to handle the transformation of in-process data structures to and from the raw byte sequence, which is transmitted 阅读全文
posted @ 2025-03-02 10:37 不会JAVA的小袁 阅读(14) 评论(0) 推荐(0)
摘要: Transactional Messaging A service command usually needs to create/update/delete aggregations in the database and send messages/events to a message bro 阅读全文
posted @ 2025-03-02 10:36 不会JAVA的小袁 阅读(6) 评论(0) 推荐(0)
摘要: How does an architecture pattern work? In simple terms, an architectural pattern is like a set of guidelines for designing software. It helps solve co 阅读全文
posted @ 2025-03-02 10:35 不会JAVA的小袁 阅读(5) 评论(0) 推荐(0)
摘要: Benefits of Software Architectural Patterns Software architecture patterns are really important because they can help solve different problems in vari 阅读全文
posted @ 2025-03-02 10:35 不会JAVA的小袁 阅读(9) 评论(0) 推荐(0)
摘要: What is an Architectural Pattern? In simple terms, an architectural pattern is like a set of guidelines for designing software. It helps solve common 阅读全文
posted @ 2025-03-02 10:34 不会JAVA的小袁 阅读(5) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 59 下一页