代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/146903/12605159
sas 例5.4.2.sas
proc candisc data=sasuser.examp542 out=outcan;
class g;
var x1-x4;
run;
proc plot;
plot can2*can1=g;
run;
www.eeworm.com/read/146903/12605164
sas 例1-1.1.sas
proc iml;
x={1 2 3 4 5,
2 4 7 8 9,
3 7 10 15 20,
4 8 15 30 20,
5 9 20 20 40};
g=inv(x);
e=eigval(x);
d=eigvec(x);
h=d
www.eeworm.com/read/146903/12605167
sas 例7.2.2和例7.2.3.sas
data examp722(type=cov);
input _name_$ x1-x3;
cards;
x1 16 . .
x2 2 1 .
x3 30 4 100
;
proc princomp cov;
var x1-x3;
proc princomp;
var x1-x3;
www.eeworm.com/read/146903/12605186
sas 习题8.4.sas
proc factor data=sasuser.exec84 n=2 rotate=varimax out=out84;
var x1-x5;
proc factor data=sasuser.exec84 n=2 priors=smc preplot rotate=varimax plot;
var x1-x5;
proc factor data=sasuser.exec8
www.eeworm.com/read/146903/12605192
sas 习题5.5(2).sas
proc discrim data=sasuser.exec55 testdata=sasuser.exec550 testlist;
class g;
priors '1'=0.3 '2'=0.7;
var x1 x2;
run;
www.eeworm.com/read/248009/12607932
m51 lcd1602.m51
BL51 BANKED LINKER/LOCATER V5.12 10/19/2007 13:15:33 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE LCD160
www.eeworm.com/read/334255/12615224
m51 hurricanelamp.m51
BL51 BANKED LINKER/LOCATER V5.03 09/17/2005 01:24:53 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/247822/12617257
m51 yj.m51
BL51 BANKED LINKER/LOCATER V6.00 08/18/2007 16:25:17 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/247758/12620435
m51 hurricanelamp.m51
BL51 BANKED LINKER/LOCATER V5.03 09/17/2005 01:24:53 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/247565/12642014
h readproc.h
#ifndef PROCPS_PROC_READPROC_H
#define PROCPS_PROC_READPROC_H
// New Interface to Process Table -- PROCTAB Stream (a la Directory streams)
// Copyright 1996 Charles L. Blake.
// Copyright 1998 Michae