代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.java
/* CVS ID: $Id: Storage.java,v 1.1.1.1 2002/10/02 18:42:51 wastl Exp $ */
package net.wastl.webmail.server;
import net.wastl.webmail.config.*;
import net.wastl.webmail.xml.*;
import net.wastl.webmail
storage.java
/* ================================================================
* Cewolf : Chart enabling Web Objects Framework
* ================================================================
*
* Proje
storage.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted
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
/*
* Created on 13-Mar-2006 at 20:02:57.
*
* Copyright (c) 2006 Robert Virkus / Enough Software
*
* This file is part of J2ME Polish.
*
* J2ME Polish is free software; you can redistrib
storage.java
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regardin
storage.h
/***************************************************************************
* blitz/array/storage.h Memory layout of Arrays.
*
* Copyright (C) 1997-2001 Todd Veldhuizen
storage.cpp
#include
BZ_USING_NAMESPACE(blitz)
int main()
{
// 3x3 C-style row major storage, base zero
Array A(3, 3);
// 3x3 column major storage, base zero
Array