代码搜索结果
找到约 10,206 项符合
Storage 的代码
randomlist.java
//: generics/RandomList.java
import java.util.*;
public class RandomList {
private ArrayList storage = new ArrayList();
private Random rand = new Random(47);
public void add(T it
genericcast.java
//: generics/GenericCast.java
class FixedSizeStack {
private int index = 0;
private Object[] storage;
public FixedSizeStack(int size) {
storage = new Object[size];
}
public v
font.h
/*字库类型*/
typedef struct FONT_DEF
{
U8 u8Width; /* Character width for storage */
U8 u8Height; /* Character height for storage */
U8 *au8FontTable; /*字库头地址*/
}
mdalloc.c
/* Written by Blair Haukedal 91/09 and placed in the public domain */
/* mdalloc - a multi dimensional array allocator
* mdfree - a companion function to mdalloc for freeing storage
* synopsi
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 pointer to an
storage.c
/*
* Copyright (c) 2007, Benedikt Sauter
* All rights reserved.
*
* Short descripton of file:
*
*
* Redistribution and use in source and binary forms, with or without
* modi
makefile.storage
#----------------------------------------------------------------------------
# Macros
#----------------------------------------------------------------------------
CXX = gcc
LD
makefile.storage
#----------------------------------------------------------------------------
# Macros
#----------------------------------------------------------------------------
CXX = arm-elf-gcc
L
commonframe.pbt
Save Format v3.0(19990112)
@begin Projects
@end;
appname "commonframe";
applib "commonframe.pbl";
LibList "commonframe.pbl;std_window.pbl;main.pbl;dining_windows.pbl;storage.pbl;form_windows.pbl"
planproppref.pas
{***************************************************************************}
{ Property preferences storage }
{ for Delphi & C++Builder