代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/135531/13923226
lp ex3.lp
3 x1 + 13 x2;
c1: 2x1 + 9x2 < 40;
c2: 11x1 - 8x2 < 82;
www.eeworm.com/read/135531/13923234
lp ex7.lp
/* This example will not run without scaling on IBM RS6000's
or HP9000/7XX machines */
min: +1 X13 +1 X14 -1 X15 -1 X16 ;
+100 X8 -406.9903088236362691532121971 X14 +406.990308823636269153212197
www.eeworm.com/read/135531/13923241
lp ex5.lp
/* correct value of objective function after optimization: 2.3314e+06 */
+ 35 COL00001 - 54.9 COL00002 - 54.9 COL00003 + 35 COL00004
- 23.5 COL00005 - 23.5 COL00006 - 8.72 COL00007 - 9.72 COL00008
www.eeworm.com/read/135531/13923256
lp ex6.lp
/*
This example is from "Integer and Combinatorial Optimization" by George L.
Nemhauser and Laurence A. Wolsey page 443.
They claim that:
"It is not hard to show that an optimal solution is
x1 = 3
www.eeworm.com/read/135531/13923278
1 lp_solve.1
.\" -*-nroff-*-
.TH LP_SOLVE 1 "November 30, 2002"
.SH NAME
lp_solve \- solve (mixed integer) linear programming problems
.SH SYNOPSIS
\fBlp_solve\fP [\fIoptions\fP] < \fIinput-file\fP
.SH OPTIO
www.eeworm.com/read/237777/13930956
m ideal_lp.m
function hd = ideal_lp(wc,M);
% 理想低通滤波器计算
% --------------------------------
% [hd] = ideal_lp(wc,M)
% hd = 0 to M-1之间的理想脉冲响应
% wc = 截止频率(弧度)
% M = 理想滤波器的长度
%
alpha = (M-1)/2;
n = [0:1:(
www.eeworm.com/read/133707/14029280
zip lp8--a.zip
www.eeworm.com/read/203886/15349911
cof lp2000.cof
//lp2000.cof IIR lowpass coefficients file, cutoff frequency 2 kHz
#define stages 4 //number of 2nd-order stages
int a[stages][3] = { //numerator coefficients
{304, 608, 304}, /
www.eeworm.com/read/202769/15374069
cof lp2000.cof
//lp2000.cof IIR lowpass coefficients file, cutoff frequency 2 kHz
#define stages 4 //number of 2nd-order stages
int a[stages][3] = { //numerator coefficients
{304, 608, 304}, /
www.eeworm.com/read/201083/15416521