-
实验5
task1_1: 1 #include<stdio.h> 2 #define N 5 3 void input(int x[],int n); 4 void output(int x[],int n); 5 void find_min_max(int x[],int n,int *pmin,int -
实验五
task_1.1 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pma -
实验5
源代码1.1; 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *pmi -
高级语言程序设计课程第十次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C/ 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/2024C/homework/13314 学号:102300430 姓名:胡喆昶 (1) (2) (3 -
高级语言程序设计课程第十次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/2024C 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/2024C/homework/13314 学号:102400118 姓名:林嘉祚 1、 2、 没加txt后 -
实验5
任务1.1 1 #include<stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *pmin, -
实验五 继承和多态
task3 pets.hpp #pragma once #include<iostream> #include<string> using namespace std; class MachinePets { public: MachinePets(const string s); virtual -
实验5
任务1 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *pmin, i -
实验5 继承和多态
任务1: task1.cpp 1 publisher.hpp: 2 #pragma once 3 #include <iostream> 4 #include <string> 5 6 using std::cout; 7 using std::endl; 8 using std::string; -
实验五 继承和多态
1.实验任务一 publish.hpp #pragma once #include <iostream> #include <string> using std::cout; using std::endl; using std::string; // 发行/出版物类:Publisher (抽象类) -
实验5
实验1 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pmax); i -
实验五
任务一 源代码(1): #include <stdio.h>#define N 5 void input(int x[], int n);void output(int x[], int n);void find_min_max(int x[], int n, int *pmin, int *pma -
高级语言程序设计第十次个人作业
这个作业属于哪个课程: https://edu.cnblogs.com/campus/fzu/2024C 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/2024C/homework/13314 学号:102400107 姓名:陶玉兰 10.1 题目:编写 -
shiyan5
1_1 #include <stdio.h>#define N 5 void input(int x[], int n);void output(int x[], int n);void find_min_max(int x[], int n, int *pmin, int *pmax); int -
实验五
任务1 源代码 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pmax -
高级语言程序设计第十次个人作业
2024高级语言程序设计:https://edu.cnblogs.com/campus/fzu/2024C 高级语言程序设计课程第十次个人作业:https://edu.cnblogs.com/campus/fzu/2024C/homework/13314 学号:102400127 姓名:王子涵 q1 -
实验5 C语言指针应用编程
实验任务一: task1_1.c 源代码: 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], i -
2024-2025-1(20241321)《计算机基础与程序设计》第十一周学习总结
这个作业属于哪个课程 <班级的链接>(2024-2025-1-计算机基础与程序设计) 这个作业要求在哪里 <作业要求的链接>(2024-2025-1计算机基础与程序设计第十一周作业) 这个作业的目标 <深刻学习C语言,反思一周学习,温故知新> 作业正文 ... 本博客链接https://www.cn -
实验5 继承和多态
任务一 publisher.hpp #pragma once #include <iostream> #include <string> using std::cout; using std::endl; using std::string; // 发行/出版物类:Publisher (抽象类) c -
实验5
#include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pmax); int m