代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/263879/11338213
m lp.m
function [x,lambda,how]=lp(f,A,B,vlb,vub,x,neqcstr,verbosity)
%线性规划lp
%求解线性规划问题:
% min c'x
% s.t. Ax
www.eeworm.com/read/403776/11509747
wks lp.wks
www.eeworm.com/read/402843/11526985
h lp.h
//-----------------------------------------------------------------------------
// File: lp.h
// Contents: EZ-USB FX2LP/FX1 constants, macros, datatypes, globals, and library
//
www.eeworm.com/read/402837/11527118
h lp.h
//-----------------------------------------------------------------------------
// File: lp.h
//-----------------------------------------------------------------------------
#ifndef LP_H
www.eeworm.com/read/402836/11527159
h lp.h
//-----------------------------------------------------------------------------
// File: lp.h
//-----------------------------------------------------------------------------
#ifndef LP_H
www.eeworm.com/read/401445/11557612
h lp.h
//-----------------------------------------------------------------------------
// File: lp.h
// Contents: EZ-USB FX2LP/FX1 constants, macros, datatypes, globals, and library
//
www.eeworm.com/read/157475/11699746
cpp lp.cpp
#include
#include
#include
#include
#include
#define maxsize 1024
int Memory[maxsize],flag=0,flag_number=0,count=0;
int spare_memory=maxsize;
www.eeworm.com/read/257008/11961330
m lp.m
function [xout, lambdaout, howout] = lp(f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox LP.M, but calls
% BPMPD instead; accepts both full and sparse A.
% Type "help