-
实验二
task1 源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for (i -
20253907 2025-2026-2《网络攻防实践》第4周作业
1. 实践内容 本次实验主要学习 TCP/IP 协议栈中几种常见的网络攻击技术,通过在已搭建的攻防环境中模拟攻击,理解这些攻击的原理和防御方法。实验内容包括以下五种攻击: ARP 缓存欺骗攻击:利用 ARP 协议无认证的缺陷,伪造 ARP 响应,使受害主机将攻击者的 MAC 地址与网关 IP 关联, -
实验二
实验一 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); 12 fo -
[T.2] 团队项目:选题和需求分析
[T.2] 团队项目:选题和需求分析 项目 内容 这个作业属于哪个课程 2026年春季软件工程 这个作业的要求在哪里 团队项目:选题和需求分析 我在这个课程的目标是 在实际的开发流程中提升软件开发能力和工程能力,提高团队合作能力 这个作业在哪个具体方面帮助我实现目标 确定选题,完成选题调研,明确软件 -
实验2 C语言分支与循环基础应用编程
实验任务1: 源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() { 6 int number; 7 int i; 8 srand(time(0)); 9 for -
[T.2] Fruit Inc.:选题和需求分析
[T.2] 团队项目:选题和需求分析 这个作业属于哪个课程 北航2026年春季软件工程 这个作业的要求在哪里 [T.2] 团队项目:选题和需求分析 我在这个课程的目标是 提升团队的协作能力,增强软件开发的能力 这个作业在哪个具体方面帮助我实现目标 明确选题,确定好开发方向,初步规划团队分工 一、 选 -
[T.2] 团队项目:选题和需求分析
项目 内容 这个作业属于哪个课程 软件工程 这个作业的要求在哪里 [T.2] 团队项目:选题和需求分析 我在这个课程的目标是 掌握软件工程的核心理论,协作完成软件项目开发 这个作业在哪个具体方面帮助我实现目标 明确选题,确定未来开发方向,初步安排团队工作 一、产品介绍 心运岛是一款面向年轻群体的轻量 -
实验二
实验1 代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); for(i = 0; i < N; ++i) { n -
20252911 2025-2026-2 第4次作业
1.实验内容 1.ARP缓存欺骗攻击实验 本模块主要验证攻击者通过伪造ARP应答报文,向局域网主机发送错误的IP-MAC映射关系,使受害主机将攻击机误认为合法通信对象或默认网关,从而实现流量劫持、中间人监听或通信干扰。实验内容包括:实验拓扑搭建、ARP缓存表观察、ARP欺骗实施、抓包验证以及攻击效果 -
实验2
1.实验任务1 源代码,及,运行结果截图 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() { 6 int number; 7 int i; 8 srand(time(0 -
20252816 2025-2026-2 《网络攻防实践》第四次作业
20252816 2025-2026-2 《网络攻防实践》第四次作业 1.实践内容 实践任务:在网络攻防实验环境中完成TCP/IP协议栈重点协议的攻击实验,包括ARP缓存欺骗攻击、ICMP重定向攻击、SYN Flood攻击、TCP RST攻击、TCP会话劫持攻击。 相关概念: ARP欺骗:是指攻击者 -
实验2
task1源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); -
4.1作业
实验任务1 代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() { 6 int number; 7 int i; 8 srand(time(0)); 9 for(i -
[T.2] MAGICCELL 选题和需求分析:《植胜僵场》
项目 内容 这个作业属于哪个课程 2026年春季软件工程 这个作业的要求在哪里 团队项目:选题和需求分析 我在这个课程的目标是 在实践中掌握软件工程的基本方法,提高开发能力 这个作业在哪个具体方面帮助我实现目标 明确选题,确定未来开发方向 《植胜僵场》NABCD 分析 项目简介 《植胜僵场》是一款基 -
实验2
实验2 任务1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); 12 f -
20252803 2025-2026-2 《网络攻防实践》第4周作业
20252803 2025-2026-2 《网络攻防实践》第4周作业 1.实践内容 任务: 在网络攻防实验环境中完成TCP/IP协议栈重点协议的攻击实验,包括ARP缓存欺骗攻击、ICMP重定向攻击、SYN Flood攻击、TCP RST攻击、TCP会话劫持攻击。 1.1知识点梳理与总结 TCP/IP -
实验2 C语言分支与循环基础应用编程
四 任务1 源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main () { 8 int number; 9 int i; 10 11 srand(time(0)); 1 -
实验二
1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() { 6 int number; 7 int i; 8 srand(time(0)); // 以当前系统时间作为随机种子 -
实验2
任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0));// 以当前系统时间作为随机种子 for(i = 0; i -
实验二
task1.c 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 7 int main(){ 8 int number; 9 int i; 10 11 srand(time(0)); 12 fo