代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/129735/14230320
cmd lp11.cmd
/*LP11.CMD COMMAND FILE */
LP11.OBJ /*FIR PROGRAM */
-E BEGIN /*SPECIFIES ENTRY POINT FOR OUTPUT*/
-O LP11.OUT /*LINKED COFF OUTPUT FILE
www.eeworm.com/read/231318/14239078
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/127603/14347756
m lp1.m
%LP1.m
%这是求解以下这种格式(约束全是不等式)
%minZ=-5x1-4x2-6x3
%s.t:
% x1-x2+x3
www.eeworm.com/read/127603/14347757
m lp3.m
%LP3.m
%这是求解以下这种格式(约束既有不等式也有等式)
%minZ=-0.5x1-x2-0.5x3-x4
%s.t:
% x1+x2+x3+x4
www.eeworm.com/read/127603/14347759
m lp2.m
%LP2.m
%这是求解以下这种格式(约束全是等式)
%minZ=-2x1-2x2-0x3-0x4-0x5
%s.t:
% x1+2x2+x3+0x4+0x5=8
% 4x1+0x2+0x3+x4+0x5=16
% 0x1+4x2+0x3+0x4+x5=12
%具体过程
%目标函数,记住要转化成最小,这是matlab约定
clear;
Z = -[2 ;3; 0; 0; 0
www.eeworm.com/read/228620/14374958
err lp08.err
A51 MACRO ASSEMBLER V6.10 - SN: Eval Version
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2000
ASSEMBLY COMPLETE. 1 WARNING(S), 4 ERROR(S)
www.eeworm.com/read/122158/14717739
m ideal_lp.m
function hd=lp(wc,M)
alpha=(M-1)/2;
n=[0:(M-1)];
m=n-alpha+eps;
hd=sin(wc*m)./(pi*m);
www.eeworm.com/read/120261/14808570
man lp_solve.man
LP_SOLVE(1) LP_SOLVE(1)
NNAAMMEE
lp_solve - Solve (mixed integer) linear programming prob-
lem.
SSYYNNOOPPSSIISS
lp_so
www.eeworm.com/read/120261/14808589
c lp_solve.c
#include
#include
#include "lpkit.h"
#include "lpglob.h"
#include "patchlevel.h"
void print_help(char *argv[])
{
printf("Usage of %s version %s:\n", argv[0], PATCHLEVEL);
prin