-
实验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 -
实验2
一、实验结论 1.实验任务1 代码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 -
实验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)); 9 -
实验二
任务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){ nu -
实验二
任务1 源代码: 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 int main() 7 { 8 int number; 9 int i; 10 11 srand(time(0)); 12 -
实验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; -
实验2 网络信息收集
实验二 网络信息收集 一、实验内容 1.主要任务 DNS域名及IP信息查询:从 baidu.com、sina.com.cn 等中选择一个域名,使用 whois 获取注册人信息,通过 nslookup 解析IP地址,再对IP进行 whois 查询和地理位置定位。 好友IP获取:理解基于通信应用的IP获 -
实验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)); 9 for(i -
20251909 2024-2025-2 《网络攻防实践》实验三
1.实验内容 基础知识 tcp三次握手流程 TCP三次握手是客户端与服务器建立可靠TCP连接的过程,核心目的是确认双方的发送、接收数据能力都正常,同时同步双方的初始序列号,为后续可靠传输做准备,具体流程如下: 第一次握手 客户端主动向服务器发起连接请求,发送一个SYN标志位为1的TCP报文段。客户端 -
实验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));// 以当前系统 -
实验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 -
#20251913 2025-2026-2《网络攻防实践》实验三
1.实验内容 1.1 实践tcpdump进行嗅探 tcpdump 是一款开源的命令行网络嗅探工具,基于 libpcap 库实现,可在 Linux、Unix 及 macOS 等系统中捕获并分析网络接口上的数据包。其核心功能是抓取网络链路层到应用层的数据包,支持对 TCP/IP 协议栈各层数据的解析,广 -
第二次作业-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/1562 -
20243415 实验一《Python程序设计》实验1报告
20243415 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2434 姓名: 马炜玉 学号:20243415 实验教师:王志强 实验日期:2026年3月23日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 介绍Pytho -
实验1
任务1 源代码1 #include<stdio.h> #include<stdlib.h> int main(){ printf(" O\n"); printf("<H>\n"); printf("I I\n"); printf(" O\n"); printf("<H>\n"); printf("I -
实验1
task 1.1 源代码 #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); printf(" O \n"); printf("<H>\n"); printf("I I\n"); ret -
20252906 2025-2026-2 《网络攻防实践》第1周作业
一、知识点梳理与总结 虚拟化网络攻防实验环境的意义 有限硬件资源下构建功能丰富且容易部署的实验环境 深入理解与掌握虚拟化技术 二、攻防环境的拓扑结构图 攻击机(Kali Linux、WinXPattacker):通常进行漏洞利用、端口扫描、流量分析 靶机(Metasploitable_ubntu、W -
20254125 实验一《Python程序设计》报告
20254125 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2541 姓名: 祁芸萱 学号:20254125 实验教师:王志强 实验日期:2026年3月27日 必修/选修: 公选课 (一)实验内容 1.熟悉Python开发环境;介绍Pytho