代码搜索:Switcher

找到约 116 项符合「Switcher」的源代码

代码结果 116
www.eeworm.com/read/363919/2909621

js switcher.js

/** * @version $Id: switcher.js 10223 2008-04-19 14:45:50Z ircmaxell $ * @package Joomla * @subpackage Config * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. *
www.eeworm.com/read/361261/2947754

c switcher.c

/***************************************************************************** * switcher.c: MPEG2 video switcher module *****************************************************************************
www.eeworm.com/read/170709/9792729

cpp switcher.cpp

//Listing 6.14 // Demonstrates switch statement #include int main() { unsigned short int number; std::cout
www.eeworm.com/read/101101/15852544

class switcher.class

www.eeworm.com/read/101101/15852545

java switcher.java

//============================================================== // Switcher.java - Demonstrates switch statements // // Java学习源代码检索系统 Ver 1.0 20031015 免费正式版 // 版权所有: 中国IT认证实验室(www.ChinaITLab.com)
www.eeworm.com/read/464869/7061550

v switcher_bit .v

module switcher_bit(din1,din2,sel,dout); input din1,din2; input sel; output dout; assign dout=(sel==0)?din1:din2; endmodule
www.eeworm.com/read/440553/7687716

v switcher_bus.v

// WARNING: Do NOT edit the input and output ports in this file in a text // editor if you plan to continue editing the block that represents it in // the Block Editor! File corruption is VERY likel
www.eeworm.com/read/440553/7687766

bak switcher.v.bak

// WARNING: Do NOT edit the input and output ports in this file in a text // editor if you plan to continue editing the block that represents it in // the Block Editor! File corruption is VERY likel
www.eeworm.com/read/301711/13851471

vhd switcher_bus.vhd

-- library IEEE; use IEEE.STD_LOGIC_1164.all; entity switch_bus is generic(BUS_WIDTH:integer:=8); port(din1:in std_logic_vector(BUS_WIDTH-1 downto 0); din2:in std_logic_vector(BUS_WIDT