代码搜索结果

找到约 10,000 项符合 Switch 的代码

switch_bus.vhd

-- 库声明 library IEEE; use IEEE.STD_LOGIC_1164.all; -- 实体声明 entity switch_bus is -- 类属参数 generic ( BUS_WIDTH : integer := 8 ); -- 总线宽度 port ( din1 : in std_logic_vector(BUS_WIDTH-1 d

eth_switch.h

/* * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Virtual Ethernet switch definitions. */ #ifndef __ETH_SWITCH_H__ #define __ETH_SWITCH_H__ #include

eth_switch.c

/* * Cisco router simulation platform. * Copyright (c) 2006 Christophe Fillot (cf@utc.fr) * * Virtual Ethernet switch with VLAN/Trunk support. */ #include #include #include

lc-switch.h

/* * Copyright (c) 2004-2005, Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted pr

path_switch.c

#include #include "f2rc7860.h" #include "rc7860.h" #include "ep1k50.h" #include "cmd_para_save.h" unsigned char xdata path_switch_state[63] = {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,

path_switch.lst

C51 COMPILER V7.50 PATH_SWITCH 03/10/2006 16:35:33 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE PATH_SWITCH OBJECT MODULE PLACE

task_switch.h

/******************************************************* 本程序只供学习使用,未经作者许可,不得用于其它任何用途 Task_Switch.h file Created by Computer-lov Date: 2005.10.27 Edit date:2006.2.24 Version V1.1 Copyrig

task_switch.lst

C51 COMPILER V7.06 TASK_SWITCH 02/25/2006 14:24:58 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE TASK_SWITCH OBJECT MODULE PLACE

task_switch.c

/******************************************************* *************基于51内核的圈圈操作系统***************** 本程序只供学习使用,未经作者许可,不得用于其它任何用途 Task_Switch.c file Created by Computer-lov Date: 2005.10.27