-
实验2
实验任务一 源代码task1.c 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 6 int main() 7 { 8 int number; 9 int i; 10 srand(time( -
实验二
task1 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 源代码 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
任务一 源代码 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 = -
博客主页地址
https://www.cnblogs.com/Yh-c-learning -
第二次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24/homework/1564 -
实验2
实验任务1 task.1.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(t -
第四次作业
TCP/IP协议栈攻击实验内容 TCP/IP协议栈在设计之初主要考虑互联互通和健壮性,安全性考虑相对不足,因此存在多种协议漏洞。本实验通过在网络攻防环境中复现ARP欺骗、ICMP重定向、SYN Flood、TCP RST及TCP会话劫持等五种典型攻击,旨在深入理解各协议漏洞的利用原理,并掌握相应的检 -
实验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)); -
实验二
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)); // 以当前系统时间作为随机种子 -
20254216 实验一 《Python程序设计》实验报告
课程:《Python程序设计》 班级:2542班 姓名:李柳烨 学号:20254216 实验教师:王志强 实验日期:2026年3月23日 必修/选秀:公选课 (一)实验内容 1.熟悉Python开发环境: 介绍Python开发环境的各项功能。 2.练习Python运行、调试技能: 编写书中的程序,并 -
20252906 2025-2026-2 《网络攻防实践》第1周作业
一、知识点梳理与总结 虚拟化网络攻防实验环境的意义 有限硬件资源下构建功能丰富且容易部署的实验环境 深入理解与掌握虚拟化技术 二、攻防环境的拓扑结构图 攻击机(Kali Linux、WinXPattacker):通常进行漏洞利用、端口扫描、流量分析 靶机(Metasploitable_ubntu、W -
20254225侯九州 2025-2026-2 《Python程序设计》实验2报告
学号 2025-2026-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2542 姓名: 侯九州 学号: 20254225 实验教师: 王志强 实验日期: 2026年X月X日(填写实际实验日期) 必修/选修: 专业选修课 实验内容 本次实验为Python计算器设计, -
20254201 实验二《Python程序设计》实验报告
课程:《Python程序设计》 班级: 2542 姓名: 邢艺馨 学号:20254201 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 公选课 1.实验内容 (1)编写计算器程序 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 考核基本语法、判定语句、循环语句、逻 -
20254221 实验二《Python程序设计》实验报告
20254221 2025-2026-2 《Python程序设计》实验2报告 课程:《Python程序设计》 班级: 2542 姓名: 张祖贤 学号:20254221 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 公选课 一、实验内容 (1)编写计算器程序 设计并完成一个完整的应用程 -
20254223崔之垚《Python程序设计》实验二报告
20254223 2025-2026-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2542 姓名: 崔之垚 学号:20254223 实验教师:王志强 实验日期:2020年4月7日 必修/选修: 必修课 1.实验内容 (1)编写计算器程序 • 设计并完成一个完整的应 -
博客主页地址
https://www.cnblogs.com/RolynHyc0747 -
我的主页
https://www.cnblogs.com/Prk555/ -
20252805 2025-2026-2 《网络攻防实践》第1次作业-实践一 网络攻防环境的搭建
1.学习总结 网络攻防是一门实践性极强的交叉技术领域,强调“实践出真知”。 网络攻防涉及操作系统、网络协议、编程语言、密码学等多方面基础知识,同时需要具备底层分析、渗透测试、攻击检测与防御等实践技能。学习网络攻防不能直接在互联网上随意攻击他人系统,这不仅违背黑客道德,也容易沦为只会使用现成工具的“脚 -
# 20253202 2025-2026-2 《Python程序设计》实验1报告
课程:《Python程序设计》 班级: 2532 姓名: 吴江浩 学号:20253202 实验教师:王志强 实验日期:2026年3月23日 必修/选修: 公选课 一实验内容** 1.熟悉Python开发环境; 介绍Python开发环境的各项功能。 2.练习Python运行、调试技能; 编写书中的程序