代码搜索结果

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

algorithm_test.cpp

// bll_and_function.cpp - The Boost Lambda Library ----------------------- // // Copyright (C) 2000-2003 Jaakko Jarvi (jaakko.jarvi@cs.utu.fi) // Copyright (C) 2000-2003 Gary Powell (powellg@amazon.

algorithm_example.cpp

// Boost.Range library // // Copyright Thorsten Ottosen 2003-2004. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0

test_algorithm.cpp

// (C) Copyright John Maddock 2005. // 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://www

serpent_algorithm.java

// $Id: $ // // $Log: $ // Revision 1.1.1 1998/04/10 raif // + added code to generate Intermediate Values KAT. // + cosmetics. // // Revision 1.1 1998/04/07 Serpent authors // + revised slightly (

vcl_algorithm.txx

#ifndef vcl_gcc_295_algorithm_txx_ #define vcl_gcc_295_algorithm_txx_ #include #include #define VCL_SWAP_INSTANTIATE(T) \ VCL_INSTANTIATE_INLINE(void swap(T

vcl_algorithm.hhh

@adjacent_find @and @binary @binary_search @copy @copy_ @count @count_if @equal @equal_range @fill @fill_n @find @find_end @find_first_of @find_if @for_each @generate @generate_n @g

vcl_algorithm.h

#ifndef vcl_generic_algorithm_h_ #define vcl_generic_algorithm_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_algorithm.hhh and run make // adjacent_find #ifndef vcl_adjacen

vcl_algorithm.txx

#ifndef vcl_emulation_algorithm_txx_ #define vcl_emulation_algorithm_txx_ #include #undef VCL_SWAP_INSTANTIATE #define VCL_SWAP_INSTANTIATE(T) \ VCL_INSTANTIATE_INLINE(void

vcl_algorithm.h

#ifndef vcl_emulation_algorithm_h_ #define vcl_emulation_algorithm_h_ /* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this soft

test_algorithm.cxx

/* fsm */ #include int test_algorithm_main(int /*argc*/,char* /*argv*/[]) { double v[5] = {1,5,2,4,3}; vcl_sort(v, v+5); return 0; }