代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/478063/6719147
sas 例3.5.sas
data a;
x1_0=0;
x2_0=0;
x3_0=0;
x3_1=0;
x4_0=0;
x4_1=0;
do t=-100 to 1000;
e=rannor(12345);
x1=0.8*x1_0+e;
x2=-0.8*x2_0+e;
x3=x3_0-0.5*x3_1+e;
x4=-x4_0-0.5*x4_1+e;
x1_0=x1;
x2_0=x2;
x3_
www.eeworm.com/read/478063/6719150
sas 例3.8.sas
goptions vsize=7cm;
data a;
input overshort@@;
day=_n_;
cards;
78 -58 53 -63 13 -6 -16 -14
3 -74 89 -48 -14 32 56 -86
-66 50 26 59 -47 -83 2 -1
124 -106 113 -76 -47 -32 39 -30
6 -73 18 2 -24
www.eeworm.com/read/478063/6719154
sas 例2.5.sas
data a;
input year prop;
cards;
1950 83.5
1951 63.1
1952 71
1953 76.3
1954 70.5
1955 80.5
1956 73.6
1957 75.2
1958 69.1
1959 71.4
1960 73.6
1961 78.8
1962 84.4
1963 84.1
1964 83.3
19
www.eeworm.com/read/478063/6719156
sas 例2.4.sas
data a;
do time=-50 to 1000 by 1;
noise=rannor(12345);
if time>0 then output;
end;
proc gplot;
plot noise*time;
symbol v=none i=join c=red;
proc arima data=a;
identify var=noise;
run;
www.eeworm.com/read/478094/6719691
m51 ms3.m51
BL51 BANKED LINKER/LOCATER V5.03 04/14/2009 23:28:42 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/477576/6728642
m51 dds485.m51
BL51 BANKED LINKER/LOCATER V5.11 01/03/2008 09:57:21 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE AddPar
www.eeworm.com/read/476941/6743231
files cscope.files
/home/riversand/OS/xv6_v2/asm.h
/home/riversand/OS/xv6_v2/bio.c
/home/riversand/OS/xv6_v2/bootasm.S
/home/riversand/OS/xv6_v2/bootmain.c
/home/riversand/OS/xv6_v2/bootother.S
/home/riversand/OS/xv6_v2
www.eeworm.com/read/476941/6743234
proj cscope.proj
Version=2
[AutoCompletion]
Delay=500
Enabled=true
MaxEntries=100
MinChars=3
[Project]
AutoRebuildTime=10
FileTypes=*.c *.h
InvIndex=true
Kernel=false
Name=xv6_v2
NoCompress=false
RootPath=/
SlowPath
www.eeworm.com/read/476941/6743289
h defs.h
struct buf;
struct context;
struct file;
struct inode;
struct pipe;
struct proc;
struct spinlock;
struct stat;
// bio.c
void binit(void);
struct buf* bread(uint, uint);
void
www.eeworm.com/read/476848/6751996
sourcefiles
1.1 file/ls1.c
1.2 mycat/mycat.c
1.3 mycat/getcputc.c
1.4 file/hello.c
1.5 proc/shell1.c
1.6 file/testerror.c
1.7 file/uidgid.c
1.8 proc/shell2.c
2.1 file/conf.c
2.2 lib.sun/pathalloc.c
2.3 lib.sun/o