-
实验2
任务1 源代码 `#include <stdio.h> include <stdlib.h> include <time.h> define N 5 define N1 80 define N2 35 int main (){ int cnt; int random_major,random_no; -
20232328 2025-2026-1 《网络与系统攻防技术》实验二实验报告
1. 实验内容 问题回答 (1)例举你能想到的一个后门进入到你系统中的可能方式? 答:攻击者会先对目标系统进行漏洞扫描,查找存在的安全漏洞,如操作系统漏洞、应用程序漏洞等。如果系统存在漏洞,攻击者就可以利用该漏洞,通过网络向目标系统发送恶意代码,在目标系统上执行任意指令。攻击者可以借此在系统中植入后 -
软件工程第三次作业——结对作业
软件工程第三次作业——结对作业 个人项目作业 实现一个自动生成小学四则运算题目的命令行程序(也可以用图像界面,具有相似功能) 这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/Class12Grade23ComputerScience 这个作业要求在哪里 -
实验2
实验任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main(){ int cnt; int random_major,random_no -
20232401 2025-2026-1 《网络与系统攻防技术》实验二实验报告
20232401 2025-2026-1 《网络与系统攻防技术》实验二实验报告 1.实验内容 理解后门概念:不经过正常认证流程而访问系统的通道 学习使用各类工具如netcat、socat、cron、MSF meterpreter等软件的使用方法 掌握后门原理和构造、利用方法 回答问题 (1)例举你能 -
高级程序语言设计第一次作业
高级语言程序设计第一次作业 作业课程:2025高级语言程序设计(福州大学) 作业要求: 高级语言程序设计第一次作业 学号:052406103 姓名:叶银珍 作业内容 安装C程序的编译环境——Dev-C++ 安装环境的过程 安装成功 编写并运行书本第2章示例程序——2.1~2.3 2.1代码 #inc -
结对项目:自动生成小学四则运算题目的命令行程序
1.项目成员 3123004276 罗凯夫 github: https://github.com/lkf233/calculate 2.PSP表格 PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗时(分钟) Planning 计划 30 30 -
算法第一章作业
本学期编码规范总结与《数学之美》读后感 作者:冯智宁 日期:2025.10.18 本学期的主要编码规范: 在接触编程的初期,我的信条很简单:代码只要能正确运行,就是好代码。然而,随着本学期项目规模的扩大和团队协作的增多,我逐渐意识到,代码不仅仅是写给机器执行的指令,更是写给人(包括未来的自己)阅读的 -
实验二
任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { int cnt; int random_major, random_no -
experiment2
一、实验目的 能正确使用if语句实现分支结构 能正确使用while语句、do...while语句实现循环结构 能在具体问题场景中正确区分、使用continue和break 能灵活、组合使用c语句编程解决简单应用问题 二、实验准备 实验前,请复习第3章以下内容: 分支语句 if 和循环语句 while -
task2
三.实验内容 1.实验任务1 tsak1.c #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { int cnt; int rand -
博客地址
https://www.cnblogs.com/Zenxu/ -
实验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; 1 -
第一次算法作业
一、编码规范 1.命名规范 命名需要见名知意,需要全程使用英文单词,杜绝拼音和用简单字母表示的无意义命名。具体要求为:变量采用小写加下划线或小驼峰命名(如 student_age 或 studentAge),函数和类名用大驼峰命名(如 calculateArea 或 UserInfo),函数名尽量体 -
博客园地址
https://www.cnblogs.com/game-8 -
实验2
task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { int cnt; int random_major, random_ -
实验2
task1.c #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main(){ int cnt; int random_major,random_ -
高级语言程序设计第一次作业*
这个作业属于哪个课程:高级语言程序设计 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102400111 姓名:蔡伟仡 1.安装Devc++ 已安装并更新版本 2.作业 2.1 一个简单的c程序 根据课本 -
实验2
实验任务1 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { in -
实验二
task 1 源代码: #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define N1 80 #define N2 35 int main(){ int cnt; int random_major,random