代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/375190/2729586
hpp optimize.hpp
///////////////////////////////////////////////////////////////////////////////
// optimize.hpp
//
// Copyright 2008 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (See
www.eeworm.com/read/367467/2843240
c optimize.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/367467/2843873
c optimize.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/367467/2844327
c optimize.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/367467/2844951
c optimize.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/366702/2871779
c optimize.c
// { dg-do assemble }
// { dg-options "-O -pedantic-errors" }
// Bug: g++ claims that control can fall off the end of these functions.
// PRMS Id: 4943
struct A {
A();
A(const A&);
A& operator
www.eeworm.com/read/355695/3050401
c optimize.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/261925/4319213
py optimize.py
#
__version__ = '$Id: optimize.py,v 1.2 2003/01/14 05:38:20 anthonybaxter Exp $'
#
# Optimize any parametric function.
#
import copy
import Numeric
def SimplexMaximize(var, err, func, convcrit = 0.00