-
实验3
实验任务1 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score -
20242931 2024-2025-2 《网络攻防实践》第六周作业
20242931 2024-2025-2 《网络攻防实践》第六周作业 1. 实践内容 (1)动手实践Metasploit windows attacker 任务:使用metasploit软件进行windows远程渗透统计实验 具体任务内容:使用windows Attacker/BT4攻击机尝试对wi -
[T.5] 团队项目:功能规格说明书
项目 内容 这个作业属于哪个课程 2025年春季软件工程(罗杰、任健) 这个作业的要求在哪里 [T.5] 团队项目:功能规格说明书 我在这个课程的目标是 学习软件工程的基础知识,和团队成员们实践各种软件工程的方法与流程,开发一个让我们值得骄傲的项目 这个作业在哪个具体方面帮助我实现目标 制定团队项目 -
实验3 C语言函数应用编程
实验3 C语言函数应用编程 task1 实验程序task1.c #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &scor -
实验三
实验三 task1 实验代码: #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { gra -
实验三
/ #include <stdio.h> #include <stdlib.h> int power(int x, int n); // 函数声明 int main() { int x, n; int ans; while(printf("Enter x and n: "), scanf("%d%d -
实验三
实验任务1 实验代码: #include<stdio.h> char score_to_grade(int score); int main(){ int score; char grade; while(scanf("%d",&score)!=EOF){ grade=score_to_grade( -
实验3
实验任务1 问题1:函数 score_to_grade 的功能是什么?形参类型、返回值类型是什么? 将分数匹配对应的等级,形参类型为整数,返回值类型为字符 问题2:如果line21-28以下形式,代码存在哪些问题,请逐一指出。 在case分支后缺少break语句,在完成某一分支后会继续执行后续代码, -
实验3
task1 1 用于给得分进行等级划分;数值类型;字符串类型。 2 2~6行后面没有加break语句,输出一次字母后续依旧会输出。 task2 1 计算输入数字的个位数的和。 2 不能,因为n/10得到的结果为去掉个位数字。 task3 1 进行幂运算 2 是。power(x,n)=power(x, -
实验3作业
第一题 include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_to -
实验三
test 1: 代码: #include<stdio.h> char score_to_grade(int score); int main(){ int score; char grade; while(scanf("%d",&score)!= EOF){ grade = score_to_gra -
Little Red Riding Hood
Recently, there has been a shortage of food in the forest, and humans have set traps everywhere. I was so hungry that I could feel my stomach pressing -
Flipped (from the percipient of heroine )
When I was seven years old, a new family moved into the neighborhood. That day I was sitting on my doorstep when his gaze met mine through the car win -
rose"say"
I'm pretty,I'm noble,a perfect little rose like me,it's not common at all.I've always been very self-aware.The little prince has always watered me and -
A little match girl from a shop owner 's perspective
I'm the owner of a shop. Today is Christmas Day. It was a slow day, and the customers who usually came for Christmas treats hadn't shown up yet. The s -
Cinderella(Omniscient Point of View)
In a small, cozy cottage, there lived a young girl who was in great despair. She was hard at work, as she always was, with a mountain of chores piled -
View "Flipped" from an omniscient perspective
There was a touch of spring in the air and the gentle breeze rippled the surface of the lake. The city seemed to be bathed in brilliant sunshine, and -
A stormy but magical night
With the storm raging outside, I lay listening to Dudley's incessant snoring, the faint glow from his watch casting a dim light on my face. Counting t -
Frozen1
This is a story about love and courage. The protagonists are the two princesses of Arendelle, Elsa and Anna. At the beginning of the story, Elsa was h -
The Tortoise and the Hare
On a sunny day, a race was held in the forest. All the animals came, including the proud hare and the slow tortoise. "This race is simple," said the r