代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
vcl_algorithm.txx
#ifndef vcl_algorithm_txx_
#define vcl_algorithm_txx_
// -*- c++ -*-
#include "vcl_algorithm.h"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "iso/vcl_algorithm.txx"
#elif !VCL_USE_NATIVE_STL
#
vcl_algorithm.txx
#ifndef vcl_sunpro_vcl_algorithm_txx_
#define vcl_sunpro_vcl_algorithm_txx_
#include
#define VCL_COPY_INSTANTIATE(Inp, Out) \
template Out std::copy(Inp, Inp, Out)
// this
vcl_algorithm.txx
#ifndef vcl_egcs_algorithm_txx_
#define vcl_egcs_algorithm_txx_
#include
#define VCL_COPY_INSTANTIATE(Inp, Out) \
template Out std::copy(Inp, Inp, Out)
#define VCL_COPY_BA
vcl_algorithm.txx
#ifndef vcl_iso_algorithm_txx_
#define vcl_iso_algorithm_txx_
#include
#define VCL_SWAP_INSTANTIATE(T) /* */
#define VCL_FIND_INSTANTIATE(I, T) /* */
#define VCL_SORT_INSTAN
vcl_algorithm.h
#ifndef vcl_iso_algorithm_h_
#define vcl_iso_algorithm_h_
// This is a generated file. DO NOT EDIT! Not even a little bit.
#include
#ifdef vcl_generic_algorithm_STD
** error *
vcl_algorithm.txx
#ifndef vcl_gcc_libstdcxx_v3_algorithm_txx_
#define vcl_gcc_libstdcxx_v3_algorithm_txx_
#include
#define VCL_SWAP_INSTANTIATE(T) /* */
#define VCL_OPERATOR_NE_INSTANTIATE(T
vcl_algorithm.txx
#ifndef vcl_sgi_algorithm_txx_
#define vcl_sgi_algorithm_txx_
#define VCL_COPY_INSTANTIATE(Inp, Out) \
// template Out std::copy(Inp, Inp, Out)
#define VCL_SWAP_INSTANTIATE(T) \
//VCL_INSTANT
vcl_algorithm.h
#ifndef vcl_algorithm_h_
#define vcl_algorithm_h_
#include "vcl_compiler.h"
#if !VCL_USE_NATIVE_STL
# include "emulation/vcl_algorithm.h"
// -------------------- iso
#else
# include "iso/
std_algorithm.h
// -*- C++ -*-
// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it an
genetic_algorithm.m
function test_targets = Genetic_Algorithm(train_patterns, train_targets, test_patterns, params)
% Classify using a basic genetic algorithm
% Inputs:
% training_patterns - Train patterns
% tra