代码搜索结果
找到约 10,000 项符合
的代码
queue.cpp
// queue.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "queue.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
// this class for use by ByteQueue only
cl
softlim.m
function [y,x0] = softlim(t,x,u,flag,max_u,lin_u)
% --------------------------------------------------------------------
% Soft-limiter with partly linear throughput. This M-file is called
% by the
ztrees.cpp
// ztrees.cpp - modified by Wei Dai from:
// Distributed with Jean-loup Gailly's permission.
/*
The following sorce code is derived from Info-Zip 'zip' 2.01
distribution copyrighted by Mark Ad
cryptest.dsp
# Microsoft Developer Studio Project File - Name="cryptest" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
fdctools.mdl
Library {
Name "fdctools"
Version 3.00
BlockDataTips off
BlockParametersDataTip off
BlockAttributesDataTip off
BlockPortWidthsDataTip off
BlockDescriptionStringDataTi
smartptr.h
#ifndef CRYPTOPP_SMARTPTR_H
#define CRYPTOPP_SMARTPTR_H
#include
NAMESPACE_BEGIN(CryptoPP)
template class member_ptr
{
public:
explicit member_ptr(T *p = 0) : m_p(p)
fdc.m
% FDC.M displays some welcome messages for the FDC toolbox and
% calls FDCINIT.M to initialize the Matlab Path.
%
% See also FDCINIT
% Go to programs directory, initialize path, show welcome mes
nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto