代码搜索结果
找到约 10,206 项符合
Storage 的代码
asgproppref.pas
{***************************************************************************}
{ Property preferences storage }
{ for Delphi & C++Builder
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
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
ipc3.asm
#ipc3.asm---------------------------------------------
.PB main
.PV message -32
.PV ipaddr -64
#allocate local storage on stack
PUSHQ $FP
MOV $FP,$SP
LQI $R7,64
SUB $SP,$SP,$R7
#se
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
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
ipc1.asm
#ipc1.asm---------------------------------------------
.PB main
.PV buffer -40
.PV mutex -64
#allocate local storage on stack
PUSHQ $FP
MOV $FP,$SP
LQI $R7,64
SUB $SP,$SP,$R7
#set name o
initiators.allow
# Some examples
#
#iqn.2001-04.com.example:storage.disk1.sys1.xyz 192.168.22.2, 192.168.3.8
#iqn.2001-04.com.example:storage.disk1.sys2.xyz [3ffe:302:11:1:211:43ff:fe31:5ae2], [3ffe:505:2:1::]/64
#iqn
queue.java
abstract class ObjectStorage{
int objectnum=0;
Object storage[] = new Object[100];
abstract void put(Object o); //注意: 没有大括弧("{}")
abstract Object get();
}
class Stack extends ObjectStora
5-12.txt
程序5-12
abstract class ObjectStorage{
int objectnum=0;
Object storage[] = new Object[100];
abstract void put(Object o); //注意: 没有大括弧("{}")
abstract Object get();
}
class Stack extends Obj