代码搜索结果

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

planproppref.pas

{***************************************************************************} { Property preferences storage } { for Delphi & C++Builder

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

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

msi_storage.int

{*******************************************************} { } { MiTeC System Information Component } { Storage dev

declare.h

#define EP0Size 16 #define S10 P3_4 #define S11 P3_5 #define D12TEST 0 #define KEYBOARD 1 #define MOUSE 2 #define PRINTER 3 #define STORAGE 4

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

tilt1.dni

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

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

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.