代码搜索结果
找到约 10,206 项符合
Storage 的代码
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
storagetest.java
// object/StorageTest.java
// TIJ4 Chapter Object, Exercise 6, page 90
// Write a program that includes and calls the storage() method defined as a
// code fragment in this chapter.
public class
cmp_a_a.dni
[State Storage]
Reaction Register=0
Control Register=0
[Breakpoints]
Count=0
[FET]
Emulation mode=0
Free running=0
[Memory Dump]
Start address=
Lenghth=
Address info=0
Format=0
Dump regis
multiplier.dni
[State Storage]
Reaction Register=0
Control Register=0
[Breakpoints]
Count=0
[FET]
Emulation mode=0
Free running=0
[Memory Dump]
Start address=
Lenghth=
Address info=0
Format=0
Dump regis
inter_athena.conf
// When you want put the comment in these setting file
// use dobule slash like this. (c) 2003 Athena Project.
// TXT版本专用,设定存档文件路径及存档名称
storage_txt: save/storage.txt
party_txt: save/party.txt
p
help.txt
本程序用于演示同步辐射光源的运行过程,光源的设计界面主要由三台加速器组成,即采用直线加速器+增强器+储存环
的设计模式,其中直线加速器和增强器用于加速粒子,储存环用于储存粒子以让粒子在弯转处产生同步辐射光.
点击运行键开始运行程序,可以依此按顺序执行直线加速器,增强器,储存环进行演示:点击linear accelerator,booster
和<mark>storage</mark> ...
makefile
#
# Makefile for the USB Mass Storage device drivers.
#
# 15 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
O_TARGET := storage.o
EXTRA_CFLAGS :=
.usbdrv.o.flags
ifeq (usbcore.o usb-ohci.o usb-ohci-s3c2410.o usbmouse.o usbkbd.o storage/storage.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += usbdrv.o
endif
createrollbacksegment.sql
CREATE PUBLIC ROLLBACK SEGMENT "TEMPROLLBACKSEGMENT"
TABLESPACE "UNDOTBS"
STORAGE ( INITIAL 10K NEXT 10K MAXEXTENTS 5);
ALTER ROLLBACK SEGMENT "TEMPROLLBACKSEGMENT" ONLINE;