代码搜索:second
找到约 10,000 项符合「second」的源代码
代码结果 10,000
www.eeworm.com/read/354009/10396915
c second.c
//ICC-AVR application builder : 2006-12-22 20:34:51
// Target : M8
// Crystal: 6.0000Mhz
//1602占用了PB口作为数据口,PA6,PA5,PA4分别是RS,WR,E
//按纽采用循环检测方式工作,不采用中断方式.
#include
#include
www.eeworm.com/read/354009/10396919
_c second._c
//ICC-AVR application builder : 2006-12-22 20:34:51
// Target : M8
// Crystal: 6.0000Mhz
//1602占用了PD口作为数据口,PB0,PB1,PB2分别是RS,WR,E
//按纽采用循环检测方式工作,不采用中断方式.
//蜂鸣器使用PC0,
//两个按键使用PC1,PC2
#include
www.eeworm.com/read/354009/10396924
o second.o
XL
H 5 areas 1D global symbols
M second.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text size 1CC flags 0
d
www.eeworm.com/read/354009/10396928
dbg second.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\mega16学习板资料\例程\m16\1602\
FILE 1602.h
DEFGLOBAL seg_table 54 A[10:10]kc
FILE 1602.h
FUNC lcd_init CC fV
BLOCK 37 CC
LINE 37 CC
LINE 38 CC
L
www.eeworm.com/read/354009/10396933
hex second.hex
:040000000C94450017
:040020000C94160125
:14005400303132333435363738397169616E207275207368E0
:1400680069204C4D2120007777772E6F7572656D6265642E0D
:14007C00636F6D0000000000000000000000CFE5D4E0CDBF3D
www.eeworm.com/read/354009/10396943
s second.s
.module second.c
.area lit(rom, con, rel)
_seg_table::
.byte 48,49
.byte 50,51
.byte 52,53
.byte 54,55
.byte 56,57
.dbfile D:\mega16学习板资料\例程\m16\1602/1602.h
.dbsym e seg_table _seg_t
www.eeworm.com/read/159878/10599721
xfm second.xfm
www.eeworm.com/read/159878/10599732
pas second.pas
unit Second;
interface
uses
SysUtils, Qt, Classes, QGraphics, QControls, QForms, QDialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
public
{ Public de
www.eeworm.com/read/159878/10599930