代码搜索:P
找到约 10,000 项符合「P」的源代码
代码结果 10,000
www.eeworm.com/read/195341/5111945
p2
.s2
3.6 I/O calls
.es
The system calls to do I/O are designed to eliminate
the differences between the various devices and styles of
access.
There is no distinction between ``random''
and ``sequential
www.eeworm.com/read/195341/5111946
p5
.s1
7. Traps
.es
The \*sPDP\*n-11 hardware detects a number of program faults,
such as references to non-existent memory, unimplemented instructions,
and odd addresses used where an even address is re
www.eeworm.com/read/195341/5111947
p1
.wh -1i fo
.sp 1.25i
.wh 0 hd
.ps 16
.ft B
.ce
The U\s14NIX\s16 Time-Sharing System
.ft I
.sp .3i
.ce 2
\*nDennis M. Ritchie
Ken Thompson
.ce 2
Bell Laboratories
Murray Hill, N. J. 07974
.fi
.ft B
.
www.eeworm.com/read/195341/5111948
p4
.s1
6. The Shell
.es
For most users,
communication with \*sUNIX\*n is carried on with the
aid of a program called the Shell.
The Shell is a command
line interpreter: it reads lines typed by the user a
www.eeworm.com/read/195341/5111949
p6
.s1
9. Statistics
.es
The following numbers
are presented to suggest the scale of our operation.
Those of our users
not involved in document preparation
tend to use the system for
program development,
www.eeworm.com/read/195341/5111950
p3
.s1
5. Processes and images
.es
An
.ft I
image
.ft
is a computer execution environment.
It includes a core image,
general register values,
status of open files,
current directory and the like.
An imag
www.eeworm.com/read/195341/5111951
p0
.ll 6.5i
.lt 6.5i
.br
'tl '-'''
.nr r 0 1
.pl 11i
.ps 10
.// "t" is "teeny" size
.// "s" is small caps
.// "n" is normal
.ds t \s6
.ds n \s10
.ds s \s8
.ds r \s6\|\v'-.5m'\\n+r\v'.5m'\*n\|
.vs 12p
.de
www.eeworm.com/read/193950/5139371
c this_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Sun Nov 22 21:26:27 1998
*/
/* Compiler settings for D:\ATLBook\src\C
www.eeworm.com/read/191476/5165325
java p.java
package example.mmademo;
public class P {
public static void rint(String s){
System.out.println(s);
}
public static void rintNoNewline(String s){
System.out.print(s);
}
}