-
实验三
/ #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 -
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 -
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 -
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 -
The Death Certificate
(Doctor's perspective - "The Story of an Hour") The spring afternoon was unusually warm when they called me to the Mallard house. When I entered the b -
实验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 -
实验3
1、实验任务1 task1源代码及运行结果截图: 1 #include <stdio.h> 2 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while (scanf -
20244127 2024-2025-2《Python程序设计》实验二实验报告
实验二 计算器设计 课程:《Python程序设计》 班级:2441 姓名:王晓凤 学号:20244127 实验教师:王志强 实验日期:2025年4月1日 必修/选修: 专选课 1.实验内容 (1)设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 (2)考核基本语法、判定语句、循环语 -
An Important Encounter
My Unforgettable Encounter I'm Henry Higgins, a professor of phonetics. One day, while sheltering from the rain, I met a flower girl named Eliza Dooli -
20234105 2024-2025-2 《Python程序设计》实验二报告
20234105 2024-2025-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2341 姓名: 史宇凡 学号:20234105 实验教师:王志强 实验日期:2025年4月1日 必修/选修: 公选课 1.实验内容 (1)设计并完成一个完整的应用程序,完成加减乘除 -
20244101 2024-2025-2 《Python程序设计》实验二报告
学号 2024-2025-2 《Python程序设计》实验x报告 课程:《Python程序设计》 班级:2441 姓名: 马清莹 学号:20244101 实验教师:王志强 实验日期:2025年4月7日 必修/选修: 公选课 1.实验内容 此处填写实验的具体内容; (1)设计并完成一个完整的应用程序, -
学号20242428《Python程序设计》实验二报告
课程:《Python程序设计》 班级: 2424 姓名: 虎岳 学号:20242428 实验教师:王志强 实验日期:2025年3月26日 必修/选修: 公选课 1.实验内容 (1)设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 (2)考核基本语法、判定语句、循环语句、逻辑运算等知 -
20234114 2024-2025-2 《Python程序设计》实验2报告
课程:《Python程序设计》 班级: 202341 姓名: 于家欢 学号:20234114 实验教师:王志强 实验日期:2025年4月6日 必修/选修: 专选课 1.实验内容 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 考核基本语法、判定语句、循环语句、逻辑运算等知识点 2 -
20244103 2024-2025-2 《Python程序设计》实验二报告
课程:《Python程序设计》 班级: 2441 姓名: 张乐 学号:20244103 实验教师:王志强 实验日期:2025年4月8日 必修/选修: 公选课 1.实验内容 (1)设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 (2)考核基本语法、判定语句、循环语句、逻辑运算等知识 -
20244110《Python程序设计》实验报告二
课程:《Python程序设计》 班级: 2441 姓名: 陈奕豪 学号:20244110 实验教师:王志强 实验日期:2025年4月1日 必修/选修: 公选课 (一)实验内容 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善。 考核基本语法、判定语句、循环语句、逻辑运算等知识点 (二 -
实验3
1. #include <stdio.h> #include<stdlib.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) -
20241117 《Python程序设计》实验二报告
课程:《Python程序设计》 班级: 2411 姓名: 林世源 学号:20241117 实验教师:王志强 实验日期:2025年3月26日 必修/选修: 公选课 一、实验内容 (一)设计并完成一个计算器,支持整数和复数,可以完成加、减、乘、除、对数和幂等运算,并设计简单的封面。 (二)设计一个出计算