代码搜索结果
找到约 21,386 项符合
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
switch.cpp
// switch box routing
#include
#include "stack.h"
bool CheckBox(int net[], int n)
{// Determine whether the switch box is routable.
Stack *s = new Stack (n);
/
switch.out
Type number of pins in switch box
Type net numbers for pins 1 through 8
Switch box is routable
switch.cpp
// switch box routing
#include
#include "stack.h"
bool CheckBox(int net[], int n)
{// Determine whether the switch box is routable.
Stack *s = new Stack (n);
/
switch.out
Type number of pins in switch box
Type net numbers for pins 1 through 8
Switch box is routable
c-switch.c-
/*
* test switch statement
*
*
*/
int main()
{
char a;
a='t';
switch(a){
case 1: a++;break;
case 2: a+=2; break;
case 't': a='q'; break; // so, a should be 'q'
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
switch.c
/************************************************
* *
* SWITCH.C: Switch Input Video Sources *
* *
********************************
switch.lst
C51 COMPILER V6.23a SWITCH 09/10/2004 16:09:02 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE SWITCH
OBJECT MODULE PLACED IN