代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/146694/12618694
cpp bit_shift.cpp
//bit_shift.cpp
#include
#include
void main()
{ int a=17,b=20,c;
c= a
www.eeworm.com/read/334112/12632601
plg bcd shift.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\LuckyStar\桌面\老弟\proteus仿真MCS-51的一百个例子\MCS-51 examples\Chapter 3\10 BCD Shift\BCD Shift.uv2
Project File
www.eeworm.com/read/334112/12632603
pwi bcd shift.pwi
www.eeworm.com/read/334112/12632608
opt bcd shift.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/334112/12632615
lst bcd shift.lst
A51 MACRO ASSEMBLER BCD_SHIFT 06/30/2008 09:55:19 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN BCD Shift.OBJ
ASSEMBLE
www.eeworm.com/read/334112/12632619
dsn bcd shift.dsn
www.eeworm.com/read/334112/12632623
asm bcd shift.asm
ORG 00H
MOV R7,#03H
MOV R0,#30H
MOV 30H,#47H
MOV 31H,#36H
MOV 32H,#21H
BRLN: MOV A,R7 ;取字节数至R2中
MOV R2,A
ADD A,R0 ;初始化数据指针
MOV R0,A
MOV R3,#0 ;工作单元
www.eeworm.com/read/334112/12632628
hex bcd shift.hex
:100000007F037830753047753136753221EFFA2825
:0C001000F87B0018E6C4F6EBD6FBDAF72C
:00000001FF
www.eeworm.com/read/334112/12632634
obj bcd shift.obj
www.eeworm.com/read/133753/14027361
cpp shift_fun.cpp
#include //cout Shift-fun.cpp
#include //getch()
int shift(int,int,char);
void main()
{ int a,b;
cout > a;
cout >