-
20242802 2024-2025-2 《网络攻防实践》实践第七周报告
20242802 2024-2025-2 《网络攻防实践》实践第七周报告 目录20242802 2024-2025-2 《网络攻防实践》实践第七周报告1.实践内容2.实践过程(1)使用 Metasploit 进行 Linux 远程渗透攻击(2)实践作业:攻防对抗实践3.学习中遇到的问题及解决4.实践 -
20243402谢子凌 实验三《Python程序设计》实验报告
20243402 2024-2025-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2434 姓名: 谢子凌 学号:20243402 实验教师:王志强 实验日期:2025年4月16日 必修/选修: 公选课 1.实验内容 (1)创建服务端和客户端,选择一个通信端口,用 -
20241117 《Python程序设计》实验二报告
课程:《Python程序设计》 班级: 2411 姓名: 林世源 学号:20241117 实验教师:王志强 实验日期:2025年3月26日 必修/选修: 公选课 一、实验内容 (一)设计并完成一个计算器,支持整数和复数,可以完成加、减、乘、除、对数和幂等运算,并设计简单的封面。 (二)设计一个出计算 -
需求分析
《微信证件小程序需求分析文档》 一、项目背景 随着移动互联网的快速发展和数字化转型的深入推进,个人证件管理在日常生活中的重要性日益凸显。然而,普通用户在证件存储、查找、使用等业务场景中遇到了诸多痛点,例如:证件信息分散、纸质证件易丢失、紧急情况下无法快速获取证件信息等。为了解决这些痛点、提升证件管理 -
实验3
1 #include char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_to_ -
实验3
task1 程序 1 #include 2 #include 3 char score_to_grade(int score); 4 5 int main(){ 6 int score; 7 char grade; 8 9 while(scanf("%d",&s -
作业4
include <stdio.h> define N 4 define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", sizeof(x)); for (i = 0; i < N; ++i) -
作业
The Tortoise and the Rabbit I am a tortoise, slow but steady.On a radiant day, the sun drenching the landscape in a warm, golden embrace, I was amblin -
[T.8] 团队项目:团队贡献分分配规则
项目 内容 这个作业属于哪个课程 2025年春季软件工程 这个作业的要求在哪里 [T.8] 团队项目:团队贡献分分配规则 我在这个课程的目标是 学习现代软件构建的工程方法,锻炼团队协作能力。在团队的共同合作下产出符合流程的高质量软件。 这个作业在哪个具体方面帮助我实现目标 明确团队贡献分分配,提高团 -
The Emperor's new clothes(from the Emperor's perspective)(第4组小组作业)
There once lived an emperor who cherished fine clothes more than his crown. When two cunning tailors with fox-like grins promised magic cloth invisibl -
20242924 2024-2025-2 《网络攻防实践》实践七报告
20242924 2024-2025-2 《网络攻防实践》实践七报告 1.实践内容 1.1 Samba安全漏洞 linux 环境下常用的 samba 服务低版本存在溢出攻击。Samba 是在 Linux 和 UNIX 系统上实现 SMB 协议的一个免费软件,由服务器及客户端程序构成。SMB(Serv -
20244121 2024-2025-2 《Python程序设计》实验二报告
课程:《Python程序设计》 班级: 2441 姓名: 潘牧子 学号:201244121 实验教师:王志强 实验日期:2025年4月8日 必修/选修: 公选课 1.实验内容 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 考核基本语法、判定语句、循环语句、逻辑运算等知识点 2. -
博客园3
TASK1 1 #include 2 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf("%d", &score) != EO -
20242402 2024-2025-2 《Python程序设计》实验二报告
20242402 2024-2025-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2424 姓名: 张宇涵 学号:20242402 实验教师:王志强 实验日期:2024年3月27日 必修/选修: 公选课 1.实验内容 设计并完成一个计算器程序,完成加减乘除模等运算 -
Reflection
The wonderful content of the two classes I recently attended, which were centered around multimodality, has left a deep impression on me. These classe -
My reflective journal
Multimodality in English generally refers to the integration, interraction, or coexistence of multiple modes of comunication,perception, or data repre -
Reflective Journal I
After two workshops, I’ve become aware of the creativity of DMA which can improve our ability of emotion expression dramatically by adding pictures an -
Reflective Journal on Digital Multimodal Composing Workshops
Key Learnings The workshops acquainted me with digital multimodal composing, covering its knowledge base of multimodal literacy, design thinking/creat -
20241917 2024-2025-2 《网络攻防实践》实践五报告
1、实验内容 一、防火墙配置(IP地址仅供参考,以实际为准) 任务要求:配置Linux操作系统平台上的iptables,或者Windows操作系统平台上的个人防火墙,完成如下功能,并进行测试: (1)过滤ICMP数据包,使得主机不接收Ping包; (2)只允许特定IP地址(如局域网中的Linux攻击 -
reflects
In the previous two writing classes and while completing writing assignments, I have indeed gained some insights. In the first writing class, the teac