摘要: 实验1 功能:在屏幕上随机位置打印 hi ,April~ // hi april~ #include<stdio.h> #include<stdlib.h> #include<time.h> #include<windows.h> # define N 80 void print_text(int 阅读全文
posted @ 2023-04-03 14:07 mamammmm 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 实验1:生成随机码 问题:1.生成586 ~701之间的随机数 2.生成202283300586~202283300701的随机码 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define R1 586 #de 阅读全文
posted @ 2023-03-22 21:13 mamammmm 阅读(25) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main() { printf(" O O\n"); printf("<H> <H>\n"); printf("I I I I\n"); return 0;} 实验1——1 实验1——2 #include<stdio.h> int main() { pri 阅读全文
posted @ 2023-03-05 15:16 mamammmm 阅读(542) 评论(0) 推荐(0) 编辑