-
实验2
task1 源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 397 7 #define N2 476 8 #define N3 21 9 10 int m -
实验2
task.1 代码 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define N1 397 #define N2 476 #define N3 21 int main(){ int cnt; int rando -
实验二
源代码 #include #include #include #define N 5 #define N1 397 #define N2 476 #define N3 21 int main() { int cnt; int random_major, random_no; srand(time(N -
实验2
任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 397 7 #define N2 476 8 #define N3 21 9 10 int main -
实验二 C语言分支与循环基础应用编程-1
task1.c #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 397 #define N2 476 #define N3 21 int main(){ int cnt; int rand -
20222326 2024-2025-1 《网络与系统攻防技术》实验一实验报告
一、实验内容 Linux基本操作的学习 能熟练的熟悉文件修改、打开,查看文件夹内容 能正常使用gdb、vi 可以理解汇编语言、机器指令、EIP的内容等 理解可执行文件和机器指令 例如call指令 反汇编指令objdump 文件十六进制转换指令 %!xxd 与 %!xxd -r 逆向工程 学习如何分析 -
20222419 2024-2025-1 《网络与系统攻防技术》实验一实验报告
1.实验内容 1.1本周学习内容 (1)了解了缓冲区溢出发展历史:红色代码、冲击波病毒、震荡波病毒、心脏出血、乌克兰断网、勒索病毒。 (2)了解了缓冲区溢出漏洞的本质和危害:缓冲区溢出漏洞是由于程序没有进行严格的内存越界检查,导致数据溢出并覆盖相邻内存空间,从而可能被攻击者利用执行恶意代码。这种漏洞 -
软件工程第二次结对作业
这个作业属于哪个课程 软件工程2024 这个作业要求在哪里 软件工程第二次结对作业 这个作业的目标 实现一个可以实现发布项目,招募伙伴,实时交流的项目 学号 102202138 一、结对同学的博客链接、本作业博客的链接、创建仓库的GitHub项目地址。 结对同学博客链接 本作业博客链接 GitHub -
软件工程第二次结对作业
这个作业属于哪个课程 软件工程2024 这个作业要求在哪里 软件工程第二次结对作业 这个作业的目标 开发一个可以实现发布项目,招募伙伴,实时交流的小程序 学号 102201106 一、结对同学的博客链接、本作业博客的链接、创建仓库的GitHub项目地址。 结对同学博客链接 本作业博客链接 GitHu -
实验作业2
任务1 源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 397 #define N2 476 #define N3 21 int main() { int cnt; int ran -
实验二
任务一 源代码 1 #include <stdio.h> 2 #include <time.h> 3 4 #define N 5 5 #define N1 397 6 #define N2 476 7 #define N3 21 8 int main(){ 9 10 int random_major -
实验1 c++
任务1: task1.cpp 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 6 using namespace std; 7 8 // 声明 9 // 模板函数声明 10 -
实验1 现代c++基础编程
任务1: 源代码 task 1.cpp // 现代C++标准库、算法库体验 // 本例用到以下内容: // 1. 字符串string, 动态数组容器类vector、迭代器 // 2. 算法库:反转元素次序、旋转元素 // 3. 函数模板、const引用作为形参 #include <iostream> -
实验2
实验任务1: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 397 7 #define N2 476 8 #define N3 21 9 10 int main( -
实验2
任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 397 7 #define N2 476 8 #define N3 21 9 10 int main() { -
实验课作业一
1. 实验任务1 #include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; // 声明 // 模板函数声明 template<typename T> void o -
实验2
1 #include<stdio.h> 2 #include<math.h> 3 #include<time.h> 4 #define N 5 5 #define N1 397 6 #define N2 476 7 #define N3 21 8 int main() 9 { 10 int cnt -
实验1 C++
任务1: task.cpp: 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 6 using namespace std; 7 8 // 声明 9 // 模板函数声明 10 -
实验1 C++
任务1: task1.cpp 1 // 现代C++标准库、算法库体验 2 // 本例用到以下内容: 3 // 1. 字符串string, 动态数组容器类vector、迭代器 4 // 2. 算法库:反转元素次序、旋转元素 5 // 3. 函数模板、const引用作为形参 6 7 #include < -
20222317 2024-2025-1《网络与系统攻防技术》实验一实验报告
一、实验内容 本次实验的对象是一个名为pwn1的linux可执行文件。该程序正常执行流程是:main调用foo函数,foo函数会简单回显任何用户输入的字符串。该程序同时包含另一个代码片段,getShell,会返回一个可用Shell。正常情况下这个代码是不会被运行的。我们本次实验将学习两种方法运行这个