代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/204313/15341616
m iir_chebyshev1_lp.m
% IIR Lowpass Use Chebyshev Type 1
% copyright by Etual
clear;
fs=20;fpass=4;fstop=5;
Ap=0.5;As=10;
wp=2*pi*fpass/fs;ws=2*pi*fstop/fs;
omegap=tan(wp/2);omegas=tan(ws/2);
ep=sqrt(10^(Ap/10)-1)
www.eeworm.com/read/428445/7154011
h hash.h
#ifndef __HASH_H__
#define __HASH_H__
//------------------------------------------------------------------------------
#include
#include
#include
//-------------
www.eeworm.com/read/294177/6299647
h hash.h
#ifndef __HASH_H__
#define __HASH_H__
//------------------------------------------------------------------------------
#include
#include
#include
//-------------
www.eeworm.com/read/267760/11163962
m example5.m
f = [143 60 195];
A = [120 210 150.75; 110 30 125; 1 1 1];
b = [15000; 4000; 75];
lp = lp_maker(f, A, b, [-1; -1; -1], [], [], [], 1, 0);
solvestat = mxlpsolve('solve', lp)
format bank
obj = mxl
www.eeworm.com/read/431545/8668037
7 e1000e.7
.\" LICENSE
.\"
.\" This software program is released under the terms of a license agreement between you ('Licensee') and Intel. Do not use or load this software or any associated materials (collecti
www.eeworm.com/read/300915/6943180
sdi fangbo.sdi
,,, ORG 0
0000,75 89 00,, MOV TMOD,#0 ;设T0为方式0,定时器方式
0003,75 8A 1C,, MOV TL0,#1CH ;5ms定时初值
0006,75 8C B1,, MOV TH0,#0B1H
0009,D2 8C,,
www.eeworm.com/read/243779/12916937
h cpapic.h
/////////////////////////////////////////////
//
// CPaPiC.h: interface for Class PaPiC.
//
// Copyright (C) 2007 Zsolt P鯿ze
//
/*/////////////////////////////////////////////////////////////
www.eeworm.com/read/126027/14451222
parport
#!/bin/sh
#
# serial 1.7 2001/01/01 21:13:55 (David Hinds)
#
# Initialize or shutdown a PCMCIA parallel device
#
# The first argument should be either 'start' or 'stop'. The second
# argument is the
www.eeworm.com/read/472051/6878424
asm 4灯溅明渐暗.asm
;4灯渐明渐暗,周期12-15秒。
;Design:Amain date:2008-03-12
ZHOUQI EQU 120
BIZHI EQU 30H
COUNTER EQU 31H
STA EQU 32H
MAIN: CLR P3.7
CLR F0
MOV STA,#0
MOV COUNTER,#0
www.eeworm.com/read/267760/11163988
m mxlpsolve.m
% mxlpsolve Mex file interface to the lp_solve 5.5 toolkit. Please see
% reference guide for more information.
%
% mxlpsolve is a low-level interface to the lp_solve toolkit. It may be called
% direc