代码搜索:数字中频
找到约 10,000 项符合「数字中频」的源代码
代码结果 10,000
www.eeworm.com/read/460060/7258463
数字电压表
www.eeworm.com/read/457829/7317310
doc 数字钟.doc
www.eeworm.com/read/456941/7336524
c 数字钟.c
//ICC-AVR application builder : 2009-3-11 12:47:48
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x00;
DDRB = 0x00;
PORTC
www.eeworm.com/read/456941/7336526
s 数字钟.s
.module _数字钟.c
.area text(rom, con, rel)
.dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_数字钟\数字钟.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dblin
www.eeworm.com/read/456941/7336527
prj 数字钟.prj
[Compiler Options]
Edit1=
Edit2=
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=14
RadioGroup1=0
Edit15=
CheckBox6=0
Edit1
www.eeworm.com/read/456941/7336529
mak 数字钟.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x2000 -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0
www.eeworm.com/read/456941/7336530
dbg 数字钟.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_数字钟\
FILE 数字钟.c
FUNC port_init 7E fV
BLOCK 9 7E
LINE 9 7E
LINE 10 7E
L
www.eeworm.com/read/456941/7336531
dsn 数字钟.dsn
www.eeworm.com/read/456941/7336534
mp 数字钟.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/456941/7336535
_c 数字钟._c
//ICC-AVR application builder : 2009-3-11 12:47:48
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x00;
DDRB = 0x00;
PORTC