代码搜索结果
找到约 10,000 项符合
Storage 的代码
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.h
#ifndef _STORAGE_
#define _STORAGE_
//--------------------------------------------------------------------------------
extern xdata U8 gc_CodeStatus;
extern xdata U8 gc_CurrentExistMedia;
extern
storage.c
#include "..\define.h"
#include "..\all.h"
//================================================================================================
data U8 gc_ReadWriteTimeOut;
data U8 gc_CurrentCard;
storage.cpp
// Storage.cpp: implementation of the CStorage class.
#include "stdafx.h"
#include "Storage.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
storage.h
// Storage.h: interface for the CStorage class.
#pragma once
#include "Entity.h"
class CStorage
{
public:
CStorage();
virtual ~CStorage();
private:
CAdoConnection* m_pConn;
CStri
storage.java
/* Bomber for Nokia Series 60 Phones
Copyright (C) 2003, 2004 While True, d.o.o.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Gener
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.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
ENTITY STORAGE IS
PORT(
DSP_IS,DSP_IOSTRB,DSP_MSTRB: IN STD_LOGIC; --DSP的选通信号
DSP_DS,DSP_A7,DSP_A15,DSP_A19