代码搜索:Video Codec

找到约 10,000 项符合「Video Codec」的源代码

代码结果 10,000
www.eeworm.com/read/229069/14354356

php video.php

www.eeworm.com/read/227822/14411079

x video.x

www.eeworm.com/read/126004/14452352

htm video.htm

Video
www.eeworm.com/read/124611/14557444

txt 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
www.eeworm.com/read/124485/14565211

cpp 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;
www.eeworm.com/read/124485/14565214

h 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
www.eeworm.com/read/223818/14616635

c video.c

www.eeworm.com/read/123657/14619231

h video.h

/* * MICRO-C IBM/PC Video interface definitions * * Copyright 1989,1990 Dave Dunfield * All rights reserved. */ /* General keys */ #define _KUA 0xff80 /* Up arrow */ #define _KDA 0
www.eeworm.com/read/223321/14646041

c video.c

/* ** Sinek (Media Player) ** Copyright (c) 2001-2002 Gurer Ozen ** ** This code is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License. **
www.eeworm.com/read/122674/14676239

h video.h

// record structure used to store film and customer data struct FilmData { char filmName[32]; char customerName[32]; }; // overload "==" operator by comparing film names int operator ==