摘要:
关于第四次实践课作业 实验结论 task1.c 验证数组的特性:类型相同、有序存放 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 #define N 4 4 #define M 2 5 void test1(); 6 void tes 阅读全文
摘要:
关于第三次实践课作业 实验结论 task1.c 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 char score_to_grade(int score); 4 int main() { 5 int score; 6 char gra 阅读全文
摘要:
关于第二次实践课作业 实验结论 task1.c 1 #include<stdio.h> 2 #include<time.h> 3 int main() 4 { 5 const int N = 5; 6 const int N1 = 397; 7 const int N2 = 476; 8 const 阅读全文
摘要:
关于第一次实践课作业 实验结论 task1_1.c 1 #include<stdio.h> 2 #include<stdlib.h> 3 int main() 4 { 5 printf(" O \n"); 6 printf("<H>\n"); 7 printf("I I\n"); 8 printf( 阅读全文