代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.java
/* Copyright (c) 2001-2005, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
storage.java
import javax.microedition.lcdui.game.*;
import javax.microedition.lcdui.*;
import java.io.*;
import java.util.*;
/**
* 该类描述了游戏中的仓库,提供了移动箱子的功能。
*/
public class Storage {
public static f
storage.cpp
/*****************************************************************************
* storage.cpp Blitz++ Array custom storage orders example
*
* $Id: storage.cpp,v 1.1 1997/07/16 19:38:23 tve
storage.h
#ifndef BZ_ARRAY_STORAGE_H
#define BZ_ARRAY_STORAGE_H
BZ_NAMESPACE(blitz)
/*
* Declaration of class GeneralStorage
*
* This class describes a storage format for an N-dimensional a
storage.cpp
#include "testsuite.h"
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
// 3x3 C-style row major storage, base zero
Array A(3, 3);
// 3x3 Fortran-style c
storage.h
/* storage.h */
#ifndef STORAGE_H
#define STORAGE_H
#include "sys_time.h"
#ifdef __cplusplus
extern "C"
{
#endif
#ifdef __cplusplus
}
#endif
#endif /* STORAGE_H */