代码搜索:LIUSHUIDENG
找到约 245 项符合「LIUSHUIDENG」的源代码
代码结果 245
www.eeworm.com/read/446352/7581030
axf liushuideng.axf
www.eeworm.com/read/446352/7581031
opt liushuideng.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/446352/7581033
plg liushuideng.plg
礦ision3 Build Log
Project:
E:\latelee\test1\liushuideng.uv2
Project File Date: 04/04/2009
Output:
Build target 'Target 1'
compiling liushuide
www.eeworm.com/read/446352/7581038
__i liushuideng.__i
-c --device DARMP -g -O0 --apcs=interwork -I "C:\Keilarm\ARM\INC\Philips" -o "liushuideng.o" --omf_browse "liushuideng.crf" --depend "liushuideng.d" "liushuideng.c"
www.eeworm.com/read/444695/7608371
asm liushuideng.asm
ORG 0000h
AJMP main
ORG 0030h
MAIN: CLR P1.7
MOV SP,#7
MOV A,#0FEH ; 让第一个发光管亮起来
LOOP: MOV P0,A ;从P0口输出到发光管
LCALL DELAY ;调用延时1S
RL A ;左移一位,下个发光管亮
SJMP LOOP ;循环
DELAY: MOV R0
www.eeworm.com/read/136719/13364048
asm liushuideng.asm
org 0000h
jmp 40h
org 40h
start:;acall dandltor
;acall dandrtol
;acall duodltor
;acall duodrtor
;mov r4,#4
;acall duodltor_cl
;acall duodltor_cm
;ac
www.eeworm.com/read/319361/13452899
c liushuideng.c
#include
#define uchar unsigned char
#define uint unsigned int
void dlms(void);
uchar kbscan(void);
void menu(void);
void toi(void);
uchar it=20;
uchar bdata te;
sbit te_0=te^0;
sbi
www.eeworm.com/read/319151/13459677
qws liushuideng.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
[ProjectWorkspace.Frames.ChildFrames.Document-0]
www.eeworm.com/read/319151/13459681
v liushuideng.v
module clk_led(clk,q_out);
input clk;
output [7:0]q_out;
reg [15:0]cout;
reg [7:0]q;
reg [7:0]q_out;
//initial
//q=8'b1111_1111;
always @(posedge clk)
begin
cout