當前位置:編程學習大全網 - 網站源碼 - 帶括號 圖形的C語言程序

帶括號 圖形的C語言程序

#include "graphics.h"

main()

{int driver,mode,i;

float j=1,k=1;

driver=VGA;mode=VGAHI;

initgraph(&driver,&mode,"");

setbkcolor(YELLOW);

for(i=0;i<=25;i++)

{

setcolor(8);

circle(310,250,k);

k=k+j;

j=j+0.3;

}

getch();

}

  • 上一篇:大朋VR押註遊戲電競領域,跑步進入元宇宙消費市場,其發展會怎麽樣?
  • 下一篇:源碼時代的有人看到什麽比賽內容還有狀況怎麽樣啊?
  • copyright 2024編程學習大全網