摘要:
#include <graphics.h>#include <time.h>#include <conio.h>void main(){ // 设置随机函数种子 srand((unsigned) time(NULL));// 初始化图形模式 initgraph(640, 480);int x, y; char c;setfont(16, 8, "Courier"); // 设置字体while(!kbhit()) { for (int i=0; i<479; i++) { setcolor(GREEN); for (int j=0; 阅读全文
posted @ 2012-03-17 12:40
fengshaohua
阅读(639)
评论(0)
推荐(0)
浙公网安备 33010602011771号