代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/135759/5878421
java~12~ trycatchfinally.java~12~
package TryCatchFinally;
public class TryCatchFinally {
static void proc(int sel){
System.out.println("---------In Situation"+sel+"--------");
try{
if(sel==0){
www.eeworm.com/read/135759/5878422
java~10~ trycatchfinally.java~10~
package TryCatchFinally;
public class TryCatchFinally {
static void proc(int sel){
System.out.println("---------In Situation"+sel+"--------");
try{
if(sel==0){
www.eeworm.com/read/133703/5903340
timelog
#!/bin/sh
#set -v
while true; do
echo T`date +%H:%M` M`cut -f 1 -d ' ' /proc/loadavg` > /dev/stepper
sleep 10; done
www.eeworm.com/read/133381/5905533
pls test2.pls
program pp;
var a, b, c, d, e, f, g, h:integer;
procedure proc();
begin
call write(1);
end;
begin
a :=0;
b :=1;
c :=2;
d:=3;
e:=4;
f:=5;
g:=6;
h:=7;
c := a+b;
call
www.eeworm.com/read/133381/5905546
pl 2.pl
program pp;
var a, b, c, d, e, f, g, h:integer;
procedure proc();
begin
call write(1);
end;
begin
a :=0;
b :=1;
c :=2;
d:=3;
e:=4;
f:=5;
g:=6;
h:=7;
c := a+b;
call
www.eeworm.com/read/133381/5905586
pls test2.pls
program pp;
var a, b, c, d, e, f, g, h:integer;
procedure proc();
begin
call write(1);
end;
begin
a :=0;
b :=1;
c :=2;
d:=3;
e:=4;
f:=5;
g:=6;
h:=7;
c := a+b;
call
www.eeworm.com/read/133381/5905599
pl 2.pl
program pp;
var a, b, c, d, e, f, g, h:integer;
procedure proc();
begin
call write(1);
end;
begin
a :=0;
b :=1;
c :=2;
d:=3;
e:=4;
f:=5;
g:=6;
h:=7;
c := a+b;
call
www.eeworm.com/read/133329/5905805
d prof.d
#pragma D option quiet
profile-97
/pid != 0/
{
@proc[pid, execname] = count();
}
END
{
printf("%-8s %-40s %s\n", "PID", "CMD", "COUNT");
printa("%-8d %-40s %@d\n", @proc);
}
www.eeworm.com/read/132164/5919226
pls test2.pls
program pp;
var a, b, c, d, e, f, g, h:integer;
procedure proc();
begin
call write(1);
end;
begin
a :=0;
b :=1;
c :=2;
d:=3;
e:=4;
f:=5;
g:=6;
h:=7;
c := a+b;
call
www.eeworm.com/read/131315/5932979
c init_main.c
/*
* Copyright (c) 1982, 1986, 1989, 1991, 1992, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX System Laboratories, Inc.
* All or some portions of this file