摘要: 1.test1 1 #include <stdlib.h> 2 #include <time.h> 3 #include <windows.h> 4 #define N 80 5 #include<stdio.h> 6 7 void print_text(int line,int col,char 阅读全文
posted @ 2023-11-05 16:29 何逸雪 阅读(29) 评论(0) 推荐(0)
摘要: 1.test 1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 374 #define N2 465 int main () { int number; int i; srand(tim 阅读全文
posted @ 2023-10-21 12:02 何逸雪 阅读(26) 评论(0) 推荐(0)
摘要: 1.实验1 源代码 1 //打印一个字符小人 2 3 #include <stdio.h> 4 int main() 5 { 6 printf(" o o \n"); 7 printf("<H> <H>\n"); 8 printf("I I I I\n"); 9 10 return 0; 11 } 阅读全文
posted @ 2023-09-30 23:41 何逸雪 阅读(22) 评论(0) 推荐(0)