代码搜索结果

找到约 10,000 项符合 Video 的代码

tvp5150a.h

#ifndef _TVP5150A_H_ #define _TVP5150A_H_ /** @example doTVIN.c */ /** * @defgroup TVIN TVIN driver */ /**@{*/ /** * @file saa7113h.h * * @brief Interface to MX21 TVIN/SAA7113H d

mallat wavelet.ini

[mallat wavelet] server.app.propertiesEnabled=True server.ole.enabled=True server.tcp.paranoid=True server.tcp.servic="我的电脑/VI服务器" server.vi.callsEnabled=True server.vi.propertiesEnabled=True W

disc.pbw

Save Format v3.0(19990112) @begin Unchecked @end; @begin Targets 0 "video_disc.pbt"; @end; DefaultTarget "video_disc.pbt"; DefaultRemoteTarget "video_disc.pbt";

disc.pbw

Save Format v3.0(19990112) @begin Unchecked @end; @begin Targets 0 "video_disc.pbt"; @end; DefaultTarget "video_disc.pbt"; DefaultRemoteTarget "video_disc.pbt";

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

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")) == NU

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

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")) == NU

剑桥少儿英语第二级上.dst

actor['9kt2]n.男演员 actress['9ktris]n.女演员 add[9d]v.加 apartment[2'pa:tm2nt]n.公寓;居室 apple['9pl]n.苹果 April['eipr2l]n.四月 art[a:t]n.艺术 August['0:g2st]n.八月 aunt[a:nt]n.伯母,叔母,姑,姨 back[b9k]n.背后;后面 bad

scrintrp.hpp

// Base class for screen interpreter classes // public domain // by David Nugent // 3:632/348@fidonet #if !defined(_scrinterp_h) #define _scrinterp_h #include "video.hpp"