10 2023 档案

实验三
摘要:实验3.1 实验3.1源码 #include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[ 阅读全文

posted @ 2023-10-31 09:43 Awayfyforever 阅读(19) 评论(0) 推荐(0)

实验2
摘要:实验2.1 实验2.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( t 阅读全文

posted @ 2023-10-16 22:12 Awayfyforever 阅读(20) 评论(0) 推荐(0)

实验1
摘要:实验1.1 实验1.1源代码 #include<stdio.h> #include<stdlib.h> int main() { printf(" O O \n"); printf("<H> <H>\n"); printf("I I I I\n"); system("pause"); return 阅读全文

posted @ 2023-10-05 00:54 Awayfyforever 阅读(30) 评论(0) 推荐(0)

导航