代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/152068/12146792
sas 例03-06程序.sas
/*用MEANS作配对资料两个样本均数比较的t检验*/
data ex3_6;
input x1 x2 @@;
d=x1-x2;
cards;
0.840 0.580
0.591 0.509
0.674 0.500
0.632 0.316
0.687 0.337
0.978 0.517
0.750
www.eeworm.com/read/152068/12146797
sas 例19-03程序.sas
/*样品聚类*/
data ex19_3;
input x1-x10;
cards;
46 25 5 2138 1.68 0.35 8.11 4 4 1
35 12 20 3510 2.76 1.43 6.84 3
www.eeworm.com/read/152068/12146810
sas 例09-15程序.sas
data ex9_4;
input x y;
cards;
2 54
5 50
7 45
10 37
14 35
19 25
26 20
31 16
34 18
38 13
45 8
52 11
53 8
60
www.eeworm.com/read/152068/12146819
sas 例07-06程序.sas
data ex7_6;
input r c f @@;
cards;
1 1 199
1 2 7
2 1 164
2 2 18
3 1 118
3 2 26
;
proc freq;
weight f;
tables r*c
/chisq;
run;
www.eeworm.com/read/339875/12199520
map mchpusb.map
MPLINK 4.16, Linker
Linker Map File - Created Thu Jun 12 07:24:05 2008
Section Info
Section Type Address Location Size(Bytes)
www.eeworm.com/read/151552/12201736
m graf_tool.m
%graf_tool is a set of functions which can be used to process figure properties.
%This function can either be used as an individual function:
%
% graf_tool
%
%or used as part of CrtlLAB:
%
www.eeworm.com/read/339455/12235239
map canopen.map
MPLINK 3.70.02, Linker
Linker Map File - Created Mon Jul 26 11:51:57 2004
Section Info
Section Type Address Location Size(Bytes)
www.eeworm.com/read/253139/12243424
c wc.c
/* GNU's uptime.
Copyright (C) 1992-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public
www.eeworm.com/read/253139/12243491
c uptime.c
/* GNU's uptime.
Copyright (C) 1992-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public
www.eeworm.com/read/252193/12294349
c wc.c
/* GNU's uptime.
Copyright (C) 1992-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public