代码搜索结果

找到约 10,206 项符合 Storage 的代码

stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // Storage.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h

bitmapdll.dpr

library BitmapDLL; {all this DLL does is provide a storage mechanism for a bitmap} uses SysUtils, Classes; {link in the bitmap resource} {$R BitmapResources.res} begin end.

storage.m

days=1500; p=[125,125,150,175,175]; q=[150,250,250,250,300]; cost=[0,0,0,0,0]; arrivalinterval=2; storagefee=0.75; lossfee=1.8; bookfee=75; storage0=115; booknumber=0; arrivedate=0; nr=rand

makefile.am

if SERIALPLUGIN plugindir = $(libdir)/bluetooth/plugins plugin_LTLIBRARIES = serial.la serial_la_SOURCES = main.c \ manager.h manager.c port.h port.c \ storage.h storage.c proxy.h proxy.c LDAD

test3.dat

//------------------------------test3.dat??------------------------------------------------ @00 00000001 // 1800 FN1: //data storage for 1st Fib. No. 00000000 //

top_7279.hif

Version 5.1 Build 176 10/26/2005 SJ Full Version 33 1717 OFF OFF OFF OFF OFF FV_OFF Level2 0 0 VRSM_ON VHSM_ON 0 -- Start Partition -- -- End Partition -- # entity top # storage db

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