-
实验四
程序一 include < stdio.h> include < stdlib.h>int main() double a,b,c; scanf("%1f %lf %lf",&a, &b,&c); if(a+b>cssa+c>b&&b+c>a) if(a== b&&a== c) printf("构成 -
实验4
++实验任务1 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("si -
20232223 实验三《Python程序设计》实验报告
学号 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2322 姓名: 夏韵诗 学号:20232223 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客户请求。客户 -
20241305 2025-2026-2 《Python程序设计》实验三报告
20241305 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2413 姓名: 姚航 学号:20241305 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 1.1实验内容 创建服务端和客户端,服务端在特定 -
20254225 2025-2026-2 《Python程序设计》实验三报告
学号 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2542 姓名: 侯九州 学号:20254225 实验教师:王志强 实验日期:2026年4月28日 必修/选修: 公选课 实验内容 本次实验围绕Python Socket套接字网络通信展开,核心 -
实验4
实验内容 任务1 源代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", siz -
实验四
任务一: #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", sizeof(x)); -
20252801 2025-2026-2 《网络攻防实践》实践九报告
1.实践内容 本次实践的对象是一个名为pwn1的linux可执行文件。 该程序正常执行流程是:main调用foo函数,foo函数会简单回显任何用户输入 的字符串。 该程序同时包含另一个代码片段,getShell,会返回一个可用Shell。正常情况下这个代码是不会被运行的。我们实践的目标就是想办法运行 -
实验四
task1 源代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = { 1, 9, 8, 4 }; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", size -
4.29作业
实验任务1 代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeo -
实验4
任务1 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 printf("sizeof(x) = %d\n", sizeof( -
实验4
实验任务1 点击查看代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", sizeof(x)); for (i = -
实验4
任务1 源代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeo -
实验4
实验任务1 源代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("siz -
实验4
试验任务1 代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1(){ 7 int x[N] = {1,9,8,4}; 8 int i; 9 10 printf("sizeof -
实验四
任务一 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeof -
20254110 2025-2026-2 《Python程序设计》实验3报告
20254110 2025-2026-2 《Python程序设计》实验3报告 课程:《Python程序设计》 班级: 2541 姓名: 杨永恒 学号:20254110 实验教师:王志强 实验日期:2026年4月28日 必修/选修: 专选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客 -
实验4
实验4 task1 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("size -
20253908 2025-2026-2 《网络攻防实践》实践7报告
1. 实践内容 本次实践主要围绕 Linux 系统远程渗透测试与攻防对抗 展开,注重将课堂理论知识与实际操作相结合,逐步构建并完善了 Linux 攻防相关的知识体系。 在理论学习方面,我重点了解了 Linux 系统中 Samba 服务 的运行机制,并进一步分析了 Usermap_script 安全漏 -
实验4_C语言数组应用编程
实验结论: task1.c 源代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1() { 7 int x[N] = {1, 9, 8, 4}; 8 int i; 9 pri