代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/318852/13469188
pas planproppref.pas
{***************************************************************************}
{ Property preferences storage }
{ for Delphi & C++Builder
www.eeworm.com/read/318852/13469193
pas asgproppref.pas
{***************************************************************************}
{ Property preferences storage }
{ for Delphi & C++Builder
www.eeworm.com/read/317157/13509188
dni 430mp.dni
[State Storage]
Control Register=-1
[Sequencer]
Control Register=-1
NextState0=-1
NextState1=-1
[Action Register]
Break=-1
State Storage=-1
[FET]
Extended Clock mode=-1
Extended Clock Contr
www.eeworm.com/read/317157/13509373
dni adc12_2.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[State Storage]
Control Register=-1
[Sequencer]
Control Register=-1
NextState0=-1
NextState1=-1
[Ac
www.eeworm.com/read/316707/13518454
asm fileio.asm
#fileIO.asm---------------------------------------------
.PB main
.PV buffer -32
.PV fname -64
#allocate local storage on stack
PUSHQ $FP
MOV $FP,$SP
LQI $R7,64
SUB $SP,$SP,$R7
#read and
www.eeworm.com/read/316707/13518461
asm cmdline.asm
.PB main
.PV buffer -256
#allocate local storage
PUSHQ $FP
MOV $FP,$SP
LQI $R7,256
SUB $SP,$SP,$R7
#get the number of arguments
LQI $R1,0
INT 5
MOV $R20,$R2
LQI $R1,20
INT 0
LQI