• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 20251914 2024-2025-2 《网络攻防实践》实践十报告

    20251914 2024-2025-2 《网络攻防实践》实践十报告 目录20251914 2024-2025-2 《网络攻防实践》实践十报告1.实践内容2.实践过程2.1 SEED SQL注入攻击与防御实验2.1.1 环境配置2.1.1.2 从docker-compose.yml配置文件里面查看它
     2026年DKY网络攻防实践(北京电子科技学院)   wyyoh   2026-06-01 21:19    0    5
  • 5.27作业

    实验任务1 -task1_1 代码 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n
     计算机程序设计(C语言)(南京信息工程大学)   AlkalineSalt   2026-06-02 23:06    0    5
  • 实验5

    试验任务1 代码1-1: 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_ma
     计算机程序设计(C语言)(南京信息工程大学)   Hhhm00   2026-06-02 22:45    0    5
  • 实验五:C语言指针应用编程

    实验五:C语言指针应用编程 实验一 源代码 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], i
     计算机程序设计(C语言)(南京信息工程大学)   Aaa钞票批发商   2026-06-03 01:01    0    5
  • 实验五

    实验五 任务一 源代码1 代码 点击查看代码 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *
     计算机程序设计(C语言)(南京信息工程大学)   hanxiuying   2026-06-03 00:34    0    5
  • 实验五

    task1.1#include <stdio.h>#define N 5void input(int x[], int n);void output(int x[], int n);void find_min_max(int x[], int n, int *pmin, int *pmax);int
     计算机程序设计(C语言)(南京信息工程大学)   刘君瑞   2026-06-02 16:48    0    5
  • 实验5

    实验任务1 源代码task1_1.c 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find
     计算机程序设计(C语言)(南京信息工程大学)   wuhahahaha   2026-06-02 21:24    0    5
  • 20253407吴家豪 2025-2026-2 《Python程序设计》实验四报告

    20253407 2025-2026-2 《Python程序设计》实验四报告 课程:《Python程序设计》 班级:2534 姓名:吴家豪 学号:20253407 实验教师:王志强 实验日期:2026年5月18日 必修/选修:公选课 1. 实验内容 Python 综合应用:爬虫、数据处理、可视化、机
     2026年公选课-Python程序设计(北京电子科技学院 - 网络空间安全系)   hhhhhwjh   2026-06-06 16:29    0    5
  • 实验5

    任务1: 代码: 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *pm
     计算机程序设计(C语言)(南京信息工程大学)   cccccyh   2026-06-02 22:23    0    5
  • 20251904 2025-2026-2 《网络攻防实践》第九周作业

    20251904 2025-2026-2 《网络攻防实践》实践九报告 目录20251904 2025-2026-2 《网络攻防实践》实践九报告1.实践内容1.1 实践内容总结手工修改可执行文件,改变程序执行流程,直接跳转到getShell函数。利用foo函数的Bof漏洞,构造一个攻击输入字符串,覆盖
     2026年DKY网络攻防实践(北京电子科技学院)   scx28   2026-05-31 08:02    0    5
  • 实验五

    实验任务一 源代码: 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_max(
     计算机程序设计(C语言)(南京信息工程大学)   zhangqingyang347   2026-05-30 22:29    0    5
  • 20252909 2025-2026-2 《网络攻防实践》第10周作业

    20252909 2025-2026-2 《网络攻防实践》第10周作业 1.实验内容 一、SEED SQL注入攻击与防御实验 我们已经创建了一个Web应用程序,并将其托管在 三达不溜.SEEDLabSQLInjection.com。该Web应用程序是一个简单的员工管理应用程序。员工可以通过此Web应
     2026年DKY网络攻防实践(北京电子科技学院)   绝对零欲   2026-06-01 20:43    0    5
  • 20253908 2025-2026-2 《网络攻防实践》第十周作业

    1. 实践内容 (1)SQL 注入攻击与防御实验 这个实验主要是了解 Web 应用里 SQL 注入是怎么产生的,以及应该怎么防。简单来说,就是当程序把用户输入的内容直接拼到 SQL 语句里,而且没有做检查时,就可能被攻击者利用。 实验过程中,我们会接触 MySQL 数据库,了解 SELECT 查询语
     2026年DKY网络攻防实践(北京电子科技学院)   2148377568   2026-06-02 13:46    0    5
  • 实验五

    task1-1.c 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *p
     计算机程序设计(C语言)(南京信息工程大学)   禾言1108   2026-06-01 15:47    0    5
  • 实验5

    1.实验任务1 task1_1.c 程序 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pm
     计算机程序设计(C语言)(南京信息工程大学)   九天风谷   2026-06-02 21:05    0    5
  • 20252821 2025-2026-2 《网络攻防实践》第9周作业

    20252821 2025-2026-2 《网络攻防实践》第9周作业 1.实践内容 1.1 手工修改可执行文件,改变程序执行流程,直接跳转到getShell函数 反汇编与机器码:需要知道目标指令的十六进制表示(如 jmp、call 的 opcode 和偏移量计算) 入口点(Entry Point):
     2026年DKY网络攻防实践(北京电子科技学院)   无敌暴龙战神lmy   2026-05-31 18:31    0    4
  • 实验5

    任务1 1.1源代码 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *
     计算机程序设计(C语言)(南京信息工程大学)   oππ   2026-06-02 22:28    0    4
  • 实验五

    任务一 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_max(in
     计算机程序设计(C语言)(南京信息工程大学)   悲绪   2026-05-31 20:54    0    4
  • 实验五

    实验一: (一) 1.找到数组中最大值和最小值。 2.pmin指向变量min,pmax指向变量max。 (二) 1.找到数组中最大值的地址,返回的是地址。 2.可以。 实验二: (一) 1.数组s1大小是80;sizeof计算的是数组s1占用的字节数;strlen计算的是字符串长度。 2.不能,s1
     计算机程序设计(C语言)(南京信息工程大学)   郑云翔   2026-05-31 20:30    0    4
  • 20252920 2025-20246-2 《网络攻防实践》实践十报告

    20252920 2025-20246-2 《网络攻防实践》实践十报告 1.实践内容 1.1SEED SQL注入攻击与防御实验 (1)使用数据库熟悉SQL查询: 我们已经创建了一个名为Users的数据库,其中包含一个名为creditential的表。该表存储了每个员工的个人信息(例如,eid,密码,
     2026年DKY网络攻防实践(北京电子科技学院)   20252920卢兴宇   2026-06-01 18:19    0    4
< Prev1···5678910111213Next >

Copyright ©2026 Cnblogs, Inc. Powered by .NET Core on Kubernetes. 问题反馈   帮助文档