代码搜索:Simplex

找到约 356 项符合「Simplex」的源代码

代码结果 356
www.eeworm.com/read/5587/63954

ttf simplex_.ttf

www.eeworm.com/read/236894/4637267

cpp simplex.cpp

/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2001, 2002, 2003 Sadruddin Rejeb This file is part of
www.eeworm.com/read/236894/4637272

hpp simplex.hpp

/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2001, 2002, 2003 Sadruddin Rejeb This file is part of
www.eeworm.com/read/196768/5100444

c simplex.c

/* * Copyright (c) 2003 Russ Cox (rsc@mit.edu). * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of t
www.eeworm.com/read/196768/5100445

h simplex.h

#ifdef __cplusplus extern "C" { #endif typedef struct Simplex Simplex; Simplex *allocsimplex(int, double(*)(double*,int,void*), void*, double); int stepsimplex(Simplex*, double*, double**); void res
www.eeworm.com/read/167728/5452724

c simplex.c

/* multimin/simplex.c * * Copyright (C) 2002 Tuomo Keskitalo, Ivo Alxneit * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public
www.eeworm.com/read/335343/3359133

c simplex.c

/* * Copyright (c) 2003 Russ Cox (rsc@mit.edu). * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining * a copy of t
www.eeworm.com/read/335343/3359134

h simplex.h

#ifdef __cplusplus extern "C" { #endif typedef struct Simplex Simplex; Simplex *allocsimplex(int, double(*)(double*,int,void*), void*, double); int stepsimplex(Simplex*, double*, double**); void res
www.eeworm.com/read/304962/3781869

vcproj simplex.vcproj

www.eeworm.com/read/267533/4266266

java simplex.java

package org.theblueplanet.annealing; import org.apache.log4j.Logger; /** * Holds the vertices of the simplex and the function value at the vertices * * @author Charles M間nin * @since Oct