代码搜索结果
找到约 10,206 项符合
Storage 的代码
a2.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
Base=0
UseAuto=0
TypeViolation=1
UnspecRange=1
ActionState=1
[TraceHelper]
Enabled=0
ShowSource=1
[State Storage]
Control Register=-1
[Sequen
ep2c5q208.hif
Version 5.1 Build 176 10/26/2005 SJ Full Version
10
706
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
# entity
UART
# storage
db
dbxstclass.h
/* Storage classes in XCOFF object file format designed for DBX's use.
This info is from the `Files Reference' manual for IBM's AIX version 3
for the RS6000. */
#define C_GSYM 0x80
#define C_
stack.java
//: net/mindview/util/Stack.java
// Making a stack from a LinkedList.
package net.mindview.util;
import java.util.LinkedList;
public class Stack {
private LinkedList storage = new Linke
simplequeue.java
//: generics/SimpleQueue.java
// A different kind of container that is Iterable
import java.util.*;
public class SimpleQueue implements Iterable {
private LinkedList storage = new Lin
randomlist.java
//: generics/RandomList.java
import java.util.*;
public class RandomList {
private ArrayList storage = new ArrayList();
private Random rand = new Random(47);
public void add(T it
genericcast.java
//: generics/GenericCast.java
class FixedSizeStack {
private int index = 0;
private Object[] storage;
public FixedSizeStack(int size) {
storage = new Object[size];
}
public v
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
dec2812.hif
Version 5.1 Build 176 10/26/2005 SJ Full Version
34
1746
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
# entity
74273
# storage
compsplintflops.m
function compSplintFlops
% compSplintFlops Show flops savings due to sparse storage in spline interp
%
% Synopsis: compSplintFlops
%
% Input: None
%
% Output: Table of flops to compute spli