摘要: 1 阅读全文
posted @ 2024-05-31 22:05 vvvcutee 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2024-05-31 21:32 vvvcutee 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2024-05-31 21:32 vvvcutee 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2024-05-28 14:17 vvvcutee 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 4 阅读全文
posted @ 2024-05-27 22:36 vvvcutee 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2024-05-27 22:13 vvvcutee 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2024-05-27 20:21 vvvcutee 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 设计高校人员信息包,并完成测试 【题目描述】定义一个人员类People,其属性有:姓名、性别、年龄;基于People实现学生类Student,添加属性:学号、入学时间和入学成绩;基于People实现教师类Teacher,添加属性:职务、部门、工作时间;基于Student实现究生类Graduate,添 阅读全文
posted @ 2024-05-15 11:11 vvvcutee 阅读(13) 评论(0) 推荐(0) 编辑
摘要: python实验报告三 (一)、设计实现电子算盘,并完成测试 【题目描述】 给小朋友设计一个电子算盘。要求绘制电子算盘界面,设计并实现打珠算过程(界面参考如下图示)。 界面右侧要求以图形绘制的方式绘制自画像,注意不能是图像文件显示的形式。 【源代码程序】 from tkinter import *d 阅读全文
posted @ 2024-05-15 10:55 vvvcutee 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 实验一 1.建表CREATE TABLE student( sno Char(8) NOT NULL PRIMARY KEY, sname Varchar(20) NOT NULL, sex Char(2) NOT NULL, sdept Varchar(20) NOT NULL);create t 阅读全文
posted @ 2024-05-14 22:23 vvvcutee 阅读(1) 评论(0) 推荐(0) 编辑