Easyx 函数集合:
#include <graphics.h> 字头initgraph(1024, 720);初始化画布,大小可自定义loadimage(0,"文件位置和文件名");加载图片 0表示图片的左上角 放在画布的坐标 (0, 0) 的位子mciSendString("play F:\\文件位置和文件名 repeat", 0 , 0, 0);play 播放 repeat 重复IMAGE images[128];图片数组loadimage