代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/157840/11659423
m examp082.m
% min z=x1+x2
% s.t. x1-x2=0
c=[1,1];a=[1,-1];b=1;
x=lp(c,a,b)
z=c*x
pause
'------ Command one ------'
v1=0;
x=lp(c,a,b,v1)
z=c*x
pause
'------ Command two ------'
c=[1,1];a=[1,-1;
www.eeworm.com/read/345247/11823950
c ex5-9.c
#include
main() {
enum color{red, green, blue} I,j,k,st;
int n = 0, lp;
for (i=red; i
www.eeworm.com/read/155539/11864606
cpp zp1093_dp.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
//---------------------------------------------------------------------------
#
www.eeworm.com/read/154843/11923440
m gaussmix.m
function [m,v,w,lp,f]=gaussmix(x,c,l,m0,v0,w0)
%GAUSSMIX fits a gaussian mixture pdf to a set of data observations [m,v,w,lp]=(x,xv,l,m0,v0,w0)
%
% n data values, k mixtures, p parameters, l loops
www.eeworm.com/read/152752/12089572
c macro.c
#include
#include
#include
#include "cpp.h"
/*
* do a macro definition. tp points to the name being defined in the line
*/
void
dodefine(Tokenrow *trp)
{
www.eeworm.com/read/252304/12286663
c pj_cea.c
#ifndef lint
static const char SCCSID[]="@(#)PJ_cea.c 4.1 94/02/15 GIE REL";
#endif
#define PROJ_PARMS__ \
double qp; \
double *apa;
#define PJ_LIB__
# include
PROJ_HEAD(cea, "Equal Are
www.eeworm.com/read/252304/12286758
c pj_tmerc.c
#ifndef lint
static const char SCCSID[]="@(#)PJ_tmerc.c 4.2 94/06/02 GIE REL";
#endif
#define PROJ_PARMS__ \
double esp; \
double ml0; \
double *en;
#define PJ_LIB__
#include
PROJ_HEAD
www.eeworm.com/read/252304/12286840
c pj_lcc.c
#ifndef lint
static const char SCCSID[]="@(#)PJ_lcc.c 4.2 94/03/18 GIE REL";
#endif
#define PROJ_PARMS__ \
double phi1; \
double phi2; \
double n; \
double rho; \
double rho0; \
double c; \
int
www.eeworm.com/read/150238/12302741
m gaussmix.m
function [m,v,w,lp,f]=gaussmix(x,c,l,m0,v0,w0)
%GAUSSMIX fits a gaussian mixture pdf to a set of data observations [m,v,w,lp]=(x,xv,l,m0,v0,w0)
%
% n data values, k mixtures, p parameters, l loops