代码搜索:CPU卡 是什么?
找到约 10,000 项符合「CPU卡 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/150081/12316660
o os_cpu_a.o
www.eeworm.com/read/150043/12322816
vhd cpu_pack.vhd
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
PACKAGE cpu_pack IS
CONSTANT nothing : std_logic_vector(3 DOWNTO 0) := "0000";
CONSTANT zeros : std_logic_vector(3 DOWNTO 0) := "0001
www.eeworm.com/read/338012/12329154
s os_cpu_a.s
.data # 数据段声明
.extern OSIntExit
.extern OSIntEnter
.extern OSTimeTick
.extern OSTaskSwHook
.extern
www.eeworm.com/read/149969/12329155
h os_cpu.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/338012/12329188
h os_cpu.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/337890/12334309
o os_cpu_a.o
www.eeworm.com/read/337884/12334491
bak cpu_def.bak
//#define USE_PIC16F877 1
#define USE_PIC16F73 1
#define MCLK 8000000 //定义时钟频率
#if defined (USE_PIC16F877)
#include "..\demo\16F877A.h"
#device *=16
#elif defined (USE_PIC16F73)
#inc
www.eeworm.com/read/337884/12334625
h cpu_def.h
//#define USE_PIC16F877 1
#define USE_PIC16F73 1
#define MCLK 11059200 //定义时钟频率
#if defined (USE_PIC16F877)
#include "..\demo\16F877A.h"
#device *=16
#elif defined (USE_PIC16F73)
#in
www.eeworm.com/read/149903/12334733
h os_cpu.h
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/149903/12334741
asm os_cpu_a.asm
;********************************************************************************************************
; uC/OS-II
;