代码搜索结果

找到约 10,000 项符合 Storage 的代码

storage.c

/* * jabberd - Jabber Open Source Server * Copyright (c) 2002-2003 Jeremie Miller, Thomas Muldowney, * Ryan Eatmon, Robert Norris * * This program is free software; you ca

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.cpp

/***************************************************************************** * storage.cpp Blitz++ Array custom storage orders example ******************************************************

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

storage.texi

#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

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 column majo

storage.c

#include "storage.h" #include "utility.h" static BOOL bSPI; void out(BYTE a) { SPDAT=a; for(bSPI=0;bSPI==0;); } //LOW LEVEL //essential read & write operations///////////////////////////