代码搜索:SWITCH

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

代码结果 10,000
www.eeworm.com/read/346994/11706254

c switch.c

/* Demonstrates the switch statement. */ #include int main( void ) { int reply; puts("Enter a number between 1 and 5:"); scanf("%d", &reply); switch (reply)
www.eeworm.com/read/346994/11706262

exe switch.exe

www.eeworm.com/read/157086/11740265

java switch.java

//An improved version of the season program class Switch{ public static void main(String args[]){ int month=4; String season; switch (month){ case 12: case 1: case 2: System.out.println("Apri
www.eeworm.com/read/157086/11740272

class switch.class

www.eeworm.com/read/259452/11789917

vhd switch.vhd

-- 库声明 library IEEE; use IEEE.STD_LOGIC_1164.all; -- 实体声明 entity switch is port ( din1 : in STD_LOGIC; din2 : in STD_LOGIC; sel : in STD_LOGIC; dout : out STD_LO
www.eeworm.com/read/259319/11808156

vhd switch.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity switch is port ( ch :in std_logic; i1 :in std_logic; i2 :in std_logic; o1 :out std_logic;
www.eeworm.com/read/155798/11847468

inc switch.inc

www.eeworm.com/read/344932/11851837

h switch.h

// Switch.h: interface for the CSwitch class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SWITCH_H__0FBEDC10_8E1D_48D8_9448_6A417E94B455__INCLUDED_)
www.eeworm.com/read/344932/11851855

cpp switch.cpp

// Switch.cpp: implementation of the CSwitch class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "DrawChip.h" #include "Switch.h" #i
www.eeworm.com/read/258097/11885873

h switch.h

#ifndef __SWITCH_H__ #define __SWITCH_H__ //-------------------------------- // Video input Format //-------------------------------- #define _1080i #define K_nosignal 0x80 #define K_NT