代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.java
package com.javapatterns.command.lightandfan;
public class Switch {
private Command UpCommand, DownCommand;
public Switch( Command Up, Command Down) {
UpCommand =
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.cc
#include
using namespace std;
int main()
{
int n;
cout > n;
switch(n){
case 1:
cout
switch.h
// switch.h : main header file for the SWITCH application
//
#if !defined(AFX_SWITCH_H__B21A70F4_7F31_11D2_BE4E_0000216A06C9__INCLUDED_)
#define AFX_SWITCH_H__B21A70F4_7F31_11D2_BE4E_0000216A06C9
switch.dsp
# Microsoft Developer Studio Project File - Name="switch" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
switch.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////