代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/103192/6220823
txt fmove.txt
SUMMARY
#include
fmove (source file, destination file) copies the source to the destination
char *fmove (src,dst)
char *src, *dst;
DESCRIPTION
fmove does the copy and pres
www.eeworm.com/read/101594/6236205
bsh pathtofile.bsh
/**
Create a File object corresponding to the specified file path name, taking
into account the bsh current working directory (bsh.cwd)
*/
bsh.help.pathToFile = "usage: File pathToFile( String )";
www.eeworm.com/read/101135/6238278
1 termcap.1
.TH TERMCAP 1
.SH NAME
termcap \- print the current termcap entry
.SH SYNOPSIS
\fBtermcap\fR [\fItype\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.EX "
www.eeworm.com/read/101082/6240924
h print.h
/* @(#)print.h 4.1 (ULTRIX) 7/3/90 */
/* ------------------------------------------------------------------ */
/* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | */
/* | Re
www.eeworm.com/read/101082/6243187
2b l52.2b
#print
In this directory is a file "outline". Find the line that
begins "B.3.i". Note that this line, and the next few
lines, should begin "A"... for consistency.
(Print the whole file to see what
www.eeworm.com/read/101082/6245953
3s tmpfile.3s
.\" SCCSID: @(#)tmpfile.3s 8.1 9/11/90
.TH tmpfile 3s
.SH Name
tmpfile \- create a temporary file
.SH Syntax
.B #include
.PP
.B
.SM FILE
.B "\(**tmpfile (\|)"
.SH Description
.NXR "tmpfile
www.eeworm.com/read/101082/6247810
3s tmpfile.3s
.\" SCCSID: @(#)tmpfile.3s 8.1 9/11/90
.TH tmpfile 3s
.SH Name
tmpfile \- create a temporary file
.SH Syntax
.B #include
.PP
.B
.SM FILE
.B "\(**tmpfile (\|)"
.SH Description
.NXR "tmpfile
www.eeworm.com/read/101015/6262267
txt fmove.txt
SUMMARY
#include
fmove (source file, destination file) copies the source to the destination
char *fmove (src,dst)
char *src, *dst;
DESCRIPTION
fmove does the copy and pres
www.eeworm.com/read/100184/6273385
h xpre.h
/*
Simply alter the value of XDIM to correspond to the desired
precision extension 11,15,19,23,27,31 below and copy the
corresponding constant definitions to constant.h
*/
#define XDIM 7
stru
www.eeworm.com/read/264458/6358191
~pas yacclook.~pas
{
Yacc lookahead computation. This implementation is based on the
lookahead set algorithm described in Aho/Sethi/Ullman, 1986,
Section 4.7.
Copyright (c) 1990-92 Albert Graef