代码搜索:Controller

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

代码结果 10,000
www.eeworm.com/read/431460/8676142

h opb_lcd_controller.h

////////////////////////////////////////////////////////////////////////////// // // *************************************************************************** // **
www.eeworm.com/read/431460/8676143

c opb_lcd_controller.c

////////////////////////////////////////////////////////////////////////////// // // *************************************************************************** // **
www.eeworm.com/read/385629/8795695

v altmemddr_controller_phy.v

//Legal Notice: (C)2007 Altera Corporation. All rights reserved. Your //use of Altera Corporation's design tools, logic functions and other //software and tools, and its AMPP partner logic function
www.eeworm.com/read/384728/8848686

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/384728/8848925

vhd 68_alarm_controller.vhd

-- _ _ -- L ---------------------------OO-------OO--------------------------------- --
www.eeworm.com/read/285107/8868844

java applet8_controller.java

import java.awt.*; import java.applet.*; import java.awt.event.*; public class Applet8_Controller extends Applet implements MouseMotionListener{ Applet8 applet8; public void init(){ addM
www.eeworm.com/read/427429/8945474

v rs232_controller.v

module RS232_Controller(oDATA,iDATA,oTxD,oTxD_Busy,iTxD_Start, iRxD,oRxD_Ready,iCLK); input [7:0] iDATA; input iTxD_Start,iRxD,iCLK; output [7:0] oDATA; output oTxD,oTxD_Busy,oRxD_Ready;
www.eeworm.com/read/284185/8955335

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/284185/8955590

vhd 68_alarm_controller.vhd

-- _ _ -- L ---------------------------OO-------OO--------------------------------- --
www.eeworm.com/read/380828/9126785

c led controller1.c

#include #include #define uint unsigned int #define uchar unsigned char #define NOP _nop_() sbit OE=P3^4; //sbit A3=P1^7; //sbit A2=P1^6; //sbit A1=P1^5; //sbit A0=P1