-
实验1
task 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"); ret -
20254105 2026-3-24《Python程序设计》实验1报告
20254105 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2541 姓名: 张家毓 学号:20254105 实验教师:王志强 实验日期:2026年3月24日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 介绍Pytho -
20243213赵怡喆实验一 Python程序设计入门
20243213赵怡喆 2025-2026-2 《Python程序设计》实验1报告课程:《Python程序设计》班级: python全院公选课姓名: 赵怡喆学号:20243213实验教师:王志强实验日期:2026年3月23日必修/选修: 公选课 1.实验内容此处填写实验的具体内容;1.熟悉Pytho -
20251918 2025-2026-2《网络攻防实践》第二周作业
一、实验内容 1.主要任务 1、域名信息挖掘:选取常用域名(如baidu.com),利用whois服务查询注册人、注册商及联系方式等注册信息;通过nslookup解析域名对应的IP地址,并对IP地址进行反向whois查询与地理位置定位。 2、通信端IP获取实践:借助即时通信软件(如QQ)的语音通话功 -
20252417 2025-2026-2 《Python程序设计》实验1报告
20252417 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2524 姓名: 艾家程 学号:20252417 实验教师:王志强 实验日期:2026年3月23日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 介绍Pytho -
20253221 实验一《Python程序设计》实验报告
20253221 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2532 姓名: 明钰钦 学号:20253221 实验教师:王志强 实验日期:2026年3月23日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 介绍Pytho -
20242210 2025-2026-2 《Python程序设计》实验1报告
课程:《Python程序设计》 班级: 2422 姓名: 陈俊祎 学号: 20242210 实验教师:王志强 实验日期:2026年3月23日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 介绍Python开发环境的各项功能。 2.练习Python运行、调试技能; 编写书中的程序 -
20253421 实验一《Python程序设计》实验报告
2024 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级:2534 姓名:林资恒 学号:25343421 实验教师:王志强 实验日期:2026年3月23日 必修/选修:公选课 1.实验内容 1.熟悉Python开发环境; 介绍Python开发环境的 -
20252331 实验一《Python程序设计》实验报告
2024XXX 2025-2026-2 《Python程序设计》实验1报告 课程:《Python程序设计》 班级: 2523 姓名: 肖鼎佶 学号:20252331 实验教师:王志强 实验日期:2026年3月23日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 介绍Python -
Python3.23第一次实验
20254318 2025-2026-2《Python程序设计》实验1报告 课程:《Python程序设计》 班级:2543 姓名:李观其 学号:20254318 实验教师:王志强 实验日期:2026年3月23日 必修/选修: 公选课 1.实验内容 熟悉Python开发环境,了解VsCode、IDLE -
随笔一则
Github主页:GitHub 相关问题回答: 这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/SoftwareEng -
第一次作业
这个作业属于哪个课程 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24 这个作业要求在哪里 https://edu.cnblogs.com/campus/gdgy/SoftwareEngineering24/homework/1562 -
实验一
实验任务1 #include <stdio.h> int main() { printf(" O 0\n"); printf("<H><H>\n"); printf("I II I\n"); system("pause"); return 0; #include<stdio.h> #include< -
实验1 c语言输入输出和简单程序编写
任务1 源代码 1 //打印一个字符小人 2 3 #include <stdio.h> 4 int main() 5 { 6 printf(" O \n"); 7 printf("<H>\n"); 8 printf("I I\n"); 9 10 return 0; 11 } 1 //打印一个字符小人 -
个人作业:阅读与提问
项目 内容 这个作业属于哪个课程 https://edu.cnblogs.com/campus/buaa/BUAA_SE_2026_LR/ 这个作业的要求在哪里 https://edu.cnblogs.com/campus/buaa/BUAA_SE_2026_LR/homework/15608 我在 -
20232415 2025-2026-3 《Python程序设计》实验1报告
课程:《Python程序设计》班级: 2324姓名: 孙鸿淼学号:20232415实验教师:王志强实验日期:2026年3月23日必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境;介绍Python开发环境的各项功能。2.练习Python运行、调试技能;编写书中的程序,并进行调试分析,要 -
20252918 2025-2026-2 《网络攻防实践》第2周作业
1.实验内容 1.1 DNS域名查询 域名解析: 域名查询: 在线whois查询: 1.2 IP位置查询 打开资源管理器,并打开资源监视器: IP地理位置查询: 1.3 nmap使用 靶机IP: kali进行TCP端口扫描: UDP端口扫描: 开放的服务: OS及其版本: 1.4 Nessus使用 -
实验2
实验任务1: 源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() { 6 int number; 7 int i; 8 srand(time(0)); // 以当 -
实验二 C语言分支与循环基础应用编程
1.实验任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 int main() { 6 int number; 7 int i; 8 srand(time(0)); 9 for -
实验二
实验一 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)); 12 for