-
可行性分析
可行性分析(第五组) 目录 第1章 系统分析 1.1 可行性分析 1.1.1 技术可行性分析 1.1.2 经济可行性分析 1.1.3 社会可行性分析 1.1.4 法律可行性分析 1.2 系统流程分析 1.2.1 系统开发总流程 1.2.2 登录流程 1.2.3 系统操作流程 1.2.4 系统性能分析 -
四则运算器
软件工程作业 项目 内容 这个作业属于哪个课程 软件工程 这个作业要求在哪里 作业要求 开发人员 张伟聪 3123004247 吴钊鑫 3123004244 github链接 PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗时(分钟) Plan -
实验二
第一题; 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 < -
结对项目
结对作业 成员及项目 周戈 3123004164 李永胜 3123004148 项目地址 这个作业属于哪个课程 地址 这个作业要求在哪里 要求 这个作业的目标 完成结对项目 PSP表格 PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗时(分钟) -
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章 系统分析 1.1 可行性分析 1.1.1 技术可行性分析 1.1.2 经济可行性分析 1.1.3 社会可行性分析 1.1.4 法律可行性分析 1.2 系统流程分析 1.2.1 系统开发总流程 1.2.2 登录流程 1.2.3 系统操作流程 1.2.4 系统性能分析 第1章 可行性分析 1.1 -
实验二
实验任务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