代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/252270/12290611
txt aix下的存储管理(转腾讯讨论精华区).txt
作者:studyboy
email: studyboy@21cn.com
日期:2001-7-21 9:38:39
1、 AIX存储管理的思想
(1) 层次结构:
Physical Volume®Volume Group®Logical Volume®File System
(2) 物理硬盘对应于PV,设备名字一般为hdisk,rhdisk。PV由多个PP
www.eeworm.com/read/338376/12311264
dni 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
www.eeworm.com/read/251771/12321247
h pcutil.h
/***************************************************************************
FILE NAME: PCUTIL.H
FILE DESCRIPTION:
Header for the Interrupts service routines part of the DM6430 driver
www.eeworm.com/read/250986/12370822
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/337193/12385295
dni 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
www.eeworm.com/read/249894/12448655
cs testdbserver.cs
using System;
using System.Threading;
using Perst;
using System.Diagnostics;
public class TestDbServer
{
class Record : Persistent
{
public string key;
}
cons