-
实验六
实验任务4 源代码 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 double -
期末python作业
《Python程序设计》实验四报告 课程:《Python程序设计》 班级: 2532 姓名: 吕玉涵 学号:20253215 实验教师:王志强 实验日期:2026年6月16日 必修/选修: 公选课 1.实验内容 实验代码 太长了取部分吧下面的链接可以在gitee看 运行结果 结果是一个动态效果,本来 -
实验6
任务四 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price; int sales_count; }Book; void o -
20254118 2025-2026-2 《Python程序设计》实验4报告
课程:《python程序设计》 班级:2541 姓名:于欣灵 学号:20254118 实验教师:王志强 实验日期:2026年6月1日 必修/选修:必修课 1.实验内容 Python综合应用:爬虫、数据处理、可视化、机器学习、神经网络、游戏、网络安全等。 例如:编写从社交网络爬取数据,实现可视化舆情监 -
实验六
任务四 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 double sales_ -
Python综合实践项目报告
学霸矿工:期末大作战 Python综合实践项目报告 | 2026年6月 Python综合实践:从零开始打造《学霸矿工:期末大作战》 课程:《Python程序设计》 班级:2431 姓名:林丹阳 学号:20243115 实验教师:王志强 实验日期:2026年6月 必修/选修:公选课 目录 一、实验内容 -
20254212实验四《Python程序设计》实验四报告
20254212 2025-2026-2 《Python程序设计》实验四报告 课程:《Python程序设计》 班级: 2542 姓名: 张弛 学号:20254212 实验教师:王志强 实验日期:2026年5月26日 必修/选修: 专选课 一、实验内容 Python综合应用:爬虫、数据处理、可视化、机 -
实验6
任务1 源代码 #define N 10 // 运行程序输入测试时,可以把N改小一些输入测试 typedef struct student { int id; // 学号 char name[20]; // 姓名 char subject[20]; // 考试科目 double perf; // 平 -
实验六
任务四 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int -
20254113 实验四《Python程序设计》实验报告
20254113 2025-2026-2 《Python程序设计》实验4报告 课程:《Python程序设计》 班级: 2541 姓名: 黄千易 学号:2541 实验教师:王志强 实验日期:2026年6月16日 必修/选修: 专选课 1.实验内容 Python综合应用:爬虫、数据处理、可视化、机器学习 -
20234221 实验四《Python程序设计》实验报告
20234221 2025-2026-2 《Python程序设计》实验四报告 课程:《Python程序设计》 班级: 2342 姓名: 董胡宇 学号: 20234221 实验教师:王志强 实验日期:2026年5月26日 必修/选修: 专选课 1.实验内容 Python综合应用:爬虫、数据处理、可视化 -
20253331靳淏童 2025-2026-2 《Python程序设计》实验四报告
20253331靳淏童 2025-2026-2 《Python程序设计》实验四报告 课程:《Python程序设计》 班级: 2533 姓名: 靳淏童 学号: 20253331 实验教师:王志强 实验日期:2026年5月18日 必修/选修: 公选课 1.实验要求 Python综合应用:爬虫、数据处理、 -
实验6
任务1 源代码 1 #include <stdio.h> 2 #include <string.h> 3 #define N 3 // 测试用3个学生,可自行修改 4 5 // 定义学生结构体 6 typedef struct student { 7 int id; // 学号 8 char nam -
实验6
实验6 实验4源代码、截图 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; // isbn号 6 char name[80]; // 书名 7 char author[80]; // 作者 8 dou -
实验六
任务四 include <stdio.h> define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 int s -
实验六
实验四 1 #define _CRT_SECURE_NO_WARNINGS 2 3 #include <stdio.h> 4 #define N 10 5 6 typedef struct { 7 char isbn[20]; // isbn号 8 char name[80]; // 书名 9 ch -
实验6
任务4: #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 in -
实验六
task 4: 1.源代码: 1 #include <stdio.h> 2 #define N 10 3 4 typedef struct { 5 char isbn[20]; 6 char name[80]; 7 char author[80]; 8 double sales_price; 9 i -
实验六
task4.c 代码 1 #include <stdio.h> 2 #define N 10 3 typedef struct { 4 char isbn[20]; // isbn号 5 char name[80]; // 书名 6 char author[80]; // 作者 7 double s -
20254307 2025-2026-2 《Python程序设计》实验四报告
20254307 2025-2026-2 《Python程序设计》实验四报告 课程:《Python程序设计》 班级: 2543 姓名: 李致远 学号:20254307 实验教师:王志强 实验日期:2026年6月16日 必修/选修: 公选课 1.实验内容 (1)掌握 Python 第三方库Pygame