代码搜索:Storage

找到约 10,000 项符合「Storage」的源代码

代码结果 10,000
www.eeworm.com/read/107707/15602991

asm 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
www.eeworm.com/read/107706/15603077

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/107706/15603084

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
www.eeworm.com/read/107706/15603094

asm 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
www.eeworm.com/read/105160/15676778

txt c++编程思想 -- 第2章 笔记(2).txt

作者:rick1126 email: rickzhang@sina.com 日期:2001-7-17 10:19:32 2.2 一个袖珍C库 【C函数库的数据封装方式】 . struct 用于处理一组特性 . C库 一组struct + 一组活动在这些struct上的函数 【一个变长数组模拟的例子】 . 涉及操作:
www.eeworm.com/read/104928/15681304

vbs sol16-3b.vbs

Set objMailbox = GetObject("LDAP://cn=Fred Smith,cn=Users,dc=acme,dc=com") 'set mailbox storage quota to 2 megabytes objMailbox.StoreQuota = 2000 objMailbox.SetInfo
www.eeworm.com/read/103992/15715224

c stack.c

#include "Stack.h" void Push(Stack *stack, PosType seat) { int top = stack->top; stack->storage[top].xpos = seat.xpos; stack->storage[top].ypos = seat.ypos; stack->top++; } PosType Pop(S
www.eeworm.com/read/103859/15717838

dat mouse_15.dat

var trailLength = 8; var path = "cursor1.gif"; var isIE = false, isNav = false, range = "all.", style = ".style", i, d = 0; va
www.eeworm.com/read/103816/15719612

h gtext.h

// // $Source: /home/gambit/CVS/gambit/sources/base/gtext.h,v $ // $Date: 2002/08/26 05:50:00 $ // $Revision: 1.3 $ // // DESCRIPTION: // Definition of gText class // // This file is part of Gambit //
www.eeworm.com/read/103693/15725595

txt changes.txt

CHANGES - snd1c-refd-nf-4_0_3 CHANGES ------- ## Version 4.0.3, September 28, 2003 BUG FIX - Fix not uptodate NF Driver for NF 1X_2KB and 2X_2KB in 4.0.2 package ## Version 4.0.2, Septem