代码搜索结果

找到约 10,000 项符合 P 的代码

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

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

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 .

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

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,

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

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

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

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); } }

p.c

foo (a, b, p) short *p; { p[0] = a; p[1] = b; }