上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 39 下一页
摘要: 完成需求文档并提交 软件需求文档 1.引言 1.1编写目的 本文档的目的是详细地介绍“人人帮扶”APP所包含的需求,以便客户能够确认产品的确切需求以及开发人员能够根据需求设计编码,以下叙述将结合文字描述、UML图等来描述“人人帮扶”APP的功能、性能、用户界面、运行环境、外部接口以及针对用户操作给出 阅读全文
posted @ 2024-04-14 17:49 记得关月亮 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 组内具体确定项目需要的功能和运行环境,确定需求文档初稿 python实验: from tkinter import *tk = Tk()tk.title("电子算盘") # 窗口名称tank = Canvas(tk, width=1000, height=600, bg='ivory') # 创建画 阅读全文
posted @ 2024-04-14 17:44 记得关月亮 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 清明假期,构思腾讯公益赛项目,我们组打算做一个针对独居老人的app,具有急救、通讯、聊天、帮扶等功能 <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:and 阅读全文
posted @ 2024-04-14 17:41 记得关月亮 阅读(13) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" x 阅读全文
posted @ 2024-04-14 17:40 记得关月亮 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 继续完善个人作业教师端多条件查询 <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/ap 阅读全文
posted @ 2024-04-14 17:38 记得关月亮 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 完善地铁app的查询功能,截止到今天已完成线路查询、站点查询、起终点查询 package com.example.beijingsubway; import android.os.Bundle; import android.annotation.SuppressLint; import andro 阅读全文
posted @ 2024-04-14 17:37 记得关月亮 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 讨论结对作业1中最短路径的问题,需要再建一个表,然后将两个表链接使用迪杰斯特拉算法 package com.example.beijingsubway;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;i 阅读全文
posted @ 2024-04-08 21:32 记得关月亮 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 继续完善个人作业1learning的教师端查询功能 package com.example.learningrecords; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import andro 阅读全文
posted @ 2024-04-08 21:31 记得关月亮 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 完成python作业7 文件 继续写android package com.example.learningrecords;import android.os.Bundle;import android.widget.TextView;import androidx.appcompat.app.Ap 阅读全文
posted @ 2024-04-08 21:30 记得关月亮 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 完成python作业 6-2 计算素数和 本题要求计算输入两个正整数x,y(x<=y,包括x,y)素数和。函数isPrime用以判断一个数是否素数,primeSum函数返回素数和 import math def primeSum(x,y): MAX_INT=y MIN_INT=x marks_boo 阅读全文
posted @ 2024-04-08 21:27 记得关月亮 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 39 下一页