-
20222324石国力 《网络与系统攻防技术》 实验四
1.实验内容 一、恶意代码文件类型标识、脱壳与字符串提取 对提供的rada恶意代码样本,进行文件类型识别,脱壳与字符串提取,以获得rada恶意代码的编写作者,具体操作如下: (1)使用文件格式和类型识别工具,给出rada恶意代码样本的文件格式、运行平台和加壳工具; (2)使用超级巡警脱壳机等脱壳软件 -
高级语言程序设计课程第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:102400126 姓名:苏钦晨 1 2 3 4 5 -
高级语言程序设计课程第六次个人作业
班级链接:https://edu.cnblogs.com/campus/fzu/2024C 我的链接:https://edu.cnblogs.com/campus/fzu/2024C/homework/13264 学号:102400132 姓名:叶宇恒 1 2 3 4 5 6 7 8 9 10 11 -
高级语言程序设计课程第六次个人作业
2024高级语言程序设计:https://edu.cnblogs.com/campus/fzu/2024C/ 高级语言程序设计课程第六次个人作业:https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:102400225 姓名:邱青鹏 1 -
20222314 2024-2025-1 《网络与系统攻防技术》实验四实验报告
网络与系统攻防实验报告 实验时间:2024-11-01 ~ 2024-11-10 实验人员:20222314陈振烨 实验地点:地下机房 指导教师:王志强 1.实践内容 1.1学习内容 本周学习了恶意代码的相关知识 ①恶意代码的类型有:计算机病毒 、 蠕虫、特洛伊木马、逻辑炸弹、系统后门、 Rootk -
实验3 类与对象
实验任务1: botton.hpp代码: 1 #pragma once 2 3 #include <iostream> 4 #include <string> 5 6 using std::string; 7 using std::cout; 8 9 // 按钮类 10 class Button { -
2024-2025-1 20241325 《计算机程序与设计》第七周学习总结
2024-2025-1 20241325 《计算机程序与设计》第七周学习总结 这个作业属于的课程<2024-2025-1-计算机基础与程序设计](https://edu.cnblogs.com/campus/besti/2024-2025-1-CFAP)> 这个作业要求在哪里:https://www -
实验3
实验任务1: button.hcpp #pragma once #include <iostream> #include <string> using std::string; using std::cout; // 按钮类 class Button { public: Button(const s -
高级语言程序设计课程第六次个人作业
作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 作业要求在哪里:https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:102400206 姓名:王嘉萍 1. 2. 3. 4. 5. -
实验三
task 1 main.cpp #include "window.hpp" #include <iostream> using std::cout; using std::cin; void test() { Window w1("new window"); w1.add_button("maxim -
《计算机基础与程序设计》第7周学习总结
学期(2024-2025-1) 学号(20241428) 《计算机基础与程序设计》第7周学习总结 作业信息 |这个作业属于哪个课程|<班级的链接>(如[2024-2025-1-计算机基础与程序设计](https://edu.cnblogs.com/campus/besti/2024-2025-1-C -
实验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 -
实验四
实验任务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 -
实验3
任务1 button.hpp 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 pu -
实验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( -
实验4 C语言数组应用编程
实验任务1: task1.c 源代码: 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 -
高级语言程序设计第六次个人作业
作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 作业要求在哪里:https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:102300114 姓名:陈思榕 这一题格式不对 问题总结 1. -
# 学期2024-2025-1 学号20241405 《计算机基础与程序设计》第7周学习总结
作业信息 |这个作业属于哪个课程|[2024-2025-1-计算机基础与程序设计]https://edu.cnblogs.com/campus/besti/2024-2025-1-CFAP| |这个作业要求在哪里|https://www.cnblogs.com/rocedu/p/9577842.ht -
高级语言程序设计第六次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/2024C/homework/13303 学号:102400125 姓名:苏林 (一) (1) (2)在 -
实验4
#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) printf("%p:%