代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/101135/6238174
1 ascii.1
.TH ASCII 1
.SH NAME
ascii \- strip all the pure ASCII lines from a file
.SH SYNOPSIS
\fBascii\fR [\fB\-n\fR]\fR [\fIfile\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
.
www.eeworm.com/read/101135/6238611
1 ascii.1
ASCII(1) Minix Programmer's Manual ASCII(1)
NAME
ascii - strip all the pure ASCII lines from a file
SYNOPSIS
ascii [-n] [file]
OPTIONS
www.eeworm.com/read/101082/6243353
2b l15.2b
#print
Now make a file containing the line
The Hon. Brendan Byrne
and write it on file "gov".
Then type "ready".
#create Ref
The Hon. Brendan Byrne
#user
#cmp gov Ref
#log
#next
15.1b 10
www.eeworm.com/read/101082/6243363
2a l52.2a
#print
You can use pairs of addresses which involve searches. For example,
to print all lines from the first line until the next line containing
"stop", say
1,/stop/p
In this directory is a file
www.eeworm.com/read/101082/6243374
1a l51.1a
#print
You can also use relative addresses of the +1 or -1
sort with context searches. For example, to
print the line after a line containing "cat",
you can say
/cat/+1p
How would you print the lin
www.eeworm.com/read/101075/6254227
java endpointaddress.java
/************************************************************************
*
* $Id: EndpointAddress.java,v 1.2 2002/03/04 20:18:38 echtcherbina Exp $
*
* Copyright (c) 2001 Sun Microsystems, In
www.eeworm.com/read/101075/6255045
java endpointaddress.java
/************************************************************************
*
* $Id: EndpointAddress.java,v 1.15 2001/11/05 23:18:33 lomax Exp $
*
* Copyright (c) 2001 Sun Microsystems, Inc. Al
www.eeworm.com/read/494069/6387609
m newton.m
% newton.m -- Pure Newton script for unconstrained minimization
%
% Script applies Newton's method to a given function,
% using workspace variables described below:
% fname - string containing nam
www.eeworm.com/read/493833/6391362
m make_rp.m
% This file makes the structure containing the run
% parameters used for the Adpative Equalization experiment
rp.Nruns = 200;
rp.var_v = 0.001;
rp.decay = 0;
rp.p = 11;
www.eeworm.com/read/493456/6393600
m casfiltr.m
function y = casfiltr(b0,B,A,x);
% CASCADE form realization of IIR and FIR filters
% -----------------------------------------------
% y = casfiltr(b0,B,A,x);
% y = output sequence
% b0 = gain c