代码搜索结果
找到约 10,000 项符合
Video 的代码
video.xpm
/* XPM */
static char * video_xpm[] = {
"14 14 7 1",
" c None",
". c #000000",
"+ c #CCCCCC",
"@ c #333333",
"# c #666666",
"$ c #FFFFFF",
"% c #999999",
".++.......++.@",
".++.####$.++.@",
"....#%%%
video.htm
Video
video.txt
aashiqui ; 3 3
dil ; 5 4
dil_say ; 3 3
dil_to_pagal_hai ; 4 4
hum_dil_day_chukay_sanam ; 3 3
karma ; 5 5
SHARABEE ; 3 3
video.cpp
#include "video.h"
typedef unsigned long DWORD;
static DWORD _inpd(int portnum);
static DWORD _outpd(int portnum, DWORD val);
unsigned long VIDDID(int iBus, int iDevice);
FILE *fpE;
FILE *fpC;
video.h
#ifndef __video
#define __video
#include
#include
#include
#include
#include
#define RGB(r,g,b) (((r)/8)*2048+((g)/4)*32+(b)/8)
int Graph_M