代码搜索:Simplex
找到约 356 项符合「Simplex」的源代码
代码结果 356
www.eeworm.com/read/474243/6816862
cpp simplex.cpp
#include
#include
#include
#include
#include
#include
float mini_ratio,min_cj_zj,min_ratio[10],max_cj_zj;
float pre_res,key_row,key_elem
www.eeworm.com/read/474243/6816863
bak simplex.bak
#include
#include
#include
#include
#include
#include
float mini_ratio,min_cj_zj,min_ratio[10],max_cj_zj;
float pre_res,key_row,key_elem
www.eeworm.com/read/172474/9706033
m simplex.m
function simplex(P)
%SIMPLEX
%Simplex method.
%Option of rational number format.
%Option of all steps.
%Calling format: simplex(A),
%where A is the initial simplex tableau.
%MATLAB computes
www.eeworm.com/read/172472/9706348
m simplex.m
% _________________Simplex Method By Kshitij Deshpande________%
clear all
clc
prompt = {'Function(f)=','Constraints(as an n x m Matrix)=','b(j)(In Matrix form)='};
lineno=1;
title= 'Enter Data';
www.eeworm.com/read/172472/9706350
rpt simplex.rpt
www.eeworm.com/read/413690/11146627
c simplex.c
#define X 5
#define Y 7
void xi_max(int *m2,
int *mn1,
float *c,
int *is,
int *ir,
int *j0,
float (*a)[X][Y] )
{
int
www.eeworm.com/read/204246/15342989
asv simplex.asv
clear all
x=0:0.02:0.4;
y=x;
z=0:0.02:4;
a=length(x);
b=length(y);
c=length(z);
Bmax=200;
%B=Bmax*ones(a,b,c)+10*rand(a,b,c);
B=Bmax*ones(a,b,c);
for k=1:c
B(:,:,k)=B(:,:,k)+z(k)*1
www.eeworm.com/read/204246/15342991
m simplex.m
clear all
x=0:0.02:0.4;
y=x;
z=0:0.02:4;
a=length(x);
b=length(y);
c=length(z);
Bmax=200;
%B=Bmax*ones(a,b,c)+10*rand(a,b,c);
B=Bmax*ones(a,b,c);
for k=1:c
B(:,:,k)=B(:,:,k)+z(k)*1