代码搜索:COde
找到约 10,000 项符合「COde」的源代码
代码结果 10,000
www.eeworm.com/read/444251/7615600
cnf code.cnf
www.eeworm.com/read/444251/7615601
fit code.fit
-- MAX+plus II Compiler Fit File
-- Version 10.2 07/10/2002
-- Compiled: 01/01/2009 16:56:38
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/444251/7615602
acf code.acf
--
-- Copyright (C) 1988-2002 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/444251/7615603
ndb code.ndb
www.eeworm.com/read/443599/7630304
h code.h
#ifndef _CODE_H_
#define _CODE_H_
#define pc 7
#define mp 6
#define gp 5
#define ac 0
#define ac1 1
void emitComment( char * c );
void emitR
www.eeworm.com/read/443599/7630318
c code.c
#include "globals.h"
#include "code.h"
static int emitLoc = 0 ;
static int highEmitLoc = 0;
void emitComment( char * c )
{ if (TraceCode) fprintf(code,"* %s\n",c);}
www.eeworm.com/read/442320/7655224
gif code.gif
www.eeworm.com/read/442305/7655906
gif code.gif
www.eeworm.com/read/441614/7668194
txt code.txt
经过前几个实验的基础,做这个实验就轻松多了。
本实验的功能是:通过timer0每0.5s产生一个中断,在中断服务程序里改变LED的状态。
实验源程序:
启动程序:
.text
.global _start
_start:
b Reset
HandleUndef:
b HandleUndef @未定义指令终止模式
HandleSWI:
b HandleSWI @管理模
www.eeworm.com/read/441595/7668443