-
实验2_C语言分支与循环基础应用编程
一、实验结论 1、实验任务1 task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为 -
实验2
task1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); // 以当前系统时间作为随机种子 for(i = 0; -
实验2 C语言分支与循环基础应用编程
实验结论 任务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 -
BIRTH
The beginning of life is like searching for a direction in the vast ocean. My mother gave me life, and I saw the lighthouse in the misty sea. And then -
可行性分析
第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 -
实验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; -
20242825 2024-2025-2 《网络攻防实践》第三周作业 (2)
@目录一. 实验内容1.1 实验内容概述1.2 实验相关知识概述二. 实验过程2.1 动手实践tcpdump2.1.1 实验要求2.1.2 实验过程展示2.1.3 所使用网址链接2.2 动手实践Wireshark2.2.1 实验要求2.2.2 实验过程展示1. 你所登录的BBS服务器的IP地址与端口 -
python 实验一(20241116魏铼)
课程:《Python程序设计》 班级: 2411 姓名: 魏铼 学号:20241116 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能;(编写书中的程序,并进行调试分析,要有过程) 3.下载py -
实验2
1 实验任务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)); / -
A Warm Light in My Life
My best friend is a person who always brings light to my life.She has a warm smile that can brighten even the gloomiest of days.Her kindness is eviden -
实验二
实验任务1 task1.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(time -
20243310 2024-2025-2 《Python程序设计》实验一报告
python 实验一(20243310倪昊) 课程:《Python程序设计》 班级: 2433 姓名: 倪昊 学号:20243310 实验教师:王志强 实验日期:2025年3月19日 必修/选修: 公选课 1.实验内容 1.熟悉Python开发环境; 2.练习Python运行、调试技能;(编写书中的 -
20242942 2024-2025-2 《网络攻防实践》实验三
1.实验内容 (1)动手实践tcpdump 使用tcpdump开源软件对在本机上访问www.tianya.cn网站过程进行嗅探,回答问题:你在访问www.tianya.cn网站首页时,浏览器将访问多少个Web服务器?他们的IP地址都是什么? (2)动手实践Wireshark 使用Wireshark开 -
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 -
实验2-202413350047 高杨洋
四、实验结论 Task1 A1:生成一个1到100之间的随机数A2:生成一个4位整数,不够的位数用0来补A3:随机生成5个204900420001到204900420100之间的整数 Task2 A1:每次购买后把总金额数清零,如果去掉,每次购买的总金额会累加A2:使用break会直接终止循环,使用 -
An important person
When I first met Mr. Li, my high school English teacher, I didn’t think much of him. He was quiet, with a slightly wrinkled shirt and glasses that alw -
20244120 2024-2025-2 《Python程序设计》实验1报告
20244120 2024-2025-2 《Python程序设计》实验一报告 课程《Python程序设计》 班级:202441 姓名:段梦涵 学号:20244120 实验教师:王志强 实验日期:2025年3月18日 必修/选修:公选课 1.实验内容 1. 熟悉Python开发环境,本次使用Pycha -
20242421 2024-2025-2 《Python程序设计》实验2报告
课程:《Python程序设计》 班级:2424 姓名:张骜阳 学号:20242421 实验教师:王志强 实验日期:2024年3月26日 必修/选修:公选课 1.实验内容 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善; 考核基本语法、判定语句、循环语句、逻辑运算等知识点。 2. 实 -
20243313实验一《Python程序设计》实验报告
课程:《Python程序设计》 班级: 2433 姓名: 赖悦 学号:20243313 实验教师:王志强 实验日期:2025年3月12日 必修/选修: 公选课 一.实验内容 熟悉Python开发环境; 练习Python运行、调试技能;(编写书中的程序,并进行调试分析,要有过程) 编写程序,练习变量和 -
实验2
task1 #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) { nu