代码搜索:SWITCH

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

代码结果 10,000
www.eeworm.com/read/380937/9121887

c switch.c

# include void main() { int num; /* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */ int indiv, ten, hundred, thousand; int ten_thousand, hundred_thousand, place; printf("请输入一个整数(0~99
www.eeworm.com/read/380734/9130393

h switch.h

#if !defined(AFX_SWITCH_H__0660F0D5_10DF_4750_A1B2_8BD35D4F9A62__INCLUDED_) #define AFX_SWITCH_H__0660F0D5_10DF_4750_A1B2_8BD35D4F9A62__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_
www.eeworm.com/read/380734/9130428

cpp switch.cpp

// Switch.cpp : implementation file // #include "stdafx.h" #include "dsACD_IVR.h" #include "Switch.h" #include "dsACD_IVRDoc.h" #include "dsACD_IVRView.h" #ifdef _DEBUG #define new DEBUG
www.eeworm.com/read/379463/9196542

vhd switch.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity switch is Port ( vgadd : in std_logic_vector(14 downto 0); conva
www.eeworm.com/read/377523/9273274

java switch.java

//: c10:Switch.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. public class Switch { boolean state = false; boolean read
www.eeworm.com/read/377279/9284551

inc switch.inc

www.eeworm.com/read/180461/9306259

html switch.html

www.eeworm.com/read/180461/9306475

html switch.html

www.eeworm.com/read/375179/9370082

h switch.h

#define NU_SEM_EN 1 #define NU_QUEUE_EN 1 #define NU_MAILBOX_EN 1 #define NU_PIPE_EN 1 #define NU_EVENT_GROUP_EN 1 #define NU
www.eeworm.com/read/179007/9379195

java switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command UpCommand, DownCommand; public Switch( Command Up, Command Down) { UpCommand =