代码搜索:simplex
找到约 356 项符合「simplex」的源代码
代码结果 356
www.eeworm.com/read/112017/15495599
cpp simplex.cpp
// Simplex.cpp: implementation of the CSimplex class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "REOPT.h"
#include "Simplex.h"
#i
www.eeworm.com/read/112017/15495613
h simplex.h
// Simplex.h: interface for the CSimplex class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SIMPLEX_H__2E3488AE_A631_4BFF_B837_A85DB16E0809__INCLUDE
www.eeworm.com/read/102394/15782835
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/101189/15841934
cpp simplex.cpp
// simplex.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Simplx.h"
int main(int argc, char* argv[])
{
double **a;
int m,int n;
int m1,int m
www.eeworm.com/read/182200/9211883
c test_simplex.c
/**********************************************************************
test_simplex.c
**********************************************************************
test_simplex - Test program for GAUL
www.eeworm.com/read/182200/9212012
c ga_simplex.c
/**********************************************************************
ga_simplex.c
**********************************************************************
ga_simplex - A simplex search algorith
www.eeworm.com/read/182200/9212052
h ga_simplex.h
/**********************************************************************
ga_simplex.h
**********************************************************************
ga_simplex - A simplex-search algorith
www.eeworm.com/read/424281/10467122
c simplex2.c
/* multimin/simplex2.c
*
* Copyright (C) 2007, 2008 Brian Gough
* Copyright (C) 2002 Tuomo Keskitalo, Ivo Alxneit
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/466892/7022863