代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/460680/1558684
gpi msc-dbsb11.gpi
Photoplotter Info File: /storage/iceland/home/zth/eagle/!!!!/CAD/MSC-DBSB11_v2.gpi
Date : 12/05/2008 08:46:20
Plotfile : /storage/iceland/home/zth/eagle/!!!!/CAD/MSC-DBSB1
www.eeworm.com/read/273525/4208186
hlp y_vallabs.hlp
{smcl}
{p 0 4}
{help contents:Top}
> {help y_dm:Data management}
> {help y_creating:Creating and changing variables}
> {help y_storage:Storage types and formats}
{bind:> {bf:Value labels}}
{p_e
www.eeworm.com/read/383940/2608631
h storagevolumes.h
#ifndef STORAGE_VOLUMES_H
#define STORAGE_VOLUMES_H
enum {
VOLUME_BLOCKTEST,
};
#endif
#if defined(VS)
VS(VOLUME_BLOCKTEST, 1024)
#undef VS
#endif
#if defined(VB)
VB(VOLUME_BLOCKTEST, 0)
#undef V
www.eeworm.com/read/366702/2867778
c pr35751.c
// PR c/35751
// { dg-do compile }
// { dg-options "-fopenmp" }
void
foo (int i)
{
extern int a[i]; // { dg-error "storage size of" }
static int b[i]; // { dg-error "storage size of" }
#pragma o
www.eeworm.com/read/233554/4666205
c lib_strbuf.c
/*
* lib_strbuf - library string storage
*/
#include "ntp_stdlib.h"
#include "lib_strbuf.h"
/*
* Storage declarations
*/
char lib_stringbuf[LIB_NUMBUFS][LIB_BUFLENGTH];
int lib_nextbuf;
int lib_
www.eeworm.com/read/344440/3209163
txt 6wwh-11.txt
;拱啊
(@storage @getback)
%100
;措拳, '*' : 措拳 怕弊
[@main]
Hello ,\
I am your personal storage here in Woomyon Wall.\
I can also exchange items.\
What would you like to do?\ \
www.eeworm.com/read/358183/2999191
java userstoragemanager.java
package eols.storage.user;
import java.util.*;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import eols.storage.base.StorageAdapter;
import eols.tools.XMLUtils
www.eeworm.com/read/290943/8449351
c usbmemmain.c
/*----------------------------------------------------------------------------
* Name: MEMORY.C
* Purpose: USB Mass Storage Demo
* Version: V1.10
*---------------------------