代码搜索:数字时钟程序

找到约 10,000 项符合「数字时钟程序」的源代码

代码结果 10,000
www.eeworm.com/read/27603/866800

txt 程序清单与注释.txt

;按键为常开按键,按键抬起时,单片机管脚为高电平;按键按下,单片机管脚为低电平 ;低电平所对应的LED将被点亮,由硬件连接方式决定 .include "m16def.inc" ;文件头,其中包含ATmega16芯片的硬件资源定义,针对ATmega16的 ;程序一般需要有此指令。 .org $0000 ;org
www.eeworm.com/read/27757/867492

txt 语音录放模块程序.txt

1. SPI口通信模块 (1)下面为初始化部分的代码程序。 void SPI_Init(void) { TRISB=0xe1; //设置PORTB数据方向寄存器 PORTB=0x80; //设置PORTD } (2)以下程序SPI总线读写功能,data既是向SPI写入的数据,也是从SPI中读取的数据,返回给函数。 unsigned
www.eeworm.com/read/27757/867493

txt 其它程序代码.txt

其它程序代码 // 字节的比特顺序高低交换 unsigned char ByteSwap(unsigned char chrIn) { unsigned char chrTemp; unsigned char chrOut; int i; chrOut = 0; for(i = 0;i < 8;i++)
www.eeworm.com/read/28786/873743

opt 内部测试程序.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/41255/919504

bak 程序_uv2.bak