专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅

如果这里解决不了您遇到的实际问题,请到老妖社区问问老妖们如何解决
#include \"graphics.h\"#include \"stdlib.h\"#include \"stdio.h\"#include \"fcntl.h\"#include \"dos.h\"union REGS r;struct MOUSE{int getit;int x1;int y1;int x2;int y2;}ms;void MSB(float,float,float,float,int,int,int,int,int);void mouse_drop(struct MOUSE *in); /*定义鼠标拖动的函数,通过鼠标的按下、放开... [阅读全文] [PDF]
1 共1条 分1页