代码搜索:数字时钟程序
找到约 10,000 项符合「数字时钟程序」的源代码
代码结果 10,000
www.eeworm.com/read/174413/9588500
dat bookinfo.dat
[General Information]
书名=数字信号处理C语言程序集
作者=
页数=444
SS号=0
出版日期=
www.eeworm.com/read/166203/10029538
txt 公交语音提示(3)(数字显示程序).txt
公交语音提示(3)
//***************************数字显示程序****************************//
void Led_Display(uchar Number)
{uchar d0,d1;
d0=Number/10; //取站数的个位
d1=Number%10;
www.eeworm.com/read/139492/13153590
rar 数字锁相环设计源程序.rar
www.eeworm.com/read/306041/13753674
pdf 数字信号处理c语言程序.pdf
www.eeworm.com/read/371933/9529891
c 数字.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar LED[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; //段码值
uchar code Scan_con[8]={0xfe,0xfd,0xfb,0xf7};
ucha
www.eeworm.com/read/371933/9529892
hex 数字.hex
:03000000020003F8
:0C000300787FE4F6D8FD75811702004AF2
:08011300FEFDFBF700000000F7
:100100000A0C3F065B4F666D7D077F6F0408000099
:020110000000ED
:1000B500E4FDFCC3ED9FEC9E5015E4FBFA0BBB0081
:0F00C50
www.eeworm.com/read/371933/9529894
dsn 数字.dsn
www.eeworm.com/read/371933/9529896
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/371933/9529902
lst 数字.lst
C51 COMPILER V8.01 数字 07/24/2008 16:29:49 PAGE 1
C51 COMPILER V8.01, COMPILATION OF MODULE 数字
OBJECT MODULE PLACED IN 数字.OBJ