代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.h
/*
* storage.h: interface defining functions for storage and recovery
* of PuTTY's persistent data.
*/
#ifndef PUTTY_STORAGE_H
#define PUTTY_STORAGE_H
/* ---------------------------------
storage.cs
namespace Perst
{
using System;
using System.Collections;
#if USE_GENERICS
using System.Collections.Generic;
#endif
public enum TransactionMode
{
///
storage.typ
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.
int **x;
- x is a pointer to a p
storage.cs
////////////////////////////////////
//// 读取数据文件 ////////////
//////////////////////////////////
using System;
using System.Xml;
using System.Drawing;
using System.Collections;
namespace
storage.cc
/* $Id: Storage.cc,v 1.5 2000/09/24 12:15:43 pure Exp $ */
#include
#include "Storage.h"
Storage::Storage(unsigned _base, unsigned _size, unsigned _wait) :
Device(_wait)
{
base = _bas
storage.h
/* $Id: Storage.h,v 1.1.1.1 2000/09/24 11:39:10 pure Exp $ */
#ifndef __Storage_h__
#define __Storage_h__
#include "Types.h"
#include "Device.h"
class Storage : public Device {
protected:
unsigned