代码搜索:Controller

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

代码结果 10,000
www.eeworm.com/read/316450/13522537

vhd 35_ram_controller.vhd

library ieee; use ieee.std_logic_1164.all; entity memory_control is port ( clk,w_rb,ads_b,cs1 : in bit; rdy_b,we_b,cs_b : out bit := '1'); end memory_control; archit
www.eeworm.com/read/313017/13598271

bak alarm_controller.vhd.bak

library ieee; use ieee.std_logic_1164.all; use work.p_alarm.all; entity alarm_controller is port( key: in std_logic; alarm_button: in std_logic; time_button : in std_logic; clk : in
www.eeworm.com/read/303770/13809615

c ddi_display_controller.c

//////////////////////////////////////////////////////////////////////////////// //! \addtogroup ddi_display //! @{ // // Copyright (c) 2004-2005 SigmaTel, Inc. // //! \file ddi_display_controll
www.eeworm.com/read/302520/13833369

bak controller_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,2,
www.eeworm.com/read/148721/5710082

m q3controller.m

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena sourc
www.eeworm.com/read/148721/5710085

h q3controller.h

/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena sourc
www.eeworm.com/read/132649/5911805

hpp sel_list_controller.hpp

/* * =========================================================================== * PRODUCTION $Log: sel_list_controller.hpp,v $ * PRODUCTION Revision 1000.3 2004/04/12 18:16:13 gouriano * PRODUC
www.eeworm.com/read/113668/6127018

h netobject_controller_generic.h

/* $Id: netobject_controller_generic.h,v 1.10 2003/11/11 10:13:25 grumbel Exp $ ** ** ClanLib Game SDK ** Copyright (C) 2003 The ClanLib Team ** For a total list of contributers see the file
www.eeworm.com/read/113668/6127020

cpp netobject_controller_generic.cpp

/* $Id: netobject_controller_generic.cpp,v 1.4 2003/07/20 22:34:39 grumbel Exp $ ** ** ClanLib Game SDK ** Copyright (C) 2003 The ClanLib Team ** For a total list of contributers see the file
www.eeworm.com/read/493559/6395440

v sd_controller_top.v

`include "SD_defines.v" module SD_CONTROLLER_TOP( // WISHBONE common wb_clk_i, wb_rst_i, wb_dat_i, wb_dat_o, // WISHBONE slave wb_adr_i, wb_sel_i, wb_we_i, wb_cyc_i, wb_stb_i, wb_ack_o,