代码搜索结果

找到约 20,731 项符合 Video 的代码

root

:ext:lygong@cvs.helixcommunity.org:/cvsroot/video

root

:ext:lygong@cvs.helixcommunity.org:/cvsroot/video

root

:ext:lygong@cvs.helixcommunity.org:/cvsroot/video

root

:ext:lygong@cvs.helixcommunity.org:/cvsroot/video

root

:ext:lygong@cvs.helixcommunity.org:/cvsroot/video

ntensity.c

#include void main(void) { clrscr(); highvideo(); cprintf("This text is high video\r\n"); lowvideo(); cprintf("This text is low video\r\n"); normvideo();

scr_poke.c

#include #include #define VIDEO 0xB800 // CGA base void main(void) { FILE *fp; int offset; char value; if ((fp = fopen("SAVE_SCR.DAT", "rb")) == NULL

file_scr.c

#include #include #define VIDEO 0xB800 // CGA base void main(void) { FILE *fp; int offset; if ((fp = fopen("SAVE_SCR.DAT", "wb")) == NULL) printf("

video.s

/* video.S * * Display adapter & video mode setup, version 2.13 (14-May-99) * * Copyright (C) 1995 -- 1998 Martin Mares * Based on the original setup.S code (C) Linus Torvalds and Mat

video.s

/* video.S * * Display adapter & video mode setup, version 2.13 (14-May-99) * * Copyright (C) 1995 -- 1998 Martin Mares * Based on the original setup.S code (C) Linus Torvalds and Mat