代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/398971/7904731
sas 例8.3.1、例8.3.2、例8.3.3、例8.4.1.sas
proc factor data=sasuser.exec65 n=2 rotate=varimax out=out831;
var x1-x8;
proc factor data=sasuser.exec65 n=2 priors=smc rotate=varimax;
var x1-x8;
proc factor data=sasuser.exec65 n=2 method
www.eeworm.com/read/398971/7904734
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/398971/7904739
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/398971/7904742
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/398971/7904757
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/398971/7904762
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/433632/7917713
m51 mcs51-项目开发经典.m51
BL51 BANKED LINKER/LOCATER V5.03 12/07/2008 20:01:11 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
E:\PROGRAM FILES\KEILU2\C51\BIN
www.eeworm.com/read/398823/7918337
pas asgsqlite3dsg.pas
unit ASGSQLite3Dsg;
{*_* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Albert Drent
Description: SQLite Design time component class
For a
www.eeworm.com/read/433339/7941097
m51 电机2.m51
BL51 BANKED LINKER/LOCATER V6.05 03/17/2009 11:31:17 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE main.o
www.eeworm.com/read/298709/7944270
m51 ram.m51
BL51 BANKED LINKER/LOCATER V5.03 01/02/2008 09:20:03 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE RAM.ob