-
20222418 2024-2025-1 《网络与系统攻防技术》实验四实验报告
1.实验内容 一、恶意代码文件类型标识、脱壳与字符串提取 对提供的rada恶意代码样本,进行文件类型识别,脱壳与字符串提取,以获得rada恶意代码的编写作者,具体操作如下: (1)使用文件格式和类型识别工具,给出rada恶意代码样本的文件格式、运行平台和加壳工具; (2)使用超级巡警脱壳机等脱壳软件 -
实验4
任务一 #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)) -
20222302 2024-2025-1 《网络与系统攻防技术》实验四实验报告
1.实验内容 1.1恶意代码文件类型标识、脱壳与字符串提取 对提供的rada恶意代码样本,进行文件类型识别,脱壳与字符串提取,以获得rada恶意代码的编写作者,具体操作如下: (1)使用文件格式和类型识别工具,给出rada恶意代码样本的文件格式、运行平台和加壳工具; (2)使用超级巡警脱壳机等脱壳软 -
2024-2025-1 20241415 《计算机基础与程序设计》第七周学习总结
2024-2025-1 20241415 《计算机基础与程序设计》第七周学习总结 作业信息 这个作业属于哪个课程 2024-2025-1-计算机基础与程序设计 这个作业要求在哪里 2024-2025-1计算机基础与程序设计第七周作业 这个作业的目标 数组与链表、基于数组和基于链表实现数据结构、无序表 -
实验3
实验一 botton.hpp #pragma once #include<iostream> #include<string> using std::string; using std::cout; class Button{ public: Button(const string &text); -
高级语言程序设计第六次个人作业
这个作业属于哪个课程:2024高级语言程序设计 这个作业要求在哪里:高级语言程序设计课程第六次个人作业 学号:102400219 姓名:连伟成 -
2024-2025-1 20241314 《计算机基础与程序设计》第七周学习总结
2024-2025-1 20241314 《计算机基础与程序设计》第七周学习总结 作业信息 这个作业属于哪个课程 <班级的链接>2024-2025-1-计算机基础与程序设计 这个作业要求在哪里 2024-2025-1计算机基础与程序设计第七周作业 这个作业的目标 数组与链表 基于数组和基于链表实现数 -
实验4
1 #include<stdio.h> 2 #define N 4 3 #define M 2 4 void test1() 5 { 6 int x[N] = { 1,9,8,4 }; 7 int i; 8 printf("sizeof(x)=%d\n", sizeof(x)); 9 for (i -
实验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 printf("sizef(x)=%d\n",sizeof(x)); 10 11 for( -
高级语言程序设计课程第六次个人作业
前几题写得比较顺畅,从第7题开始就开始卡,对于数组和指针不够熟练,最后一题不太会,借鉴了网络 -
高级语言程序设计第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 姓名:陶玉兰 学号:102400107 这一题试了很多遍,重 -
高级语言程序设计课程第六次个人作业(102400106刘鑫语)
作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 作业要求在哪里: https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:102400106 姓名:刘鑫语 (1)编写函数fun(int -
实验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 printf("sizeof(x) = %d\n", sizeof(x)); -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:<102400230> 姓名:<叶全祺> -
高级语言程序设计第六次作业
作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 作业要求在哪里: https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:102300107 姓名:陈沁怡 (1)编写函数fun(int -
实验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(x) -
实验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(x) -
2024数据采集与融合技术实践-作业3
作业①: 1)指定一个网站,爬取这个网站中的所有的所有图片,例如:中国气象网(http://www.weather.com.cn)。使用scrapy框架分别实现单线程和多线程的方式爬取。 1.核心代码描述 items.py import scrapy class WeatherItem(scrapy -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 姓名:柯镇海 学号:102400218 1: 2: 3: 4 -
OOP实验三
任务1: 源码: 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 using std::string; 7 using std::cout; 8 9 // 按钮类 10 class Button { 11 public: