-
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500414 姓名:陈树湘 (1)定义一个二维 -
20232426 2025-2026-1 《网络与系统攻防技术》实验七实验报告
20232426 2025-2026-1 《网络与系统攻防技术》实验七实验报告 一、实验内容 使用SET工具建立冒名网站; 使用Ettercap进行DNS欺骗; 结合SET与Ettercap技术实施DNS欺骗钓鱼攻击; 提高防范意识,并提出具体防范方法。 二、实验目的 理解常用网络欺诈背后的原理,以 -
实验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 -
数据采集第三次作业
作业①: 要求:指定一个网站,爬取这个网站中的所有的所有图片,例如:中国气象网(http://www.weather.com.cn)。实现单线程和多线程的方式爬取。 点击查看代码 import requests from bs4 import BeautifulSoup import os impo -
实验3
#task1 ##1.源代码 该任务为验证性实验,无需要手写代码,故此处不提供源代码 ##2.运行测试截图 ##3.回答问题 问题1: 这个范例中, Window 和 Button 是组合关系吗? 答:是 问题2: bool has_button(const std::string &label) -
数据采集与融合技术实践作业二
作业1 – 要求:在中国气象网(http://www.weather.com.cn)给定城市集的7日天气预报,并保存在数据库。 – 输出信息: Gitee文件夹链接 代码: from bs4 import BeautifulSoup from bs4 import UnicodeDammit imp -
102302109_胡贝贝_作业2
作业① (1)实验内容及结果 要求:在中国气象网(http://www.weather.com.cn)给定城市集的7日天气预报,并保存在数据库。 核心代码: class WeatherDB: def __init__(self): self.con = None self.cursor = None -
高级语言程序设计课程第三次个人作业
  ![(3)] -
实验四
实验任务一 源代码 点击查看代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", sizeof(x)); for -
20232406 2025-2026-1 《网络与系统攻防技术》实验四实验报告
一、实验内容 1、恶意代码文件类型标识、脱壳与字符串提取 2、使用IDA Pro静态或动态分析crackme1.exe与crakeme2.exe,寻找特定输入,使其能够输出成功信息。 3、分析一个自制恶意代码样本rada,并撰写报告,回答以下问题: 4、取证分析实践 二、实验过程 1.恶意代码文件类 -
实验四
Task 1 1 #include<stdio.h> 2 3 #define N 4 4 5 #define M 2 6 7 8 9 void test1(){ 10 11 int x[N]={1,9,8,4}; 12 13 int i; 14 15 16 17 printf("sizeof(x)= -
实验4
实验任务1 源代码 #include<stdio.h> #define N 4 #define M 2 void test1(){ int x[N]={1,9,8,4}; int i; printf("sizeof(x)=%d\n",sizeof(x)); for(i=0;i<N;++i) prin -
102302109-胡贝贝-作业3
作业① (1)实验内容及结果 要求:指定一个网站,爬取这个网站中的所有的所有图片,例如:中国气象网(http://www.weather.com.cn)。实现单线程和多线程的方式爬取。 –务必控制总页数(学号尾数2位)、总下载的图片数量(尾数后3位)等限制爬取的措施。 核心代码: 点击查看代码 de -
实验四
实验任务1: 问题一:x在内存中连续存放,x和&x[0]不同 问题二:x在内存中连续存放,x和x[0]和&x[0]相同,x[0]和x[1]差16,差值含义是二维数组一行存放需要的字节数 实验任务2: 问题一:形参:x[];实参:x 问题二:input的功能:输入n个数存储进数组x[N]中;compu -
C语言数组应用编程
实验一: #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", sizeof(x)); -
高级语言程序设计课程第五次个人作业
**这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14581 学号:102500421 姓名:陈浩宇** 1.设计一 -
高级语言程序设计课程第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500326 姓名:罗炜 (1) (2) 1 -
高级语言程序设计课程第三次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13574 学号:102500303 姓名:涂馨睿 一、4.2 4.8 -
高级语言程序设计第四次个人作业
班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx 作业链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 姓名:李文涛 学号:102500327 运行以下程序给出程序结果 设计思考题 课本 -
高级语言程序设计课程第四次个人作业
班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx 作业链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 姓名:李志鹏 学号:102500325 运行以下程序给出程序结果 1 2 设计 1