代码搜索:containing
找到约 10,000 项符合「containing」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5933863
toolkit
This directory contains 14 shell procedures designed to carry out
various verification and regeneration tasks on the UNIX User's
Manual. The outputs of all procedures are left in files in
/_u_s_r/
www.eeworm.com/read/101135/6238013
2 rename.2
RENAME(2) Minix Programmer's Manual RENAME(2)
NAME
rename - change the name of a file
SYNOPSIS
#include
int rename(const char
www.eeworm.com/read/101135/6238865
2 rename.2
.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#
www.eeworm.com/read/114196/15065458
doc readme.doc
File Dated: 03/27/95
******************************************************************************
Explanation of Archive Contents
**************************************************************
www.eeworm.com/read/194440/8193922
m distinc.m
function s=distinc(x,y)
% s=distinc(x,y)
%
% This function computes the incremental distance between each pair of points
% represented by the vectors x and y. See also distcum distpoint and distreac
www.eeworm.com/read/235612/14060804
m distinc.m
function s=distinc(x,y)
% s=distinc(x,y)
%
% This function computes the incremental distance between each pair of points
% represented by the vectors x and y. See also distcum distpoint and distreac
www.eeworm.com/read/104056/15711267
x df.x
[NAME]
df \- report filesystem disk space usage
[DESCRIPTION]
This manual page
documents the GNU version of
.BR df .
.B df
displays the amount of disk space available on the filesystem
containing each
www.eeworm.com/read/102720/15761075
2 rename.2
RENAME(2) Minix Programmer's Manual RENAME(2)
NAME
rename - change the name of a file
SYNOPSIS
#include
int rename(const char
www.eeworm.com/read/102720/15761931
2 rename.2
.\" Copyright (c) 1983 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#
www.eeworm.com/read/189063/8492810
m filold.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
global stop;
[D L]=size(in);
out=in;
for i