代码搜索结果
找到约 10,000 项符合
Storage 的代码
af_format.h
/* The sample format system used lin libaf is based on bitmasks. The
format definition only refers to the storage format not the
resolution. */
#ifndef __af_format_h__
#define __af_format_h__
#
iic.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=
Watch 2=
Watch 3=
[State Storage]
testeeprom.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
[State Storage]
Reaction Register=0
Control Register=0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=_ 4 "numtime" "number" "tem
makelog.m
function wellog=makelog(name,data,flag,metric,logtype)
% wellog=makelog(name,data,flag,metric)
%
% Make a random Earth Object containing a well log.
% The storage conventions used here are docum
射频程序.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=
Watch 2=
Watch 3=
[State Storage]
comp.h
/*
Define storage allocation parameters
FAR_TABLES dynamically allocates dictionary using far pointers
SPLIT_TABLES allows a dictionary size over 32K
*/
#define FAR_TA
mains.out
TESTING FIXPQS WITH STORAGE MODE = 1
LAMBDA = 1.00000000 FLAG = 1 33 JACOBIAN EVALUATIONS
EXECUTION TIME(SECS) = 0.108 ARC LENGTH = 1.274
4.00864019E-01 2.65454893E-01
crsa.h
// very long integer - can be used like long
class vlong_value;
class flex_unit // Provides storage allocation and index checking
{
unsigned * a; // array of units
unsigned z; // units alloca
readme.txt
The PortDriver sample illustrates how to build a port driver for a
non-SCSI disk device, namely a RAM disk with a fixed amount of storage.
(The only good reason for using a RAM disk in Windows 95 is
hop_stor.m
function W=hop_stor(P)
% function W=hop_stor(P)
%
% performs the storage (learning phase) for a Hopfield network
%
% W - weight matrix
% P - patterns to be stored (column wise matrix)
%
% Hugh