代码搜索:LP

找到约 9,457 项符合「LP」的源代码

代码结果 9,457
www.eeworm.com/read/147529/5728778

m optcom1.m

%线性规划及二次规划例 clear; %线性规划 C=[-10,-5]'; A=[3 4;5 2;-1 -1]; b=[9,8,-1]'; x=lp(C,A,b,zeros(2,1),[],[],1) z=-C'*x %二次规划 H=[1,-1;-1,2];C=[-2;-6]; A=[1,1;-1,2;2,1];b=[2;2;3]; x=qp(H,C,A,b,zeros
www.eeworm.com/read/131315/5934278

t 0.t

.\" Copyright (c) 1983, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are per
www.eeworm.com/read/131315/5941719

man tbl.man

.\" -*- nroff -*- .TH @G@TBL @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@" .SH NAME @g@tbl \- format tables for troff .SH SYNOPSIS .B @g@tbl [ .B \-Cv ] [ .IR files \|.\|.\|. ] .SH DESCRIPTION This ma
www.eeworm.com/read/128521/5989574

1 fpp.1

.\" @(#)fpp.1 1.1 96/06/05 SMI; from S5R3 .na .TH fpp 1 "19 Aug 1996" .SH NAME fpp \- the Fortran language preprocessor for FORTRAN 77 and Fortran 90. .SH SYNOPSIS .B fpp [ .B opt
www.eeworm.com/read/263879/11338041

m optcom1.m

%线性规划及二次规划例 clear; %线性规划 C=[-10,-5]'; A=[3 4;5 2;-1 -1]; b=[9,8,-1]'; x=lp(C,A,b,zeros(2,1),[],[],1) z=-C'*x %二次规划 H=[1,-1;-1,2];C=[-2;-6]; A=[1,1;-1,2;2,1];b=[2;2;3]; x=qp(H,C,A,b,zeros
www.eeworm.com/read/402836/11527161

c cydown.c

//----------------------------------------------------------------------------- // File: CyDown.c //----------------------------------------------------------------------------- #include "lp
www.eeworm.com/read/337307/12377183

m optcom1.m

%线性规划及二次规划例 clear; %线性规划 C=[-10,-5]'; A=[3 4;5 2;-1 -1]; b=[9,8,-1]'; x=lp(C,A,b,zeros(2,1),[],[],1) z=-C'*x %二次规划 H=[1,-1;-1,2];C=[-2;-6]; A=[1,1;-1,2;2,1];b=[2;2;3]; x=qp(H,C,A,b,zeros
www.eeworm.com/read/120261/14808585

custom readme.custom

Custom Modification to lp_solve_2.3 This file documents the modifications that I have made to the stock distributions of lp_solve_2.3. ================ BUG FIXES ================ I have fixe
www.eeworm.com/read/394381/8227390

m optcom1.m

%线性规划及二次规划例 clear; %线性规划 C=[-10,-5]'; A=[3 4;5 2;-1 -1]; b=[9,8,-1]'; x=lp(C,A,b,zeros(2,1),[],[],1) z=-C'*x %二次规划 H=[1,-1;-1,2];C=[-2;-6]; A=[1,1;-1,2;2,1];b=[2;2;3]; x=qp(H,C,A,b,zeros
www.eeworm.com/read/334860/12567857

m optcom1.m

%线性规划及二次规划例 clear; %线性规划 C=[-10,-5]'; A=[3 4;5 2;-1 -1]; b=[9,8,-1]'; x=lp(C,A,b,zeros(2,1),[],[],1) z=-C'*x %二次规划 H=[1,-1;-1,2];C=[-2;-6]; A=[1,1;-1,2;2,1];b=[2;2;3]; x=qp(H,C,A,b,zeros