代码搜索结果

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

textmode.c

#include #include #include #define VIDEO_BIOS 0x10 /*int 10h是bios中对视频函数的调用*/ int setfont8x8(int); /*设置不同的显示模式*/ void setstdfont(int); /*恢复成系统默认的显示模式*/ void

reg_bits.h

#ifndef __REG_BITS_2700G_ #define __REG_BITS_2700G_ /* use defines from asm-arm/arch-pxa/bitfields.h for bit fields access */ #define UData(Data) ((unsigned long) (Data)) #define Fld(Size, Shft) (((S

config.cfg

[main] ConnectString=Driver={Microsoft Access Driver (*.mdb)};DBQ=.\config\wapmo.mdb #Driver={SQL Server};Server=localhost;UID=sa;PWD=sa;Database=wapmo #Driver={Microsoft ODBC for Oracle};Server=or

_tvp51xx.h

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

_tvp51xx.h

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

_tvp51xx.h

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *

grab-ng.h

/* * next generation[tm] xawtv capture interfaces * * (c) 2001-03 Gerd Knorr * */ #include #include //#include "devices.h" //#include "list.h" ex

vga_wb_master.v.bak

///////////////////////////////////////////////////////////////////// //// //// //// WISHBONE rev.B2 compliant enhanced VGA/LCD Core

vga_wb_master.v

//synopsys translate_off `include "timescale.v" //synopsys translate_on module vga_wb_master (clk_i, rst_i, nrst_i, cyc_o, stb_o, cti_o, bte_o, we_o, adr_o, sel_o, ack_i, err_i, dat_i, sint

test_anc_demux.vhd

-------------------------------------------------------------------------------- -- test_anc_demux.vhd -- -- Testbench for ANC packet DEMUX function of the anc_edh_processor module -- -- -- --