摘要:
完成需求文档并提交 软件需求文档 1.引言 1.1编写目的 本文档的目的是详细地介绍“人人帮扶”APP所包含的需求,以便客户能够确认产品的确切需求以及开发人员能够根据需求设计编码,以下叙述将结合文字描述、UML图等来描述“人人帮扶”APP的功能、性能、用户界面、运行环境、外部接口以及针对用户操作给出 阅读全文
摘要:
组内具体确定项目需要的功能和运行环境,确定需求文档初稿 python实验: from tkinter import *tk = Tk()tk.title("电子算盘") # 窗口名称tank = Canvas(tk, width=1000, height=600, bg='ivory') # 创建画 阅读全文
摘要:
清明假期,构思腾讯公益赛项目,我们组打算做一个针对独居老人的app,具有急救、通讯、聊天、帮扶等功能 <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:and 阅读全文
摘要:
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" x 阅读全文
摘要:
继续完善个人作业教师端多条件查询 <?xml version="1.0" encoding="utf-8"?><androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/ap 阅读全文
摘要:
完善地铁app的查询功能,截止到今天已完成线路查询、站点查询、起终点查询 package com.example.beijingsubway; import android.os.Bundle; import android.annotation.SuppressLint; import andro 阅读全文