-
20242825 2024-2025-2 《网络攻防实践》第三周作业
@目录一. 实验内容1.1 实验内容概述1.2 实验相关知识概述二. 实验过程2.1 动手实践tcpdump2.1.1 实验要求2.1.2 实验过程展示2.1.3 所使用网址链接2.2 动手实践Wireshark2.2.1 实验要求2.2.2 实验过程展示1. 你所登录的BBS服务器的IP地址与端口 -
实验二
第一题; include <stdio.h> include <stdlib.h> include <time.h> define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for(i = 0; i < -
The Lighthouse in My Youth: My High School Headteacher
In the gallery of my memory, my high school headteacher, Mr. Yuan, stands out as a figure of profound influence. During my sophomore year of high scho -
20242221 实验一《Python程序设计》实验报告
20242221 2024-2025-2 《Python程序设计》实验一报告 课程:《Python程序设计》 班级: 2422 姓名: 周侯妤 学号:20242221 实验教师:王志强 实验日期:2021年3月12日 必修/选修: 公选课 1.实验内容 本实验设计了一个基于Python的猜数字游戏程 -
实验二
实验任务1: Q1:解释lin13代码的功能 A1:设计出所需要取的随机数的区间,如题目中为区间100的随机数 Q2:解释line14使用格式符%04d起到什么作用 A2:确保number所占位数为4位,不够则用0来填充 Q3:这个程序的功能是什么 A3:取该专业学号伪随机数,可用于抽奖或抽人回答问 -
The person who has had the deepest influence on me
Have you ever encountered a person who cares about your self - esteem, who keeps you on the right track, who becomes a light that never goes out and i -
An important person
One person who had a big influence on me is my high school English teacher,Mrs.Li.She was not only a great teacher but also a guide in life. Mrs.Li al -
Python实验一报告
学号 20233309 《Python程序设计》实验一报告课程:《Python程序设计》班级:2333姓名:侯成子学号:20233309实验教师:王志强实验日期:2025年3月12日必修/选修:公选课一、实验内容1.熟悉Python开发环境;2.练习Python运行、调试技能;3.编写程序,练习变量 -
Grandaunt: Someone who hides something
"Come here, sweetheart!Open it up and see what's inside."Grandaunt said.Handing over a red envelope With a red note leaking for it.Short but little cu -
The streetlight of my life
Numerous individuals perceive fathers as mountain. In my eyes, my father is more like a gentle hillside, a small steam and a streetlight. He may not b -
实验2
实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() 6 { 7 int number; 8 int i; 9 srand(time(0)); 10 fo -
20241101 实验一《Python程序设计》实验报告”
20241101 2024-2025-2 《Python程序设计》实验一报告 课程:《Python程序设计》 班级:2411 姓名:苏萱 学号:20241101 实验教师:王志强 实验日期:2025.3.12 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Python运 -
A Star's Shadow
In the world of glitz and glamour, Yu Shi stood out not just for his movies, but for his heart. To me, he was more than a movie star; he was a beacon -
My lighthouse
In the sunny classroom, Miss Chen stood in front of the podium, wearing a light blue dress. Her smile was like the spring breeze, warm and gentle. I r -
The Guiding Light in the World of Piano
The Guiding Light in the World of Piano When I was just three years old and still in a state of innocent ignorance, the gears of fate began to turn qu -
实验二
实验任务1 代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); -
20241317 2024-2025-2《Python程序设计》实验一报告
学号 20241317 2024-2025-2《Python程序设计》实验一报告 课程:《Python程序设计》 班级:2413 姓名: 文彩懿 学号:20241317 实验教师:王志强 实验日期:2025年3月X日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Pyt -
A Mother's Strength
My mother has always been a source of inspiration in my life, but one particular event stands out as a testament to her resilience and love. It was a -
My Inspiring Volleyball Guide
In my school life journey, there is one person who has left an indelible mark on my heart and passion for sports: my PE teacher, Ms Ye. Before I met T -
实验二
Task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for(i = 0;