-
实验六
任务四 #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 -
实验六
task1 `#define _CRT_SECURE_NO_WARNINGS include <stdio.h> include <string.h> define N 3 typedef struct student { int id; char name[20]; char subject[20 -
实验6
task4源代码 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price; int sales_count; } Book; -
实验6
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_pric -
20253908 2024-2025-2 《网络攻防实践》实践11报告
1. 实践内容 1.1 网页木马概述 网页木马是客户端攻击中较为常见的一种形式。它通常利用浏览器或相关插件中存在的安全漏洞,在用户访问特定网页时自动触发攻击。整个过程中,用户可能不需要点击下载按钮,也不需要主动安装程序,只要打开被植入恶意代码的网页,就有可能导致木马程序在后台被下载和运行。 其基本攻 -
实验6
任务4: 代码: #include <stdio.h>#define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 书名 char author[80]; // 作者 double sales_price; // 售价 -
实验6
任务四 #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[100]; char author[80]; double sales_price; int sales_count; } Book; void -
实验6
实验任务4 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 10 4 5 typedef struct { 6 char isbn[20]; // isbn号 7 char name[80]; // 书名 8 char autho -
20251202马思钊 2025-2026-2 实验四 Python综合实践
20251202马思钊 实验四 Python综合实践实验报告 课程:《Python程序设计》 班级: 2512 姓名: 马思钊 学号:20251202 实验教师:王志强 实验日期:2026年6月15日 必修/选修: 公选课 代码更新在gitee中:https://gitee.com/w2025120