-
20254214实验三《Python程序设计》实验报告
20254214 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2542 姓名: 乔若曦 学号:20254214 实验教师:王志强 实验日期:2026年4月28日 必修/选修: 专选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客 -
实验4
实验内容 实验任务1 源代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", s -
实验报告4
task1 代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("size -
实验4
task1 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", sizeof(x)) -
20252311 实验三《Python程序设计》实验报告
20252311李仰楠 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 20252311 姓名: 李仰楠 学号:20252311 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 创建服务端和客户端,服务端在特定 -
实验4
实验任务一 源代码task1.c 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1() { 7 int x[N] = {1, 9, 8, 4}; 8 int i; 9 10 pr -
实践七 Linux系统攻防
一、实验内容 1.主要任务 Metasploit 远程渗透攻击 使用 Metasploit 渗透测试框架,针对 Metasploitable 靶机上的 Samba 服务 usermap_script 漏洞进行远程渗透攻击,获取目标主机的 root 权限。 进行攻防对抗实践 攻击方利用 Metaspl -
实验4
1.实验任务1 task1.c 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 void test1() { 5 int x[N] = {1, 9, 8, 4}; 6 int i; 7 // 输出数组x占用的内存字节数 8 printf( -
实验四
任务一 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeof(x) -
2025317 实验三《Python程序设计》实验报告
🎯 2025-2026-2 《Python程序设计》实验x报告 课程名称 《Python程序设计》 班级 2531 姓名 李世航 学号 20253117 实验教师 王志强 实验日期 2026年4月27日 课程类型 公选课 ✨ 一、实验内容 创建服务端和客户端,服务端在特定端口监听多个客户请求。客户 -
20252233 实验三 《Python程序设计》实验报告
20252233 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2522 姓名: 李佳鑫 学号:20252233 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 (1.)使用 Python 语言基于 TCP -
20253906 2025-2026-2 《网络攻防实践》第8周作业
一、实验内容 1.1 实验要求 动手实践任务 一、对提供的rada恶意代码样本,进行文件类型识别,脱壳与字符串提取,以获得rada恶意代码的编写作者,具体操作如下: (1)使用文件格式和类型识别工具,给出rada恶意代码样本的文件格式、运行平台和加壳工具; (2)使用超级巡警脱壳机等脱壳软件,对ra -
实验四
task1 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("size -
实验4
任务1 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeof -
20251229 2025-2026-2 《Python程序设计》实验三报告
# 20251229 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2512 姓名: 李佳豪 学号:20251229 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 (一)实验内容 创建服务端和客户端,服务端 -
20252211 2025-2026-2 《Python程序设计》实验三报告
课程:《Python程序设计》 班级: 2522 姓名: 陈鸿超 学号:20252211 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客户请求。客户端和服务端通过Socket套接字(TCP/UDP)进行通信。 2. -
实验4
实验1 源代码 view code #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", sizeof(x)); for -
20253307张新政《Python程序设计》实验三实验报告
20253307 2025-2026-2 《Python程序设计》实验x报告 课程:《Python程序设计》 班级: 2533 姓名: 张新政 学号:20253307 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客 -
实验四
任务一 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeof(x) -
20242208 2025-2026-2 《Python程序设计》实验3报告
20242208 2025-2026-2 《Python程序设计》实验3报告 课程:《Python程序设计》 班级: 2422 姓名: 韩岳航 学号: 20242208 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个