代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/221805/14720066
c radius_rx.c
/* radius_rx.c */
/* Implementations of fucntions that handle the receipt of RADIUS packets. */
/* Copyright 1984 - 2000 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification histo
www.eeworm.com/read/221805/14720101
c radius_task.c
/* radius_task.c */
/* Implementations of fucntions that handle RADIUS task initialization. */
/* Copyright 1984 - 2000 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification histor
www.eeworm.com/read/120626/14796650
i loki.i
/*
* loki.i - contains the fixed permutation and substitution tables
* for a 64 bit LOKI89 & LOKI91 implementations.
*
* Modifications:
* v1.0 original tables Aug 1989
www.eeworm.com/read/119531/14827107
i loki.i
/*
* loki.i - contains the fixed permutation and substitution tables
* for a 64 bit LOKI89 & LOKI91 implementations.
*
* Modifications:
* v1.0 original tables Aug 1989
www.eeworm.com/read/119269/14835670
c sshsh512.c
/*
* SHA-512 algorithm as described at
*
* http://csrc.nist.gov/cryptval/shs.html
*/
#include "ssh.h"
#define BLKSIZE 128
/*
* Arithmetic implementations. Note that AND, XOR and
www.eeworm.com/read/214672/15092389
h inheritstack.h
// inheritstack.h
// Data structures for a "stack" -- a Last-In-First-Out list of integers.
//
// We define two separate implementations of stacks, to
// illustrate C++ inheritance.
//
// Copyright (c
www.eeworm.com/read/213957/15120742
cpp dateutil.cpp
// This file contains the implementations for utilities
// relating to CDate.
// Filename : DateUtil.cpp
#include "stdafx.h"
#include "DateUtil.h"
void AFXAPI DDX_Text(CDataExchange* pDX, in
www.eeworm.com/read/208576/15243621
cpp gradebook.cpp
// Fig. 3.16: GradeBook.cpp
// Implementations of the GradeBook member-function definitions.
// The setCourseName function performs validation.
#include
using std::cout;
using std::en
www.eeworm.com/read/208576/15243624
cpp gradebook.cpp
// Fig. 3.12: GradeBook.cpp
// GradeBook member-function definitions. This file contains
// implementations of the member functions prototyped in GradeBook.h.
#include
using std::cout;
www.eeworm.com/read/207217/15279415
cpp animal.cpp
// Exercise 15.3 - Animal.cpp
// Implementations of the Animal class and classes derived from Animal
#include "Animal.h"
#include
#include
using std::cout;
using std::strin