-
实验三
实验任务一: 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 const -
实验3
实验任务1: 源代码Button.hpp 1 #pragma once 2 #include<iostream> 3 #include<string> 4 5 class Button{ 6 public: 7 Button(const std::string &label_); 8 const s -
数据采集第三次作业
作业①: 要求:指定一个网站,爬取这个网站中的所有的所有图片,例如:中国气象网(http://www.weather.com.cn)。实现单线程和多线程的方式爬取。 点击查看代码 import requests from bs4 import BeautifulSoup import os impo -
实验三:类和对象_基础编程2
实验一: button.hpp代码: #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get -
实验3 类和对象_基础编程2
任务一: #pragma once #pragma once #include <iostream> #include <vector> #include <algorithm> #include "button.h" // 窗口类 class Window { public: Window(con -
102302124_严涛_作业3
作业1. (1)代码及结果截图: 单线程代码: 点击查看代码 import requests from bs4 import BeautifulSoup import os import time from urllib.parse import urljoin, urlparse class Si -
实验3
任务1 源代码: button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& ge -
20232311 2025-2026-1 《网络与系统攻防技术》实验七实验报告
实验内容 简单应用SET工具建立冒名网站 使用ettercap进行DNS欺骗 结合应用上述两种技术,用DNS spoof引导特定访问到冒名网站。 实验目的 理解常用网络欺诈背后的原理,以提高防范意识,并提出具体防范方法 实验环境 安装kali镜像的VMware虚拟机 安装Windows7镜像的VMw -
实验3 类和对象
1. 实验任务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 con -
数据采集第三次作业
目录 作业一 运行代码及结果-1 心得体会-1 作业二 运行代码及结果-2 心得体会-2 作业三 运行代码及结果-3 心得体会-3 作业一: 运行代码及结果-1 关键代码 1、控制总页数36页、总图片136张 max_pages, max_images = 36, 136 page_count = -
102302106-陈昭颖-第三次作业
作业1 实验一,爬取网站内所有图片 要求: 指定一个网站,爬取这个网站中的所有的所有图片,例如中国气象网(http://www.weather.com.cn)。实现单线程和多线程的方式爬取。 核心代码 def get_image_url(url, result_queue): img_urls = -
102302139 尚子骐 数据采集与融合作业3
作业一 1.完整代码及运行结果 单线程完整代码 点击查看代码 import requests from bs4 import BeautifulSoup import os import time from urllib.parse import urljoin, urlparse # 配置参数 B -
实验3 类和对象基础编程2
实验任务1源代码: 1 #pragma once 2 #include <iostream> 3 #include <string> 4 class Button { 5 public: 6 Button(const std::string& label_); 7 const std::string -
实验3 类和对象_基础编程2
Task1: 1.源代码: #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_labe -
高级语言程序设计课程第六次个人作业
班级:https://edu.cnblogs.com/campus/fzu/gjyycx 课程:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500422 姓名:陈进和 (1)设计一个按值传递和按地址传递呈现不同效果的程 -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500303 姓名:涂馨睿 一、按照要求完成题目 -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500314 姓名:杨成 第8,9,12题真的不 -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500435 姓名:林俊杰 作业内容 (1)设计 -
实验3
试验任务1: 源代码: button.hpp: 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 class Button 7 { 8 public: 9 Button(const std::string &label_); -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx 学号:102500407 姓名:胡晨怡 (1)设计一个按值传递和按地址传递呈现不同效果的程