代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
algorithm.h
#undef CONFIG_RWSEM_XCHGADD_ALGORITHM
algorithm.h
#ifndef CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#define CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#include
CPPUNIT_NS_BEGIN
template
void
r
algorithm.h
// file: $isip/class/algo/Algorithm/Algorithm.h
// version: $Id: Algorithm.h,v 1.31 2002/10/17 19:25:56 gao Exp $
//
// make sure definitions are only made once
//
#ifndef ISIP_ALGORITHM
#define ISIP
algorithm.h
#ifndef CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#define CPPUNIT_TOOLS_ALGORITHM_H_INCLUDED
#include
CPPUNIT_NS_BEGIN
template
void
removeFrom
algorithm.hpp
#ifndef BOOST_ALGORITHM_RG071801_HPP
#define BOOST_ALGORITHM_RG071801_HPP
//
//
// Copyright (c) 1994
// Hewlett-Packard Company
//
// Permission to use, copy, modify, distribute and sell this softwa
algorithm.hpp
// -- algorithm.hpp -- Boost Lambda Library -----------------------------------
// Copyright (C) 2002 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
// Copyright (C) 2002 Gary Powell (gwpowell@hotmail.com)
//
/
algorithm.hpp
// (C) Copyright Jeremy Siek 2001. Permission to copy, use, modify,
// sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
/
algorithm.hpp
// (C) Copyright Gennadiy Rozental 2004.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
algorithm.java
package ga;
import java.awt.*;
import java.io.*;
import java.util.*;
import java.lang.*;
import java.io.PrintWriter;
public class Algorithm {
public Algorithm() {
try {
algorithm.txt
1. Compression algorithm (deflate)
The deflation algorithm used by gzip (also zip and zlib) is a variation of
LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
the input dat