代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/294359/8235247
c keyshow.c
//正确的键盘输入程序,按键对应0----15相应的数据显示。
//注意在原来数据基础上加键入数字的进位的处理
//按键扫描延时的应用
//位选码(一)-----(四)对应(IOA8----IOA11)
//段选码a-----dp对应IOB7----IOB0
//键盘接口如图所表示
#include
unsigned int time=0;//键盘扫描
www.eeworm.com/read/294359/8235285
c display.c
//正确的程序,通过k1,k2,k3改变数码管上显示的数据,当改变的时候效果不错
#include
unsigned int count=0;
extern showval[4];
void key_scan(void);//按键扫描函数
void main()
{
Set_IOA_Dir(0x0f00);//低4位为高电平输出,送出位选码
Se
www.eeworm.com/read/294359/8236086
c spi.c
//模拟SPI通信模式
//74系列为上升沿输入和下降沿输出
//时钟为1-0-1-0
//先送出数据,再产生时钟,
#include
#include"bit.h"
void delay(void);
unsigned int a[10]={0x14,0xdd,0x38,0x98,0xd1,0x92,0x12,0xdc,0x10,0x90};
in
www.eeworm.com/read/235948/14039623
c new_flash.c
#include"spce061a.h"
#include "Flash.h"
unsigned int t,n_1,n_2,n_3,n_4,n_5,n_6,add,n;
unsigned int *q;
const unsigned int DigCode[10]={0x003F,0x0006,0x005B,
0x004F,0x0066,0x006D,0x007D,0x000
www.eeworm.com/read/159890/10593266
asm sys.asm
.include spce061.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''8
www.eeworm.com/read/264861/11297761
asm sys.asm
.include spce061.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''8
www.eeworm.com/read/157056/11742301
asm sys.asm
.include spce061.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''8
www.eeworm.com/read/223402/14642074
asm sys.asm
.include spce061.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''8
www.eeworm.com/read/474821/6808311
asm sys.asm
.include spce061.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''8
www.eeworm.com/read/417687/10980382
c apart.c
#include "SPCE061V004.h"
//IOA8-14控制6位数码管.IOB8-15为控制数码管的显示。使用动态显示)))
void Apart(apart_result,apart_solveflow)
{
const int DispTbl[10]={0x3f00,0x0600,0x5b00,0x4f00,0x6600,0x6d00,0x7d00,0x0700,0x