代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/294359/8234881
c main.c
//从机红外发送数据的程序
//定义'准备好'的数据格式为:主机系统原码--1111,数据原码--1111
//定义'确认'信号的格式为:主机系统原码--1111,数据原码--0000
#include
#include"TX.h"
unsigned int data_ready=0x0f0f;
unsigned int data_error=0x0f0
www.eeworm.com/read/294359/8235304
c isr~2.c
#include
extern i;
unsigned int k=0;
unsigned int j=0;
unsigned int value1[4]={0x0007,0x000b,0x000d,0x000e};
unsigned int value2[4]={0x000e,0x000d,0x000b,0x0007};
void IRQ6(void)
www.eeworm.com/read/294359/8235320
c key.c
//正确的键盘程序,接口如图所示
#include"spce061a_chf.h"
unsigned int keyval=0x0000;
unsigned int temp=0;
unsigned int ksp[4]={0x007f,0x00bf,0x00df,0x00ef};
unsigned int keycode[16]={0x0077,0x007b,0x007d,0x007e
www.eeworm.com/read/294359/8235372
c uartisr.c
//利用串口中断进行发送和接收数据。先是接收从计算机发来的数据然后再发送到计算机上。
#include
int main()
{
Set_IOB_Dir(0x0400);//IOB7-输入,IOB10-输出
Set_IOB_Attrib(0x0480);
Set_IOB_Data(0x0080);
asm("int off");
www.eeworm.com/read/294359/8235515
c zuopin3.c
//认真研究时序图,按时间顺序操作硬件
//针对HJD162A型号的lcd显示器
//IOA0--rs,IOA1--rw,IOA2--E,IOA8~OA15--DB0~DB7,IOB0--key1,IOB1--key2;
#include
#define Uint unsigned int
typedef struct
{
Uint bit0 :
www.eeworm.com/read/202316/15386844
c w.c
//×把所有的程序都放在一起,看着不方便。*//
//*程序功能:显示一副汉字和一副图像*//
//*使用液晶:OCMJ4X8C(128*64,内置中文字库//
//单片机:SPCE061A//
//*v0.1 版本*//
//*2007.4.15*//
/*准备扩展功能: 1。实现汉字动态显示
2。图形的动态显示*/
//#i nclude "b
www.eeworm.com/read/387711/8658323
asm sys.asm
.include spce061a.inc
.include s480.inc
.external _uiQuarterSecondCnt;
.DATA
C_Address: .DW 0x3fcf,0x06cf,0x5bcf,0x4fcf, 0x66cf,0x6dcf,0x7ccf,0x07cf,0x7fcf,0x6fcf;//'0''1''2''3''4''5''6''7''
www.eeworm.com/read/228377/14387791
c 12ad7841.c
#include "SPCE061A.h"
unsigned int shuma[]={unsigned int shuma[]={0x003F,0x0006,0x005B,0x004F,0x0066,0x006D,0x007D,0x0007,0x007F,0x006F,0x006f};
//入口参数 选择AD的通道
unsigned int ADS7841(unsign
www.eeworm.com/read/294359/8235234
c keyshow~2.c
//正确的键盘输入程序,按键对应0----15相应的数据显示。
//注意在原来数据基础上加键入数字的进位的处理
//按键扫描延时的应用
//位选码(一)-----(四)对应(IOA8----IOA11)
//段选码a-----dp对应IOB7----IOB0
//键盘接口如图所表示
#include
unsigned int time=0;//键盘扫描
www.eeworm.com/read/294359/8235237
c keyshow~1.c
//正确的键盘输入程序,按键对应0----15相应的数据显示。
//注意在原来数据基础上加键入数字的进位的处理
//按键扫描延时的应用
//位选码(一)-----(四)对应(IOA8----IOA11)
//段选码a-----dp对应IOB7----IOB0
//键盘接口如图所表示
#include
unsigned int time=0;//键盘扫描