-
实验2 C语言分支与循环基础应用编程
实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() 6 { 7 int number; 8 int i; 9 10 srand(time(0)); // -
20254207 实验一《Python程序设计》实验报告
20254207 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2542 姓名: 吕紫菱 学号:20254207 实验教师:王志强 实验日期:2026年3月24日 必修/选修: 专选课 1.实验内容 1.熟悉Python开发环境; 介绍Pytho -
20252904 2025-2026-2 《网络攻防实践》第3周作业
20252904 2025-2026-2 《网络攻防实践》第3周作业 1.实验相关内容 1.网络嗅探与数据包捕获基础 网络嗅探是指通过抓包工具获取网络中传输的数据帧、数据包,并对其进行分析的过程。常用工具包括 tcpdump 和 Wireshark。前者以命令行为主,适合快速抓包和过滤;后者提供 -
实验二
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)); // 以当前系统时间作为随机种子 -
实验二
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 -
实验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)); 12 -
实验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 -
实验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 -
实验四 TCP/IP网络协议攻击
实验四 TCP/IP 网络协议攻击实验报告 一、实验目的 理解 TCP/IP 协议栈中重点协议的工作原理及其安全隐患。 掌握 ARP 缓存欺骗攻击、ICMP 重定向攻击、SYN Flood 攻击、TCP RST 攻击和 TCP 会话劫持攻击的基本原理。 熟悉网络攻防实验环境的配置方法及常用工具的基本 -
20252814 2025-2026-2 《网络攻防实践》第二周作业
1.实验内容 (1)从www.besti.edu.cn、baidu.com、sina.com.cn中选择一个DNS域名进行查询,获取如下信息: 1.DNS注册人及联系方式 2.该域名对应IP地址 3.IP地址注册人及联系方式 4.IP地址所在国家、城市和具体地理位置 (2)尝试获取BBS、论坛、QQ