代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/102720/15761442
4 lp.4
.TH LP 4
.SH NAME
lp \- line printer
.SH DESCRIPTION
The
.B lp
device refers to the line printer attached to the parallel port. Any byte
written to this device is printed. Only one process may have
www.eeworm.com/read/102720/15761626
1 lp.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:04:00 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/102720/15761810
1 lp.1
LP(1) Minix Programmer's Manual LP(1)
NAME
lp, lpd - copy a file to the line printer
SYNOPSIS
lp [file ...]
DESCRIPTION
Each f
www.eeworm.com/read/102720/15761969
4 lp.4
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:08:04 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/102720/15762076
4 lp.4
LP(4) Minix Programmer's Manual LP(4)
NAME
lp - line printer
DESCRIPTION
The lp device refers to the line printer attached to the para
www.eeworm.com/read/102549/15779189
exe lp.exe
www.eeworm.com/read/102549/15779227
dpr lp.dpr
program lp;
uses
Forms,
leashinput in 'leashinput.pas' {leashin},
lpdchxing in 'lpdchxing.pas' {dchxingform},
lpmain in 'lpmain.pas' {main},
calform in 'calform.pas' {calculate},
www.eeworm.com/read/101557/15826903
m lp.m
function [x,lambda,how]=lp(f,A,B,vlb,vub,x,neqcstr,verbosity)
%LP Linear programming.
% X=LP(f,A,b) solves the linear programming problem:
%
% min f'x s
www.eeworm.com/read/100266/15879181
vtc lp.vtc
LP ?:= alloc(5, Twtype);
LP->name = "LPmud";
func lp_init(world, rmt, login) {
set_raw(rmt, 1);
rmt->rprompt = "";
rmt->buffer = "";
if (login)
send(rmt, bprintf("%s\n%s\n", world->char, world-
www.eeworm.com/read/391780/8377759
m ideal_lp.m
function hd=ideal_lp(wc,N)
%hd=点0到N-1之间的理想脉冲响应
%wc=截止频率(弧度)
%N=理想滤波器的长度
tao=(N-1)/2;
n=[0:(N-1)];
m=n-tao+eps; %加一个小数以避免0作除数
hd=sin(wc*m)./(pi*m);