实验三
摘要:#实验三 ##实验任务1 ###实验代码 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, cha
阅读全文
实验2
摘要:## 实验任务1 ### 实验代码 ``` #include #include #include #define N 5 #define R1 586 #define R2 701 int main(){ int number; int i; srand( time(0) );//以当前系统时间作为
阅读全文
实验1
摘要:实验任务1 实验代码 #include <stdio.h> int main() { printf(" 0 0\n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0; } 实验结论 实验任务2 实验代码 // 1+2+3+...+n(设n的取
阅读全文