• 首页
  • 校区
  • 班级
  • 博文
  • 评论
  • 作业
总阅读排行 | 周阅读排行 | 零回复 | 有回复 | 作业博文 | 其他博文 | 所有博文
零回复 | 有回复 | 作业 | 其他 | 所有
  • 软件工程第一次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/202501SoftwareEngineering 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/202501SoftwareEngineering/homewor
     202501 软件工程(福州大学 - 计算机与大数据学院)   渡乐   2025-10-05 22:49    0    16
  • 第一次软件工程作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/fzu/202501SoftwareEngineering 这个作业要求在哪里 https://edu.cnblogs.com/campus/fzu/202501SoftwareEngineering/homewor
     202501 软件工程(福州大学 - 计算机与大数据学院)   HoMoi   2025-10-05 20:15    0    16
  • 20232412 2025-2026-1 《网络与系统攻防技术》实验一实验报告

    1.实验内容 本次实验围绕一个存在缓冲区溢出漏洞的Linux程序pwn1展开,通过三种方式劫持其控制流,使其执行原本不会被调用的getShell函数从而获得系统Shell。 三种方式如下: 通过直接修改可执行文件的机器指令,将调用 foo 的函数地址替换为 getShell 的地址 利用 foo 函
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232412李   2025-10-13 20:59    0    16
  • 实验1 现代C++编程初体验

    实验任务1 程序源代码: #include <iostream> #include <string> #include <vector> #include <algorithm> template<typename T> void output(const T& c); void test1();
     面向对象程序设计(南京信息工程大学)   l栗l   2025-10-15 18:55    1    16
  • 实验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
     程序设计基础(南京信息工程大学)   Hoon0626   2025-10-13 23:43    1    16
  • oop.shiyan1

    实验1 源代码: 1 #include<iostream> 2 #include<string> 3 #include<vector> 4 #include<algorithm> 5 6 //模版函数声明 7 template<typename T> 8 void output(const T& c
     面向对象程序设计(南京信息工程大学)   杨启霖   2025-10-13 22:04    1    16
  • experiment1

    1 #include <stdio.h> 2 int main() 3 { 4 printf(" O \n"); 5 printf("<H>\n"); 6 printf("I I\n"); 7 return 0; 1 #include <stdio.h> 2 int main() 3 { 4 pri
     程序设计基础(南京信息工程大学)   郑子鑫   2025-10-08 21:12    1    16
  • 实验1

    1.实验任务一 task1_1.c 点击查看代码 #include<stdio.h> int main(void){ printf(" O \n"); printf("<H>\n"); printf("I I\n"); printf(" O \n"); printf("<H>\n"); printf
     程序设计基础(南京信息工程大学)   JingWen87   2025-10-08 23:04    1    16
  • 实验一 C语言输入输出和简单程序编写

    1.1 #include <stdio.h> int main() { printf(" O \n"); printf("<H>\n"); printf("I I\n"); printf(" O \n"); printf("<H>\n"); printf("I I\n"); return 0; }
     程序设计基础(南京信息工程大学)   Linch114514   2025-10-09 19:07    1    16
  • 第一次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 这个作业的目标 对自己认真评估,找出优点和不足,以此来找到目标 姓名-学号 邢家康—2023329301021 自我介绍及评估 你好,我叫邢家康,是浙江理工大学信息学院自动化专业的一名学生,我
     25软件技术基础(浙江理工大学)   cwtwo   2025-10-09 23:42    0    16
  • 软件技术基础第一次作业

    这个作业属于哪个课程 https://edu.cnblogs.com/campus/zjlg/25rjjc 这个作业的目标 <学习使用博客园,写下第一篇博客介绍自己,明白初心> 姓名-学号 <柳天祺>-<2023329301057> 一、自我介绍 大家好呀!这里是柳天祺的第一篇博客。我来自浙江金华,
     25软件技术基础(浙江理工大学)   Fufufu1010   2025-10-10 12:48    0    16
  • c++初体验

    #实验任务1 ##代码 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 using namespace std; 6 template<typename T> 7 void
     面向对象程序设计(南京信息工程大学)   Zhades   2025-10-13 19:46    1    16
  • 20232319 2025-2026-1 《网络与系统攻防技术》实验二实验报告

    一、实验内容 1.实践目标 (1)使用netcat获取主机操作Shell,cron启动某项任务(任务自定) PS:cron是linux下用来周期性的执行某种任务或等待处理某些事件的一个守护进程 (2)使用socat获取主机操作Shell, 任务计划启动 (3)使用MSF meterpreter(或其
     2025-2026-1-网络与系统攻防技术(2323/2324)(北京电子科技学院)   20232319黄津   2025-10-20 00:12    0    16
  • 博客地址

    https://www.cnblogs.com/gentlelight
     面向对象程序设计(南京信息工程大学)   溯溪而上   2025-10-16 22:16    0    16
  • 实验一

    实验任务1: 源代码: 1 #include <iostream> 2 #include <string> 3 #include <vector> 4 #include <algorithm> 5 6 // 模板函数声明 7 template<typename T> 8 void output(co
     面向对象程序设计(南京信息工程大学)   ({)}   2025-10-16 18:01    1    16
  • 实验1 现代C++编程初体验

    实验任务1: task1源代码: 1 #include<iostream> 2 #include<string> 3 #include<vector> 4 #include<algorithm> 5 6 //模板函数声明 7 template<typename T> 8 void output(co
     面向对象程序设计(南京信息工程大学)   王宝炜   2025-10-16 13:15    1    16
  • 实验1 现代C++编程初体验

    任务1: task1.cpp 1 //现代C++标准库、算法库体验 2 //本例用到如下内容: 3 //1.字符串string,动态数组容器类vector、迭代器 4 //2.算法库:反转元素次序、旋转元素 5 //3.函数模板、const引用作为形参 6 7 #include<iostraem>
     面向对象程序设计(南京信息工程大学)   艾拉i   2025-10-17 20:51    1    16
  • 实验1 现代C++编程初体验

    任务一 源代码 #include <iostream> #include <string> #include <vector> #include <algorithm> // 模板函数声明 template<typename T> void output(const T &c); void test
     面向对象程序设计(南京信息工程大学)   duser   2025-10-15 14:54    1    16
  • 高级语言程序设计课程第三次个人作业

    班级连接:https://edu.cnblogs.com/campus/fzu/gjyycx 作业链接:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13574 学号:102500324 姓名:卢龙腾 一.第四章 1. 2. 3. 4. 5.
     2025高级语言程序设计(福州大学)   TendouSamui   2025-10-28 17:56    0    16
  • 102302116 田自豪 作业1

    作业1 1)用requests和BeautifulSoup库方法定向爬取给定网址(http://www.shanghairanking.cn/rankings/bcur/2020 )的数据,屏幕打印爬取的大学排名信息。 代码与运行结果 点击查看代码 import requests from bs4
     2025数据采集与融合技术实践(福州大学 - 福州大学计算机与大数据学院)   田自豪   2025-10-27 21:48    0    16
< Prev1···3132333435363738394041···200Next >

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