代码搜索结果
找到约 10,000 项符合
Switch 的代码
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 V8.08 TASK_SWITCH 01/17/2009 15:09:00 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE TASK_SWITCH
NO OBJECT MODULE RE
task_switch.c
/*******************************************************
*************基于51内核的圈圈操作系统*****************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
Task_Switch.c file
Created by Computer-lov
Date: 2005.10.27
task_switch.src
; .\task_switch.SRC generated from: task_switch.C
; COMPILER INVOKED BY:
; D:\Keil\C51\BIN\C51.EXE task_switch.C BROWSE DEBUG OBJECTEXTEND SRC(.\task_switch.SRC)
$NOMOD51
NAME TASK_SWIT
task_switch.__i
"task_switch.C" BROWSE DEBUG OBJECTEXTEND SRC (.\task_switch.SRC)
switch_bus.jhd
MODULE switch_bus
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
switch.rc2
//
// SWITCH.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
switch-old.s
/* switch.s
* Machine dependent context switch routines. DO NOT MODIFY THESE!
*
* Context switching is inherently machine dependent, since
* the registers to be saved, how to set up an initi