- 博客(2)
- 收藏
- 关注
原创 C语言制作飞机大战
C语言制作飞机大战 #include "stdio.h" #include "stdlib.h" #include "conio.h" #include "windows.h" int px,py; int bx,by; int ex,ey; int high,width; int score; int ispause=0; int time=100; int level=0; void go...
2019-09-17 22:29:29
752
原创 约瑟夫环第一次自我实践
约瑟夫环第一次自我实践 (JAVA实践) 有500个小朋友, 围成一个圈,从第一个 开始数1, 数到3的小朋 友退出,后面继续从1 开始数,数到3的小朋 友退出, 这样执行下去, 最后留下的小朋友是哪 个?用数组模拟。 程序要求:需要有注释, 包括变量的定义。 public static void main(String[] args) { // TODO Auto-generated meth...
2019-09-17 22:11:47
181
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人