代码搜索:Storage
找到约 10,000 项符合「Storage」的源代码
代码结果 10,000
www.eeworm.com/read/201651/15400244
html hakim-e.html
Dwarf Hakim:
Even in this time of war, the Iron Gate Guild to which I belong is a well-established organization with a long history of safeguarding. Whatever the
www.eeworm.com/read/200976/15419092
cpp newmat4.cpp
//$$ newmat4.cpp Constructors, ReSize, basic utilities
// Copyright (C) 1991,2,3,4,8,9: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
#ifdef use_namespace
namespa
www.eeworm.com/read/200329/15435303
cpp stash.cpp
//: C04:CppLib.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// C library converted to C++
/
www.eeworm.com/read/101297/15461161
c++
作者:rick1126
email: rickzhang@sina.com
日期:2001-7-17 10:19:32
2.2 一个袖珍C库
【C函数库的数据封装方式】
. struct 用于处理一组特性
. C库 一组struct + 一组活动在这些struct上的函数
【一个变长数组模拟的例子】
. 涉及操作:
www.eeworm.com/read/111545/15510099
h eprecomp.h
#ifndef CRYPTOPP_EPRECOMP_H
#define CRYPTOPP_EPRECOMP_H
#include "integer.h"
#include
NAMESPACE_BEGIN(CryptoPP)
// Please do not directly use the following class. It should be
//
www.eeworm.com/read/111545/15510153
cpp modexppc.cpp
// modexppc.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "modexppc.h"
#include "asn.h"
#include "algebra.cpp"
#include "eprecomp.cpp"
NAMESPACE_BEGIN(
www.eeworm.com/read/111545/15510182
cpp eprecomp.cpp
#include "pch.h"
#include "eprecomp.h"
#include "algebra.h"
#include
NAMESPACE_BEGIN(CryptoPP)
template void ExponentiationPrecomputation::Precompute(const Element &ba
www.eeworm.com/read/110993/15520545
h tstash.h
//: C16:TStash.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// PSTASH using templates
#ifndef TST
www.eeworm.com/read/110993/15520636
h stash2.h
//: C06:Stash2.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// With constructors & destructors
#i
www.eeworm.com/read/110993/15520638
cpp stash2.cpp
//: C06:Stash2.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Constructors & destructo