代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
switch.lnp
"Switch_read.obj"
TO "Switch"
RAMSIZE(256)
switch.cpp
#include
#include
using namespace std;
/*main information*/
void info()
{
cout
switch.cpp
#include
#include
#include
using namespace std;
cl switch.cpp;
debugger -i permtree.cpp permtree.exe -noconstraint;
class Node
{
friend class stack;
public:
i
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
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