-
高级语言程序设计课程第四次作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500303 姓名:涂馨睿 一、修改运行下列代 -
实验4
实验任务1: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeof( -
第三章作业
动态规划法求解数字三角形问题 实践报告 一、问题分析 数字三角形问题要求从三角形顶部出发,每次只能向下或向右下移动,求到达底部路径的最大数字和。 二、动态规划求解步骤分析 状态定义 设 arr[i][j]表示从位置 (i, j)出发到达三角形底部的最大路径和。 最优子结构性质 从 (i, j)出 -
实验三
实验任务一 代码 button.hpp 点击查看代码 #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::str -
高级语言程序设计课程第六次个人作业
高级程序语言第六次作业 这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号 222200424 姓名 赵伟 -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500426 姓名:康凯帆 Fan.: 11-2 -
20232327 2025-2026-1 《网络与系统攻防技术》实验七实验报告
20232327 2025-2026-1 《网络与系统攻防技术》实验七实验报告 1.实验内容 1.1 实践内容 (1)简单应用SET工具建立冒名网站 (2)ettercap DNS spoof (3)结合应用两种技术,用DNS spoof引导特定访问到冒名网站。 1.2 本周学习内容 SET 工具( -
高级语言程序设计第六次作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500429 姓名:王梓浩 -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500307 姓名:汤晓彤 (1)设计一个按值传 -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500309 姓名:郑睿杰 1.目的 (1)设计 -
实验3
#pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_label() const; voi -
作业三
作业① 要求:指定一个网站,爬取这个网站中的所有的所有图片。实现单线程和多线程的方式爬取。 代码 import requests import re import os from concurrent.futures import ThreadPoolExecutor, as_completed u -
高级程序语言设计第六次作业
这个作业属于哪个课程 <班级的链接> 这个作业要求在哪里 <作业链接> 学号 092300303 姓名 池博洋 @目录1.设计一个按值传递和按地址传递呈现不同效果的程序2.编写函数fun(int m, int *k, int xx[]),将小于整数m的非素数存入xx数组中,个数由k返回3.编写函数, -
实验 3
task 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 const s -
实验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/homework/14585 学号:102500430 姓名:黄华烨 (1)设计一个按值传递和按地址传递呈 -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500317 姓名:叶伟鸿 1. 2. 4. 5 -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500301 姓名:沙圣茗 1)定义一个二维数组 -
高级语言程序设计课程第七次个人作业
班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx/ 作业链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 姓名:周悦铃 学号:102500403 1. 作业内容 (1)定义一个二维数组和 -
实验3 类和对象_基础编程2
1. 实验任务1 #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_label() c