-
实验2
实验任务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)); 12 -
实验2
任务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)); 1 -
20254207 实验二《Python程序设计》实验报告
20254207 2025-2026-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2542 姓名: 吕紫菱 学号:20254207 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 专选课 1.实验内容 (1)编写计算器程序 设计并完成一个完整的应用程 -
20254224 实验二《Python程序设计》实验报告
学号 2025-2026-2 《Python程序设计》实验x报告 课程:《Python程序设计》 班级: 2542 姓名: 张子菡 学号:20254224 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 专选课 1.实验内容 (1)编写计算器程序 设计并完成一个完整的应用程序,完成加减 -
20234218 实验二《Python程序设计》实验报告
20234105 2024-2025-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2342 姓名: 谢雨峰 学号:20234218 实验教师:王志强 实验日期:2026年4月7日 必修/选修:公选课 1.实验内容 (1)编写计算器程序 设计并完成一个完整的应用程序 -
20254221 实验二《Python程序设计》实验报告
20254221 2025-2026-2 《Python程序设计》实验2报告 课程:《Python程序设计》 班级: 2542 姓名: 张祖贤 学号:20254221 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 公选课 一、实验内容 (1)编写计算器程序 设计并完成一个完整的应用程 -
实验2
任务一 源代码 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 -
20254225侯九州 2025-2026-2 《Python程序设计》实验2报告
学号 2025-2026-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2542 姓名: 侯九州 学号: 20254225 实验教师: 王志强 实验日期: 2026年X月X日(填写实际实验日期) 必修/选修: 专业选修课 实验内容 本次实验为Python计算器设计, -
20254210 实验二《Python程序设计》实验报告
20254210 2025-2026-2 《Python程序设计》实验x报告 课程:《Python程序设计》 班级: 2542 姓名: 李承轩 学号:20254210 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 必修课 1.实验内容 (1)编写计算器程序 设计并完成一个完整的应用程 -
20254223崔之垚《Python程序设计》实验二报告
20254223 2025-2026-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2542 姓名: 崔之垚 学号:20254223 实验教师:王志强 实验日期:2020年4月7日 必修/选修: 必修课 1.实验内容 (1)编写计算器程序 • 设计并完成一个完整的应 -
20254220梁晋源《Python程序设计》实验二报告
课程:《Python 程序设计》 班级: 2542 姓名: 梁晋源 学号:20254220 实验教师:王志强 实验日期:2026年 4 月 7日 必修: 公选课 实验内容 本次实验核心任务是使用 Python 语言编写一个多功能高级计算器程序,实现基础算术运算与数学函数运算功能。 具体要求: 支持加 -
实验2
实验任务1 task.1.c源代码 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(t -
20254124 实验二《Python程序设计》实验报告
20254124 2025-2026-2 《Python程序设计》实验2报告 课程:《Python程序设计》 班级:2541 姓名:张璞 学号:20254124 实验教师:王志强 实验日期:2025年4月7日 必修/选修: 专选课 1.实验内容 1.编写计算器程序 设计并完成一个完整的应用程序,完成 -
实验2
task1 源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 6 #define N 5 7 int main(){ 8 int number; 9 int i; 10 11 srand(time(0)); 12 -
实验2
1 #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 < N; ++i) { number -
[T.2] 团队项目:选题和需求分析
[T.2] 团队项目:选题和需求分析 项目 内容 这个作业属于哪个课程 首页 - 2026年春季软件工程 - 北京航空航天大学 - 班级博客 - 博客园 这个作业的需求在哪里 [T.2] 团队项目:选题和需求分析 - 作业 - 2026年春季软件工程 - 班级博客 - 博客园 我在这个课程的目标是 -
[T.2]团队作业:选题和需求分析
项目 内容 这个作业属于哪个课程 https://edu.cnblogs.com/campus/buaa/BUAA_SE_2026_LR 这个作业的要求在哪里 [T.2] 团队项目:选题和需求分析 - 作业 - 2026年春季软件工程 - 班级博客 - 博客园 我在这个课程的目标 提升团队协作能力, -
实验二
task1 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)); // 以 -
实验二
task1 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( -
实验二
task1 源代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for (i