代码搜索:Switcher
找到约 116 项符合「Switcher」的源代码
代码结果 116
www.eeworm.com/read/468009/6997922
gif switcher.gif
www.eeworm.com/read/464869/7061542
v switcher.v
module switcher(din1,din2,sel,dout);
input[7:0] din1,din2;
input sel;
output[7:0] dout;
assign dout=(sel==0)?din1:din2;
endmodule
www.eeworm.com/read/440553/7687717
v switcher.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/199075/7890368
cpp switcher.cpp
//Listing 6.14
// Demonstrates switch statement
#include
int main()
{
unsigned short int number;
std::cout
www.eeworm.com/read/312169/13616908
cpp switcher.cpp
//Listing 6.14
// Demonstrates switch statement
#include
int main()
{
unsigned short int number;
std::cout
www.eeworm.com/read/140180/5794162
c switcher.c
/*****************************************************************************
* switcher.c: MPEG2 video switcher module
*****************************************************************************
www.eeworm.com/read/136812/5860946
icon switcher.icon
/* Format_version=1, Width=64, Height=64, Depth=1, Valid_bits_per_item=16
*/
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
0x000
www.eeworm.com/read/136812/5861102
c switcher.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)switcher.c 1.1 92/07/30 SMI";
#endif
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Switcher.c - Switch between plane group
www.eeworm.com/read/106490/6192502
java switcher.java
//==============================================================
// Switcher.java - Demonstrates switch statements
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.ChinaITLab.com)
www.eeworm.com/read/219746/14865720
java switcher.java
import java.awt.*;
import java.applet.*;
import vrml.eai.Node;
import vrml.eai.BrowserFactory;
import vrml.eai.Browser;
import vrml.eai.field.*;
public class switcher extends Applet {
Browser brow