代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

algorithm.java

package mujmail.threading; import java.util.Enumeration; import java.util.Hashtable; import java.util.Vector; import mujmail.MessageHeader; import mujmail.Settings; /** * Class represent

algorithm.java

/* * Algorithm.java * * Created on January 17, 2003, 4:54 PM * * * Copyright (C) 2003 - Edwin S. Peer * * This program is free software; you can redistribute it and/or modify * it under the

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 thi

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. // Distributed under the Boost Software License, Version 1.0. (See accompany- // ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) /*

algorithm.sunwcch

// (C) Copyright John Maddock 2006. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://

algorithm.hpp

/////////////////////////////////////////////////////////////////////////////// // algorithm.hpp // // Copyright 2004 Eric Niebler. Distributed under the Boost // Software License, Version 1.0.

algorithm.hh

#ifndef CLICK_ALGORITHM_HH #define CLICK_ALGORITHM_HH CLICK_DECLS template inline T * find(T *begin, T *end, const T &val) { while (begin < end && *begin != val) begin++; return

algorithm.h

#undef CONFIG_RWSEM_XCHGADD_ALGORITHM

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