-
实验5
实验任务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 *p -
实验作业5
1. task1_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 * -
实验5
实验任务1 task1_1.c 代码 #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 -
实验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 *pm -
实验5
实验任务1 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 *p -
实验5
实验任务1 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 *p -
实验报告5
实验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); -
实验五
task1 task1.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 -
实验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, -
实验4
task1 (1) 1 #pragma once 2 #include <vector> 3 #include <array> 4 #include <string> 5 class GradeCalc { 6 public: 7 GradeCalc(const std::string &cname -
实验四
实验四 任务一: 代码部分: GradeCalc.hpp: #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string -
实验4
实验1 代码 GradeCalc.hpp #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string &cname); -
实验04
任务一 GradeCalc.hpp #pragma once #include<array> #include<string> #include<vector> class GradeCalc { public: GradeCalc(const std::string &cname); void i -
实验4
实验任务1 GradeCalc.hpp #pragma once #include <vector> #include <array> #include <string> class Gradecalc { public: Gradecalc(const std::string &cname); v -
实验4
#任务1 ##代码 ###GradeCalc.hpp 1 #pragma once 2 3 #include <vector> 4 #include <array> 5 #include <string> 6 7 class GradeCalc { 8 public: 9 GradeCalc(con -
实验4
实验任务一: #pragma once #include <vector> #include <array> #include <string> class GradeCalc{ public: GradeCalc(const std::string &cname); void input(int -
实验4
实验任务1: 代码: GradeCalc.hpp 1 #pragma once 2 3 #include <vector> 4 #include <array> 5 #include <string> 6 7 class GradeCalc { 8 public: 9 GradeCalc(const -
实验4
1.实验任务1 GradeCalc.hpp源码 点击查看代码 #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string -
实验4
实验任务一 #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string &cname); void input(int -
实验四
任务1 源代码 #pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string &cname); void input(in