词条 | textmode |
释义 | 函数名: textmode 功 能: 将屏幕设置成文本模式 用 法: void textmode(int mode); 头文件: conio.h 程序例: #include <stdio.h> #include <conio.h> int main(void) { textmode(BW80); cprintf("BW80"); getch(); textmode(C80); cprintf("C80"); getch(); textmode(BW40); cprintf("BW40"); getch(); textmode(C40); cprintf("C40"); getch(); textmode(MONO); cprintf("MONO"); getch(); return 0; } |
随便看 |
|
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。