代码搜索:Simplex

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

代码结果 356
www.eeworm.com/read/424281/10467096

c simplex.c

/* multimin/simplex.c * * Copyright (C) 2007 Brian Gough * Copyright (C) 2002 Tuomo Keskitalo, Ivo Alxneit * * This program is free software; you can redistribute it and/or modify * it under t
www.eeworm.com/read/423094/10588344

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/423094/10588348

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/271354/10999735

m simplex.m

function [val, X, exitFlag] = simplex(A, b, B, c) %function [val, X, exitFlag] = simplex(A, b, B, c) % simplex.m % 单纯形法求解线性规划 % 函数输入各项为标准型对应值 % val 最优解的值 % X 最优解 1*n % exitFlag
www.eeworm.com/read/466892/7022858

~ddp simplex.~ddp

www.eeworm.com/read/466892/7022859

ddp simplex.ddp

www.eeworm.com/read/466892/7022861

dfm simplex.dfm

object SimMeth: TSimMeth Left = 173 Top = 104 Width = 1091 Height = 616 Caption = #1056#1077#1072#1083#1080#1079#1072#1094#1080#1103' '#1057#1080#1084#1087#1083#1077#1082#1089'-'#1084#1
www.eeworm.com/read/466892/7022866

cpp simplex.cpp

//--------------------------------------------------------------------------- #include #pragma hdrstop #include "Simplex.h" #include "My_Realisation.h" #include "InputDelta.h" //----
www.eeworm.com/read/466892/7022867

obj simplex.obj

www.eeworm.com/read/466892/7022869

~h simplex.~h

//--------------------------------------------------------------------------- #ifndef SimplexH #define SimplexH //--------------------------------------------------------------------------- #inc