代码搜索结果

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

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

lock.hif

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

5-17.htm

var trailLength = 10; var path = "cursor.gif"; var range = "all.", style = ".style", i, d = 0; var topPix = ".pixelTop", leftPix = ".pixelLeft", images, storage; func

storage.typ

+++Date last modified: 05-Jul-1997 STORAGE TYPES A C language crib sheet from Jeff Galbraith int x; - x is an int. int *x; - x is a pointer to an int.

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 storage/storage.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y)))) FILES_FLAGS_UP_TO_DATE += usbdrv.o endif

ucos-ii--149.dni

[DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [State Storage] Control Register=0 [Sequencer] Control Register=0 NextState0=0 NextState1=0 [Action Register] Break=0 State Storage=0 [Log fil

float.c

/*-*/ /******************************************************** * Name: Accuracy * * * * Purpose: Computes the accuracy of the floating * * point numbers in storage and calculations. *

timera.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [DisAssemblyWindow] NumStates=_ 0 [State Storage] Control Register=0 [Sequencer] Control Register=0

c11_013.c

#include /* ... */ T *p; p = malloc(N * sizeof *p); if(p != NULL) { /* we have our array, and may now use it for storage */ }