-
高级程序语言设计第四级作业
这个作业属于:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业的要求:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500309 姓名:郑睿杰 一.运行以下程序给出程序结果 二 -
高级语言程序设计课程第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500333 姓名:陈俊荣 一、运行以下程序给 -
数据采集作业2
作业1 在中国气象网(http://www.weather.com.cn)给定城市集的7日天气预报,并保存在数据库。 代码和结果 打开网站查看每一个城市对应的代码,比如图片中武汉的代码为101200101,选取4个城市的代码用于编写我们的爬虫 代码: 点击查看代码 import requests f -
高级语言程序设计课程第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业的要求在:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 姓名:黄思哲 学号:102500433 一.运行图中所给的程序 -
高级语言程序设计课程第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500335 姓名:任柏宇 一. 1. 2. -
高级语言程序设计课程第四次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14577 学号:102500305 姓名:赖晓娟 一.运行以下程序给出 -
高级语言程序设计第三次作业
班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500309 姓名:郑睿杰 任务一:编写并运行书本第4章4.8编程 -
软工第二次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 这个作业的目标 实现一个命令行文本计数统计程序 姓名 - 学号 郑周豪-2023329301114 码云仓库地址:https://gitee.com/zhengzhouhao2005/home -
高级语言程序设计第三次作业
班级链接:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500330 姓名:黄明浩 任务一:编写并运行书本第4章4.8编程 -
实验3
点击查看代码 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = scor -
实验3
task1 #include <stdio.h> char score_to_grade(int score); int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_to_grad -
结对项目--小学四则运算题目生成器
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScien -
20232410 2025-2026-1 《网络与系统攻防技术》实验二实验报告
20232410 2025-2026-1 《网络与系统攻防技术》实验二实验报告 一、实验内容 回答问题: (1)例举你能想到的一个后门进入到你系统中的可能方式? 比如某些钓鱼邮件或者钓鱼网站,携带着一些捆绑着后门程序的exe文件。若点击运行就有可能被植入后门。 (2)例举你知道的后门如何启动起来(w -
数据采集与融合技术实践1
1. 任务一 任务要求 用requests和BeautifulSoup库方法定向爬取给定网址(http://www.shanghairanking.cn/rankings/bcur/2020)的数据,屏幕打印爬取的大学排名信息。 实现思路 通过观察,我发现我需要的数据保存在<tbody></tbod -
20232420 2025-2026-1 《网络与系统攻防技术》实验二实验报告
1.实验内容 熟悉netcat使用方法,使用netcat获取主机操作Shell。 熟悉socat使用方法,使用socat获取主机操作Shell。 熟悉MSF meterpreter使用方法,使用MSF meterpreter获取主机Shell。 2.实验过程 2.1 使用netcat获取主机操作Sh -
实验 2
#实验任务1 ##代码 ```c++ 1 #pragma once 2 #include <string> 3 4 class T { 5 public: 6 T(int x = 0, int y = 0); 7 T(const T &t); 8 T(T &&t); 9 ~T(); 10 void -
OOP-实验二
实验任务一 源代码 T.h 点击查看代码 #pragma once #include <string> // 类T: 声明 class T { // 对象属性、方法 public: T(int x = 0, int y = 0); // 普通构造函数 T(const T &t); // 复制构造函数 -
结对项目
结对项目 这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class34Grade23ComputerScience 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/Class34Grade23Computer -
高级语言程序设计课程第二次作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13570 学号:102500415 姓名:林帅前 一.3.11的八道 -
软件工程第三次作业——结对项目
这个作业属于哪个课程 班级链接 这个作业要求在哪里 [作业要求]https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScience/homework/13470) 这个作业的目标 实现一个自动生成小学四则运算题目的命令行程序,并能检验题