代码搜索:LP

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

代码结果 9,457
www.eeworm.com/read/366687/9803969

lp lp.lp

min: -2.705815 A0000002 +3.965222 A0000003 -2.705966 A0000005 +3.497764 A0000006 -2.706025 A0000008 +3.452877 A0000009 -2.318525 A0000011 +4.105732 A0000012 -2.514509 A0000014 +3.510780 A0000015 -2.49
www.eeworm.com/read/245644/12786337

lp lp.lp

www.eeworm.com/read/310212/13654708

m lp2lp.m

function [at,bt,ct,dt] = lp2lp(a,b,c,d,wo) %LP2LP Lowpass to lowpass analog filter transformation. % [NUMT,DENT] = LP2LP(NUM,DEN,Wo) transforms the lowpass filter % prototype NUM(s)/DEN(s) with
www.eeworm.com/read/154209/11983329

m lp2lp.m

function [at,bt,ct,dt] = lp2lp(a,b,c,d,wo) %LP2LP Lowpass to lowpass analog filter transformation. % [NUMT,DENT] = LP2LP(NUM,DEN,Wo) transforms the lowpass filter % prototype NUM(s)/DEN(s) with
www.eeworm.com/read/267760/11163984

lp a.lp

/* Objective function */ min: +COLONE +3 COLTWO +6.24 COLTHREE +0.1 COLFOUR; /* Constraints */ THISROW: +78.26 COLTWO +2.9 COLFOUR >= 92.3; THATROW: +0.24 COLONE +11.31 COLTHREE
www.eeworm.com/read/389459/8518278

c lp.c

#include void main() { printf("Length of char is %d byte(s)\n",sizeof(char)); printf("Length of short is %d byte(s)\n",sizeof(short)); printf("Length of int is %d byte(s)\n",sizeof(int))
www.eeworm.com/read/188426/8541345

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
www.eeworm.com/read/187467/8637812

png lp.png

www.eeworm.com/read/386806/8724816

c lp.c

/* * Copyright (C) 1992 by Jim Weigand and Linus Torvalds * Copyright (C) 1992,1993 by Michael K. Johnson * - Thanks much to Gunter Windau for pointing out to me where the error * checking o
www.eeworm.com/read/386806/8725412

h lp.h

#ifndef _LINUX_LP_H #define _LINUX_LP_H /* * usr/include/linux/lp.h c.1991-1992 James Wiegand * many modifications copyright (C) 1992 Michael K. Johnson * Interrupt support added 1993 Nigel