代码搜索结果
找到约 21,386 项符合
Switch 的代码
switch lamp.lst
A51 MACRO ASSEMBLER SWITCH_LAMP 07/23/2006 17:21:24 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Switch Lamp.OBJ
ASSEMB
multi switch.lnp
"Multi Switch.obj"
TO "Multi Switch"
multi switch.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Opti
multi switch.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\17 multi Switch\Multi Switch.uv2
Project File Date: 07/24/2006
multi switch.lst
A51 MACRO ASSEMBLER MULTI_SWITCH 07/24/2006 08:19:33 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Multi Switch.OBJ
ASSEM
switch.cpp
// switch.cpp -- use the switch statement
#include
using namespace std;
void showmenu(); // function prototypes
void report();
void comfort();
int main()
{
showmenu();
in
switch.java
//A simple switch statement
class Switch
{
public static void main(String args[])
{
for(int i=0; i
switch.java
//A simple switch statement
class Switch
{
public static void main(String args[])
{
for(int i=0; i
switch.jhd
MODULE switch
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