-
实验3 类和对象
实验任务1 代码 c++ 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 class Button { 7 public: 8 Button(const std::string &label_); 9 const std: -
实验3
task1: 1.源代码 button.hpp 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 class Button { 7 public: 8 Button(const std::string &label_); 9 -
c++ 3
##task 1 #代码 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 class Button { 7 public: 8 Button(const std::string &label_); 9 const std: -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业的要求在:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 姓名:黄思哲 学号:102500433 1. a.int a; -
实验三.类和对象
任务1. button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_la -
1023021226李坤铭第三次作业
作业①: 要求:指定一个网站,爬取这个网站中的所有的所有图片,例如:中国气象网(http://www.weather.com.cn)。实现单线程和多线程的方式爬取。 1)单线程代码: 点击查看代码 import os import requests from bs4 import Beautiful -
102302138 林楚涵 作业三
作业三 作业①:要求:指定一个网站,爬取这个网站中的所有的所有图片,例如中国气象网(http://www.weather.com.cn)。实现单线程和多线程的方式爬取。 ① 核心代码与运行截图 * 点击查看代码 import requests import os import threading f -
作业7
这个作业属于:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业的要求:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500431 姓名:杨明浩 1. 2. 3. 4. 5. 6 -
高级语言程序设计第七次作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500434 姓名:王志勇 1. 2. 3. -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500411 姓名:陈鸿彬 一、(1)~(8) -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500414 姓名:陈树湘 (1)定义一个二维 -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:<102500409> 姓名:<周康琳> (1)定义一 -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500424 姓名:陈俊杰 本次作业对数组和指 -
实验三
实验任务一: 源代码: #include "window.hpp" #include <iostream> void test(){ Window w("Demo"); w.add_button("add"); w.add_button("remove"); w.add_button("modify -
高级语言程序设计课程第七次个人作业
班级:https://edu.cnblogs.com/campus/fzu/gjyycx 课程:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500432 姓名:陈光奇 1。定义一个二维数组和指向该数组的指针,分别以数组 -
20232420 2025-2026-1 《网络与系统攻防技术》实验七实验报告
1.实验内容 (1)简单应用SET工具建立冒名网站 (2)ettercap DNS spoof (3)结合应用两种技术,用DNS spoof引导特定访问到冒名网站。 (4)提出具体防范方法 2.实验过程 2.1 简单应用SET工具建立冒名网站 SET工具,全称Social-Engineer Tool -
实验三
task1 button.hpp #pragma once #include<iostream> #include<string> class Button{ public: Button(const std::string &label_); const std::string &get_labe -
20232418 2025-2026-1 《网络与系统攻防技术》实验七实验报告
20232418 2025-2026-1 《网络与系统攻防技术》实验七实验报告 1.实验内容 1.1应用SET工具建立冒名网站。 1.2利用ettercap完成DNS欺骗攻击。 1.3结合SET与Ettercap技术使被攻击者会通过域名访问到冒名网站。 1.4结合攻击过程,提出具体防范方法,提高防范 -
20232327 2025-2026-1 《网络与系统攻防技术》实验七实验报告
20232327 2025-2026-1 《网络与系统攻防技术》实验七实验报告 1.实验内容 1.1 实践内容 (1)简单应用SET工具建立冒名网站 (2)ettercap DNS spoof (3)结合应用两种技术,用DNS spoof引导特定访问到冒名网站。 1.2 本周学习内容 SET 工具( -
20232426 2025-2026-1 《网络与系统攻防技术》实验七实验报告
20232426 2025-2026-1 《网络与系统攻防技术》实验七实验报告 一、实验内容 使用SET工具建立冒名网站; 使用Ettercap进行DNS欺骗; 结合SET与Ettercap技术实施DNS欺骗钓鱼攻击; 提高防范意识,并提出具体防范方法。 二、实验目的 理解常用网络欺诈背后的原理,以