• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 20232305 2025-2026-1 《网络与系统攻防技术》实验三实验报告

    1.实验内容 (1)正确使用msf编码器,veil-evasion,自己利用shellcode编程等免杀工具或技巧 正确使用msf编码器,使用msfvenom生成如jar之类的其他文件 veil,加壳工具 使用C + shellcode编程 (2)通过组合应用各种技术实现恶意代码免杀 如果成功实现了
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   为了你不敢懈怠   2025-10-27 20:30    0    10
  • 20232420 2025-2026-1 《网络与系统攻防技术》实验三实验报告

    1.实验内容 学会使用msf编码器,veil-evasion,利用shellcode编程,加壳等免杀工具或技巧。 尝试实现恶意代码免杀。 理解免杀机制和原理,认识到杀软局限性。 2.实验过程 2.1 免杀效果参考基准 2.1.1 免杀效果的评价 用VirusTotal评价免杀效果。 2.1.2 参考
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232420刘镇瑜   2025-10-27 18:45    0    10
  • 大学生为啥一定要认真听讲

    在我的大学生活中,上课分神似乎已经成为一种常态,我能清楚的认识到大学与高中学习态度的区别。在高中,我会因为老师讲课的进度快慢或者因为听课效果而选择去独立学习,从最后的结果来看,效果是有的。但是在大学,除了课堂学习,我很少再去主动的想去学习枯燥的课程,而在课堂上又会自我幻想“上课进度太慢也太枯燥,完全
     数据科学241(安徽工程大学 - 计算机与信息学院)   陈健辉   2025-10-26 22:40    0    10
  • 实验2

    实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 #define N1 30 7 #define N2 35 8 9 int main() 10 { 11 int cn
     程序设计基础(南京信息工程大学)   辣椒酱拌芥末   2025-10-16 13:05    1    10
  • 实验2

    task1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int ran
     程序设计基础(南京信息工程大学)   屑乃   2025-10-14 19:49    1    10
  • 实验2

    任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int rando
     程序设计基础(南京信息工程大学)   张晨熙   2025-10-14 20:51    1    10
  • 实验2

    实验任务1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 #define N1 80 7 #define N2 35 8 9 int main(){ 10 int cnt; 11 int r
     程序设计基础(南京信息工程大学)   楊yyy   2025-10-14 13:27    1    10
  • 实验2

    实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int ran
     程序设计基础(南京信息工程大学)   mjy66   2025-10-14 14:04    1    10
  • 实验2

    实验结论 实验任务1 源代码 1 int main(){ 2 int cnt; 3 int random_major,random_no; 4 srand(time(NULL)); 5 cnt =0; 6 while(cnt<N){ 7 random_major =rand()%2; 8 if(ra
     程序设计基础(南京信息工程大学)   wsh12345   2025-10-14 20:28    1    10
  • 实验2

    task1.c 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 #define N1 80 7 #define N2 35 8 9 int main(){ 10 int cnt; 11 int
     程序设计基础(南京信息工程大学)   叶永祺   2025-10-18 09:33    1    10
  • 实验一

    1.实验任务1 源代码task1.cpp 1 #include <iostream> 2 #include<string> 3 #include<vector> 4 #include<algorithm> 5 template<typename T> 6 void output(const T &c
     面向对象程序设计(南京信息工程大学)   nonono小酷宝   2025-10-15 21:49    1    10
  • 高级语言程序设计第一次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500335 姓名:任柏宇 1.在浏览器下载de
     2025高级语言程序设计(福州大学)   Roe_feb22   2025-10-14 14:58    0    10
  • task2

    实验一: 问题一:以时间为随机数,确保每次输出的数据都是随机的。 问题二:随机生成两个班里五个人的学号,且并不重复。 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define
     程序设计基础(南京信息工程大学)   leozhuyuhao   2025-10-19 16:56    1    10
  • 高级语言程序设计第一节课作业

    ![IMG20251014142041](https://img2024.cnblogs.com/blog/3713987/202510/3713987-20251014143912821-1812852782.jpg) ![IMG20251014141539](https://img2024.cnblogs.com/blog/3713987/202510/3713987-202510141439
     2025高级语言程序设计(福州大学)   Kazen   2025-10-14 18:23    0    10
  • 102500427廖伦哲

    这个作业属于的课程: https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13358 学号:102500427 姓名:廖伦哲 安装环境的过程和安装成功
     2025高级语言程序设计(福州大学)   sky4444   2025-10-14 14:49    0    10
  • 实验2 C语言分支与循环基础应用编程

    实验1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int rando
     程序设计基础(南京信息工程大学)   cchheenn   2025-10-14 17:18    1    10
  • 高级语言程序设计第一次作业

    课程:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求 https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500330 姓名:黄明浩
     2025高级语言程序设计(福州大学)   MichaelJs   2025-10-14 19:34    0    10
  • 实验1

    实验1现代C++编程初体验 实验任务一 : task1.cpp: #include <iostream> #include <string> #include <vector> #include <algorithm> template <typename T> void output(const
     面向对象程序设计(南京信息工程大学)   weiy404   2025-10-13 21:57    1    10
  • 实验一

    ##实验任务一 ##代码 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 template<typename T> 6 void output(const T &c); 7
     面向对象程序设计(南京信息工程大学)   xzhls   2025-10-16 20:47    1    10
  • 高级语言程序设计第一次作业

    这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500317 姓名:叶伟鸿 一、安装C语言环境
     2025高级语言程序设计(福州大学)   TTT156   2025-10-14 14:43    0    10
< Prev1···7071727374757677787980···200Next >

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