代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/154354/11967787
h strciphr.h
/*! \file
This file contains helper classes for implementing stream ciphers.
All this infrastructure may look very complex compared to what's in Crypto++ 4.x,
but stream ciphers implementatio
www.eeworm.com/read/154354/11968044
h seckey.h
// seckey.h - written and placed in the public domain by Wei Dai
// This file contains helper classes/functions for implementing secret key algorithms.
#ifndef CRYPTOPP_SECKEY_H
#define CRYPTOP
www.eeworm.com/read/340916/12123889
cpp ex9_15.cpp
// Ex9_15.cpp : main project file.
// Implementing an interface class
#include "stdafx.h"
#include "Box.h" // For Box and IContainer
#include "GlassBox.h" //
www.eeworm.com/read/338797/12281982
h strciphr.h
/*! \file
This file contains helper classes for implementing stream ciphers.
All this infrastructure may look very complex compared to what's in Crypto++ 4.x,
but stream ciphers implementatio
www.eeworm.com/read/338797/12282282
h seckey.h
// seckey.h - written and placed in the public domain by Wei Dai
// This file contains helper classes/functions for implementing secret key algorithms.
#ifndef CRYPTOPP_SECKEY_H
#define CRYPTOP
www.eeworm.com/read/252157/12297216
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate c
www.eeworm.com/read/131693/14132674
h strciphr.h
/*! \file
This file contains helper classes for implementing stream ciphers.
All this infrastructure may look very complex compared to what's in Crypto++ 4.x,
but stream ciphers implementatio
www.eeworm.com/read/131693/14132842
h seckey.h
// seckey.h - written and placed in the public domain by Wei Dai
// This file contains helper classes/functions for implementing secret key algorithms.
#ifndef CRYPTOPP_SECKEY_H
#define CRYPTOP
www.eeworm.com/read/130612/14180989
java sketcher.java
// Chapter 19 Exercise 7
// Add a main menu item and a toolbar button for implementing a custom color.
/*
We already have a Custom Color... menu item in the popup context menu but the point
www.eeworm.com/read/129999/14213212
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate c