首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴xp0213的代码贴全部
#include<conio.h>
#include<graphics.h>
#include<time.h>
#include<stdlib.h>

main()
{
int i,j;
int color[7]={0xff6633,0x0000ff,0xff3366,0x33cc7f,0x00ff00,0xff0000,0xffffff};  
    int cnt1,cnt2;

initgraph(600,480);
......................
阅读全部 | 2013年10月13日 14:43
1
xp0213