摘要: 以下实验都在DevC++平台完成 ——————————————————————————————————————————————————————- 实验7-3 #include <stdio.h> #include <stdlib.h> #define N 10 typedef struct stud 阅读全文
posted @ 2021-01-01 11:18 Crewary 阅读(94) 评论(1) 推荐(0) 编辑
摘要: 以下实验都在DevC++平台完成 ——————————————————————————————————————————————————————- 实验6-1 #include<stdio.h> #include<stdlib.h> #include<string.h> #define N 10 // 阅读全文
posted @ 2020-12-22 22:11 Crewary 阅读(49) 评论(2) 推荐(0) 编辑
摘要: 以下实验都在DevC++平台完成 —————————————————————————————————————————————————————— 实验5-1 #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int 阅读全文
posted @ 2020-12-18 13:04 Crewary 阅读(74) 评论(3) 推荐(0) 编辑
摘要: 实验4-1 思考:不能以返回值的方式返回给主调函数,因为一元二次方程的根有两个。 —————————————————————————————————————————————————————————————— 实验4-2-1 #include <stdio.h> long long fac(int n 阅读全文
posted @ 2020-12-06 19:27 Crewary 阅读(68) 评论(2) 推荐(0) 编辑
摘要: 以下实验都在Visual Studio 2019 Preview平台完成 ——————————————————————————————————————————————————————— 实验3-1 #include <math.h> #include<stdlib.h> #include <stdi 阅读全文
posted @ 2020-11-15 20:03 Crewary 阅读(107) 评论(2) 推荐(0) 编辑
摘要: 以下实验都在Visual Studio 2019 Preview平台完成 ——————————————————————————————————————————————————————————————————————————————————————————— 实验2-1 #include<stdio. 阅读全文
posted @ 2020-11-02 19:32 Crewary 阅读(67) 评论(3) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> int main() { printf("202083450044\n2020我冲了\n"); system("pause"); return 0; } # include <stdio.h> #include<stdlib. 阅读全文
posted @ 2020-10-16 16:46 Crewary 阅读(74) 评论(2) 推荐(0) 编辑