代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/202486/15381992
cpp pr0620.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 6.20 on page 144
// Implementing the Indirect Bubble Sort algorithm
#include
www.eeworm.com/read/109695/15552117
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-1.0.4
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate
www.eeworm.com/read/103653/15727226
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-1.0.4
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate
www.eeworm.com/read/187205/8843770
cs iterators.cs
//
// iterators.cs: Support for implementing iterators
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
//
// (C) 2003 Ximian, Inc.
//
// TODO:
// Flow analysis for Yield.
// Emit calls to
www.eeworm.com/read/187173/8849545
html handling.html
Implementing Listeners for Commonly Handled Events (The Java™ Tutorials >
Creating a GUI
www.eeworm.com/read/285034/8875065
java abstractstack.java
// An abstract implementation of stacks.
// (c) 1998,2001 duane a. bailey
package structure;
/**
* An abstract structure implementing features common to all
* Last-In, First-Out structures in thi
www.eeworm.com/read/372371/9512327
c privops.c
/*
* Part of Very Secure FTPd
* License: GPL v2
* Author: Chris Evans
* privops.c
*
* Code implementing the privileged operations that the unprivileged client
* might request.
* Look for suita
www.eeworm.com/read/175308/9552717
ex-21-05
// Example 21-05: Implementing buffered I/O
namespace Programming_CSharp
{
using System;
using System.IO;
class Tester
{
const int SizeBuff = 1024;
public static
www.eeworm.com/read/360615/10084334
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/360615/10084506
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