摘要:
1.xampp运行 2.网站运行 阅读全文
摘要:
1.代码展示 from transitions import Machine # 定义一个自己的类 class Matter(object): pass model = Matter() # 状态定义 states=['New', 'Ready', 'Waiting', 'Running', 'Te 阅读全文
摘要:
1.代码展示 from tkinter import Tk, Label, RAISED, Button, Entry from tkinter.messagebox import showinfo root = Tk() def cal(): a = dataEnt.get() try: b = 阅读全文
摘要:
作业信息 这个作业属于哪个课程 《2020-2021-1信息安全专业导论》 这个作业要求在哪里 《2020-2021-1信息安全专业导论第十周学习总结》 这个作业的目标 信息系统 数据库与SQL 人工智能与专家系统 人工神经网络 模拟与离散事件 排队系统 天气与地震模型 图形图像 作业正文 http 阅读全文