帮解析一下
#include <system.h>
main()
{
int i;
char *scrbuf=(char *)0x280;
for(i=0;i<85;i++) scrbuf='+';
UpdateLCD(0x00);
gotoxy(2,2);
getchar();
move(2,2);
getchar();
return 0;
}
它用来干什么的,能叫详细的解释一下么,真的不懂
#include <system.h>
main()
{
int i;
char *scrbuf=(char *)0x280;
for(i=0;i<85;i++) scrbuf='+';
UpdateLCD(0x00);
gotoxy(2,2);
getchar();
move(2,2);
getchar();
return 0;
}
它用来干什么的,能叫详细的解释一下么,真的不懂
搜索更多相关主题的帖子:
解析





2008-10-8 07:30

