代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/478563/6710002
m ea564.m
% 《工程线性代数(MATLAB版)》第五章例题5.6.4程序ea564
%
A=input('输入系数矩阵A'),
[U0,ip]=rref(A)
[m,n]=size(A);
is=1:n; is(ip)=[], % 根据ip求is的语句
lp=length(ip),ls=length(is)
X=zeros(n,n-lp);
X(ip,:)=-U0(1:lp,is);
www.eeworm.com/read/236861/13995052
c lpmex.c
/* lpmex.c
Mex file interface to the lp_solve 2.3 toolkit. Please see
README_MEX for more information.
This file and the matlab interface code is Copyright (c) 1995,
Jeffrey C. Kantor. All R
www.eeworm.com/read/136989/5836101
run_utilization
#!/bin/sh
#
# run_utilization,v 1.5 1999/06/01 00:38:34 coryan Exp
HP_WORKLOADS="0 60 65 70 72 74 76 78 80 81 82 83 84 85 86 87 88 89 90"
HP_MSGS=200
HP_CONSUMERS=1
HP_INTERVAL=25000
LP_WOR
www.eeworm.com/read/478234/6722145
c parallel.c
/****************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/427296/8953512
c fir3lp_rtdx.c
//FIR3LP_RTDX.c FIR of 3 LP with different BWs using RTDX with MATLAB
#include "lp600.cof" //coeff file LP @ 600 Hz
#include
#include
#include "target.h"
int yn = 0;
www.eeworm.com/read/427296/8953583
obj fir3lp_rtdx.obj
www.eeworm.com/read/282783/9060500
vi pid lp1s.vi
www.eeworm.com/read/282783/9060525
vi pid lp2s.vi
www.eeworm.com/read/282783/9060546
vi au to ma lp2.vi
www.eeworm.com/read/178343/9407235
c lp_dma_dsp_b.c
// Link port DMA in C using builtin functions
#include "sysreg.h"
#include "signal.h"
#include "stdio.h"
#include
#define N 64 // Number of words to transfer
float d