📄 mainfile.c
字号:
/* 本程序需要C:\\WIN-TC\\CCDOS\\ccdos.exe和e:\\ctest\\ctest.txt支持 */
#include"Stdio.h"
#include"Conio.h"
#include"time.h"
#include"FileIO.c"
#include"mouse.c"
#include"keyboard.c"
#include"Manage5.c"
void gotoxy(int x,int y)
{
_AH=2;
_BH=0;
_DH=x;
_DL=y;
geninterrupt(0x10);
}
int main(void)
{int x=100,y=100,i;
system("C:\\WIN-TC\\Ccdos\\ccdos.exe");
for(i=0;i<2000;i++)
{
printf(" ");
}
gotoxy(5,24);
printf("*** 请 选 择 输 入 法 ***");
gotoxy(12,29);
printf("ALT + F4 五笔");
gotoxy(30,30);
while(getch()!=13){;}
init_realcolor();
MouseMath();
resetmouse();
setmousemaxx(0,MAXX);
setmousemaxy(0,MAXY);
mousespeed(8,8);
getmousecorrds(&amt;mousex,&amt;mousey);
ShowFengmian();
ReadPsw();
while(1)
{
x=ShowFace();
if(x==1)
ShowTalkBox();
if(x==2)
ShowManageWindow();
if(x==0)
break;
}
freechain(MainHead);
exit_realcolor(0x03);
return 0;
chinashow24(cs1,923,500,4,88,235,5,0,2,2);
getch();
Mred=4;Mgreen=88;Mblue=235;
SmoothMoving(920,500,120,48,800);
getch();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -