-
实验2
实验任务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
实验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)); -
实验_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; -
实验二 C语言分支与循环基础应用编程
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 -
实验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)); -
实验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 { 9 10 int number; 11 int i; 12 13 sran -
# 20254121 2025-2026-2 《Python程序设计》实验二报告
课程:《Python程序设计》 班级: 2541 姓名: 何若水 学号:20254121 实验教师:王志强 实验日期:2025年4月7日 必修/选修: 专选课 ## 1.实验内容 ①编写计算器程序 - 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 - 考核基本语法、判定语句、循 -
实验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 -
第二次作业-2
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24/homework/1564 -
第二次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24/ 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24/homework/156 -
实验2
实验内容 任务1 源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for -
实验二
实验内容 任务一 源代码 #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) { numb -
实验2
实验2 task1 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));// 以当前系统 -
20251906 2025-2026-2 《网络攻防实践》第三周作业
1.实验内容 本次实验中,先利用tcpdump对本机访问网页的流量进行嗅探,通过抓包分析,统计出访问网页时连接的Web服务器数量并识别对应IP;随后使用Wireshark对TELNET登录BBS的过程进行数据包分析,获取了服务器IP与端口,了解到该协议明文传输账号密码的特点,并掌握了筛选、提取登录信 -
20254109 2025-2026-2 《Python程序设计》实验2报告
课程:《Python程序设计》 班级: 2541 姓名: 张家宝 学号: 20254109 实验教师:王志强 实验日期:2025年4月7日 必修/选修: 公选课 (一)实验内容 1.编写计算器程序 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。考核基本语法、判定语句、循环语句、逻 -
20252920卢兴宇 2025-2026-2 《网络攻防实践》第四周作业
实验四 TCP/IP 网络协议攻击实验报告 一、实验目的 在网络攻防实验环境中完成TCP/IP协议栈重点协议的攻击实验,包括ARP缓存欺骗攻击、ICMP重定向攻击、SYN Flood攻击、TCP RST攻击、TCP会话劫持攻击;熟悉网络攻防实验环境的配置方法及常用工具的基本使用方法;通过实验观察典型 -
20252910 2025-2026-2《网络攻防实践》第4次作业
20252910 2025-2026-2《网络攻防实践》第4次作业 1、实验内容 在网络攻防实验环境中完成TCP/IP协议栈重点协议的攻击实验,包括ARP缓存欺骗攻击、ICMP重定向攻击、SYN Flood攻击、TCP RST攻击、TCP会话劫持攻击。 ARP 缓存欺骗攻击:ARP 协议负责 IP -
# 20251901 2024-2025-2 《网络攻防实践》实验三
目录 一、实验任务 二、实验材料或资源 三、知识点梳理 四、实验思路 五、实验详细过程 5.1 动手实践tcpdump 5.2 动手实践Wireshark 5.3 取证分析实践,解码网络扫描器(listen.cap) 六、实验过程中遇到的问题及解决 七、学习收获及感想 实验三 网络嗅探与协议分析 实 -
实验2
任务一 源代码 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 -
实验2
task1 源代码 #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)